Get System Licensing Info
Get the Licensing information of system
Successful
{
"resourceType": "One among: SYSTEM, DOMAIN, CLUSTER, NSXT_CLUSTER",
"resourceId": "string",
"licensingMode": "One among: SUBSCRIPTION, PERPETUAL, MIXED",
"subscriptionStatus": "One among: UNSUBSCRIBED, ACTIVE, EXPIRED",
"subscribedState": "One among: UNSUBSCRIBED, PARTIALLY_SUBSCRIBED, SUBSCRIBED",
"isRegistered": false,
"isSubscribed": false,
"daysRemainingToSubscribe": 0,
"entitlements": {
"hasNsxEntitlement": false
}
}
Type of the resource
ID of the resource, need not be set for the resource of the type : SYSTEM
Licensing mode
Status of the subscription mode
Subscribed state
Flag indicating the resource is registered for subscription or not
Flag indicating the resource is subscribed or not
Number of days remaining to subscribe
Internal server error
{
"errorCode": "string",
"errorType": "string",
"arguments": [
"string"
],
"context": {
"context": "string"
},
"message": "string",
"remediationMessage": "string",
"causes": [
{
"type": "string",
"message": "string"
}
],
"nestedErrors": [
"Error Object"
],
"referenceToken": "string"
}
The minor error code
The error type
The arguments used to localize the message, Can be used by scripts to automate the error processing.
The error context (e.g. the component where it occurred).
The localized error message
The localized remediation error message
A reference token correlating the error with the relevant detailed error logs. Should be sent to the service provider when reporting issues.