LicenseServerRegistrationResponse
LicenseServerRegistrationResponse
License server registration response.
JSON Example
{
"id": "string",
"name": "string",
"status": "string",
"is_missing": false,
"product_version": "string"
}
string As uuid
As uuid
id
Required
Id of license server.
string
name
Required
Name of license server.
string
status
Required
Status of license server.
- REGISTRATION_FAILED : In case of registration failure.
- PENDING_REGISTRATION : After successful registration request but pending verification.
- NOT_LICENSED : After successful verification of license servers with VCF Operations. License association pending.
- LICENSED : After successful license association with the license server.
Possible values are :
LICENSED,
NOT_LICENSED,
PENDING_REGISTRATION,
REGISTRATION_FAILED,
boolean
is_missing
Required
Set to false during the first time registration. In the re-registration process, license servers can be added or removed. This field indicates that a previously registered license server is not included in the re-registration request.
string
product_version
Required
License server product version.