Get Supervisor Resource By Id
Returns a supervisor resource with the specified ID.
id
OK
{
"additionalFields": {
"additionalFields": {}
},
"apiVersion": "string",
"deployment": {
"id": "string",
"name": "string"
},
"id": "string",
"kind": "string",
"metadata": {
"annotations": {},
"creationTimestamp": "string",
"deletionGracePeriodSeconds": 0,
"deletionTimestamp": "string",
"labels": {},
"name": "string",
"namespace": "string",
"resourceVersion": "string",
"uid": "string"
},
"orgId": "string",
"project": {
"id": "string",
"name": "string"
}
}
additionalFields
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
"SupervisorResource Object"
additionalFields
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"
additionalFields
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"
additionalFields
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}