LicenseServerConfirmationStatus

LicenseServerConfirmationStatus
LicenseServerConfirmationStatus

Confirmation status for an individual license server.

JSON Example
{
    "id": "string",
    "status": "string",
    "error_response": {
        "message": "string",
        "error_code": "string"
    }
}
string
id
Optional

ID of the license server.

string
status
Optional

Confirmation status of the license server.

Possible values are : SUCCESS, FAILURE,
error_response
Optional

Error details for a failed license server confirmation.