Checks the current state of the license.
Endpoint
https://<Director_IP_address>:4443/c/router
Request Example
curl
curl --request POST \ --url https://<Director_IP_address>:4443/c/router \ --header "content-type: application/json" \ --cookie @cookies.txt \ --data "{ "action": "LicensingManagement", "method": "getLicenseInfo", "data": null, "type": "rpc", "tid": 1}"
Request Fields
Field | Type | Value(s) | Description |
---|---|---|---|
action | string |
| The action that is invoked |
method | string |
| The method that is invoked |
data | string |
| |
type | string |
| Type of communication protocol |
tid | integer |
| Transaction ID. Used to identify the request by both the client and the server |
Response Sample
Response Fields
Field | Value | Description |
---|---|---|
message | string | Message if the request failed |
where | string | Reference to the method where the problem occurred |
cause | string | Cause of failure |
data | array | License data |
data
Field | Value | Description |
---|---|---|
| boolean | true if a license is registered |
| string | License serial number |
| string | The client name |
| int | Number of used sockets |
| int | Number of used VMs |
| int | Number of used EC2 instances |
| int | Number of used physical servers |
| int | Number of used physical workstations |
| int | Number of used Microsoft 365 users |
| int | Number of used Oracle databases |
| int | Number of monitored VMs |
| int | Total used NAS space |
| string | Date and time on the server |
| boolean |
|
| int | Time until license expiration in milliseconds |
| string | License type |