AccessTypeSummary

AnalyticsBusiness IntelligenceData VisualizationEnterpriseREST API

Properties

Name Type Description
total integer Total licenses of this type
allocated integer Currently allocated licenses
available integer Currently available licenses
quarantined integer Licenses in quarantine period
excess integer Excess allocations beyond total
View JSON Schema on GitHub

JSON Schema

qlik-sense-enterprise-accesstypesummary-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AccessTypeSummary",
  "title": "AccessTypeSummary",
  "type": "object",
  "properties": {
    "total": {
      "type": "integer",
      "description": "Total licenses of this type"
    },
    "allocated": {
      "type": "integer",
      "description": "Currently allocated licenses"
    },
    "available": {
      "type": "integer",
      "description": "Currently available licenses"
    },
    "quarantined": {
      "type": "integer",
      "description": "Licenses in quarantine period"
    },
    "excess": {
      "type": "integer",
      "description": "Excess allocations beyond total"
    }
  }
}