get /license/accesstypeoverview
Stability index
This API is under development. Do not rely on it. It may change or be removed in future versions.
Return type
Example data
Content-Type: application/json
{
"professionalAccess" : {
"total" : 0,
"excess" : 0,
"schemaPath" : "schemaPath",
"available" : 0,
"used" : 0,
"quarantined" : 0,
"enabled" : true,
"allocated" : 0
},
"analyzerAccess" : {
"total" : 0,
"excess" : 0,
"schemaPath" : "schemaPath",
"available" : 0,
"used" : 0,
"quarantined" : 0,
"enabled" : true,
"allocated" : 0
},
"schemaPath" : "schemaPath",
"userAccess" : {
"tokenCost" : 0.1565813,
"allocatedTokens" : 0,
"schemaPath" : "schemaPath",
"quarantinedTokens" : 0,
"enabled" : true,
"usedTokens" : 0
},
"tokensEnabled" : true,
"loginAccess" : {
"tokenCost" : 0.71614015,
"unavailableTokens" : 0,
"allocatedTokens" : 0,
"schemaPath" : "schemaPath",
"enabled" : true,
"usedTokens" : 0
},
"totalTokens" : 0,
"analyzerTimeAccess" : {
"schemaPath" : "schemaPath",
"allocatedMinutes" : 0,
"usedMinutes" : 0,
"unavailableMinutes" : 0,
"enabled" : true
},
"availableTokens" : 0
}
Responses
- 200
- OK