Get Registration Token Status
Get registration token status for specified token id. The response for a successful get request contains the token status and registration manifest that can be used for registering baremetal servers.
The registration token status.
OK
{
"id": "string",
"display_name": "string",
"description": "string",
"allowed_instance_count": 0,
"remaining_instance_count": 0,
"status": "string",
"expiration_timestamp": 0,
"registration_manifest": "string"
}
The Id of the registration token generated by SSP in response to registration token request.
Registration token name.
Description of this token.
Max Number of instances that can use this token.
Number of remaining instances that can use this token.
The registration token status.
Timestamp in milliseconds since epoch.
Registration token manifest.
Error response on API failure.
{
"error_code": 0,
"module_name": "string",
"error_message": "string"
}
HTTP Status or Application error code.
Module where the error happened.
Message describing the error.
curl -H 'Authorization: <value>' https://{api_host}/baremetal/registration-tokens/{token-id}/status