enterprise_license_summary_retrieve
GET/enterprise/license/summary/
Get the total license status
Request
Query Parameters
cached boolean
Default value: true
Responses
- 200
- 400
- 403
- application/json
- Schema
- Example (from schema)
Schema
internal_users integerrequired
external_users integerrequired
status LicenseSummaryStatusEnum (string)required
Possible values: [unlicensed
, valid
, expired
, expiry_soon
, limit_exceeded_admin
, limit_exceeded_user
, read_only
]
latest_valid date-timerequired
license_flags LicenseFlagsEnum (string)[]required
Possible values: [trial
, non_production
]
{
"internal_users": 0,
"external_users": 0,
"status": "unlicensed",
"latest_valid": "2024-07-29T15:51:28.071Z",
"license_flags": [
"trial"
]
}
- application/json
- Schema
- Example (from schema)
Schema
non_field_errors string[]
code string
property name* any
Validation Error
{
"non_field_errors": [
"string"
],
"code": "string"
}
- application/json
- Schema
- Example (from schema)
Schema
detail stringrequired
code string
{
"detail": "string",
"code": "string"
}
Loading...