Endpoint
/v1/license/enforcement
GET
Retrieve the current license and whether it is being enforced. Important
This preview REST API is under development. Its functionality or backwards compatibility can change without notice.
This preview REST API is under development. Its functionality or backwards compatibility can change without notice.
Parameters
This resource has no parameters.Response
Codes
Code | Description |
---|---|
200 | Return value on success |
Schema
{
"description": "api_license_enforcement",
"type": "object",
"properties": {
"license_is_enforced": {
"description": "license_is_enforced",
"type": "boolean"
}
}
}