Get Domain Licensing Info
Get the Licensing information of a domain
The domain ID
Successful
{
"daysRemainingToSubscribe": 0,
"isRegistered": false,
"isSubscribed": false,
"licensingMode": "One among: SUBSCRIPTION, PERPETUAL, MIXED",
"resourceId": "string",
"resourceType": "One among: SYSTEM, DOMAIN",
"subscriptionStatus": "One among: UNSUBSCRIBED, ACTIVE, EXPIRED"
}
Number of days remaining to subscribe
Flag indicating the resource is registered for subscription or not
Flag indicating the resource is subscribed or not
Licensing mode
ID of the resource, need not be set for the resource of the type : SYSTEM
Type of the resource
Status of the subscription mode
Internal server error
{
"arguments": [
"string"
],
"causes": [
{
"message": "string",
"type": "string"
}
],
"context": {
"context": "string"
},
"errorCode": "string",
"errorType": "string",
"message": "string",
"nestedErrors": [
"Error Object"
],
"referenceToken": "string",
"remediationMessage": "string"
}
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 minor error code
The error type
The localized error message
A reference token correlating the error with the relevant detailed error logs. Should be sent to the service provider when reporting issues.
The localized remediation error message