Get Registration Token By Id
Get the token of specified id with manifest info.
Used to identify a registration token.
70c9daf7-1064-40a8-9bdf-edfcf48130a2
OK
{
"_create_time": 1778668146283,
"_create_user": "admin",
"_last_modified_time": 1778668146283,
"allowed_instance_count": 1,
"description": "Token for ndr sensor",
"display_name": "sensor",
"expiration": 1778669943883,
"id": "70c9daf7-1064-40a8-9bdf-edfcf48130a2",
"number_available": 1,
"passphrase": "",
"registration_manifest": "xxxxx",
"status": "AVAILABLE",
"usage_count": 0
}
Bad Request
{
"error_code": 0,
"module_name": "string",
"error_message": "string"
}
HTTP Status or Application error code.
Module where the error happened.
Message describing the error.
Unauthorized
{
"error_code": 0,
"module_name": "string",
"error_message": "string"
}
HTTP Status or Application error code.
Module where the error happened.
Message describing the error.
Forbidden
{
"error_code": 0,
"module_name": "string",
"error_message": "string"
}
HTTP Status or Application error code.
Module where the error happened.
Message describing the error.
Precondition Failed
{
"error_code": 0,
"module_name": "string",
"error_message": "string"
}
HTTP Status or Application error code.
Module where the error happened.
Message describing the error.
Precondition Required
{
"error_code": 0,
"module_name": "string",
"error_message": "string"
}
HTTP Status or Application error code.
Module where the error happened.
Message describing the error.
Too Many Requests
{
"error_code": 0,
"module_name": "string",
"error_message": "string"
}
HTTP Status or Application error code.
Module where the error happened.
Message describing the error.
Error
{
"error_code": 0,
"module_name": "sensor",
"error_message": "string"
}
HTTP Status or Application error code.
Module where the error happened.
Message describing the error.
This operation contains the following vendor extensions defined in the spec:
["platform-sensor-all"]
curl -H 'Authorization: <value>' https://{api_host}/sensors/registration-tokens/{token-id}