Skip to main content

GetLicenseStatus

Response-body reference for GET /get_license_status.

Example

{
"success": true,
"message": null,
"data": {
"license_key": "<redacted>",
"valid": true,
"license_type": "Internet",
"permissions": {
"max_streams": 100,
"images": true,
"live_video": true,
"archived_video": true,
"archive_search": true,
"live_search": true,
"face_recognition": true
}
}
}

Fields

FieldTypeDescription
successbooleanIndicates whether the request succeeded.
messagestringOptional server message.
data.license_keystringConfigured license key. Treat this value as sensitive.
data.validbooleanWhether the current license validates successfully.
data.license_typestringLicense mode reported by the server, such as Internet or Air-gapped.
data.permissions.max_streamsnumberMaximum licensed stream count.
data.permissions.imagesbooleanWhether image processing is allowed.
data.permissions.live_videobooleanWhether live video monitoring is allowed.
data.permissions.archived_videobooleanWhether archived video processing is allowed.
data.permissions.archive_searchbooleanWhether archive search is allowed.
data.permissions.live_searchbooleanWhether live search is allowed.
data.permissions.face_recognitionbooleanWhether face recognition workflows are allowed.