Get Supervisor Resource By Id
Returns a supervisor resource with the specified ID.
id
OK
{
"apiVersion": "string",
"deployment": {
"id": "string",
"name": "string"
},
"id": "string",
"kind": "string",
"metadata": {
"annotations": {},
"creationTimestamp": "string",
"deletionGracePeriodSeconds": 0,
"deletionTimestamp": "string",
"generation": 0,
"labels": {},
"name": "string",
"namespace": "string",
"resourceVersion": "string",
"uid": "string"
},
"orgId": "string",
"project": {
"id": "string",
"name": "string"
}
}
API version of the resource
Deployment id and name of the deployment to which the supervisor resource belongs
Supervisor resource id
The kind of the resource
The metadata of the resource
Supervisor resource org id
Deployment id and name of the deployment to which the supervisor resource belongs
Unauthorized
{
"apiVersion": "string",
"deployment": {
"id": "string",
"name": "string"
},
"id": "string",
"kind": "string",
"metadata": {
"annotations": {},
"creationTimestamp": "string",
"deletionGracePeriodSeconds": 0,
"deletionTimestamp": "string",
"generation": 0,
"labels": {},
"name": "string",
"namespace": "string",
"resourceVersion": "string",
"uid": "string"
},
"orgId": "string",
"project": {
"id": "string",
"name": "string"
}
}
API version of the resource
Deployment id and name of the deployment to which the supervisor resource belongs
Supervisor resource id
The kind of the resource
The metadata of the resource
Supervisor resource org id
Deployment id and name of the deployment to which the supervisor resource belongs
Forbidden
"SupervisorResource Object"
API version of the resource
Deployment id and name of the deployment to which the supervisor resource belongs
Supervisor resource id
The kind of the resource
The metadata of the resource
Supervisor resource org id
Deployment id and name of the deployment to which the supervisor resource belongs
Not Found
"SupervisorResource Object"
API version of the resource
Deployment id and name of the deployment to which the supervisor resource belongs
Supervisor resource id
The kind of the resource
The metadata of the resource
Supervisor resource org id
Deployment id and name of the deployment to which the supervisor resource belongs
curl -H 'Authorization: <value>' https://{api_host}/deployment/api/supervisor-resources/{id}