Qlik Sense Enterprise · Schema
AboutInfo
AnalyticsBusiness IntelligenceData VisualizationEnterpriseREST API
Properties
| Name | Type | Description |
|---|---|---|
| buildVersion | string | QRS API build version |
| buildDate | string | QRS API build date |
| databaseProvider | string | Database provider used by the repository |
| nodeType | integer | Type of the node (0=Central, 1=Non-central) |
| sharedPersistence | boolean | Whether shared persistence is configured |
| requiresBootstrap | boolean | Whether the node requires bootstrapping |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/AboutInfo",
"title": "AboutInfo",
"type": "object",
"properties": {
"buildVersion": {
"type": "string",
"description": "QRS API build version"
},
"buildDate": {
"type": "string",
"description": "QRS API build date"
},
"databaseProvider": {
"type": "string",
"description": "Database provider used by the repository"
},
"nodeType": {
"type": "integer",
"description": "Type of the node (0=Central, 1=Non-central)"
},
"sharedPersistence": {
"type": "boolean",
"description": "Whether shared persistence is configured"
},
"requiresBootstrap": {
"type": "boolean",
"description": "Whether the node requires bootstrapping"
}
}
}