Get Supervisor Resources
Returns a paginated list of supervisor resources. The supported odata fields are kind, name, namespace, and creationTimestamp. OData filtering is not supported
Zero-based page index (0..N)
The size of the page to be returned
Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
A comma-separated list. Results must be associated with one of these project IDs.
A comma-separated list of kubernetes kinds
A comma-separated list supervisor namespaces
Full-text search on supervisor resource name, namespace, and labels
Number of records you want
1
Number of records you want to skip
1
Sorting criteria in the format: property (asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
OK
{
"content": [
{
"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"
}
}
],
"empty": false,
"first": false,
"last": false,
"number": 0,
"numberOfElements": 0,
"pageable": {
"offset": 0,
"pageNumber": 0,
"pageSize": 0,
"paged": false,
"sort": [
{
"ascending": false,
"direction": "string",
"ignoreCase": false,
"nullHandling": "string",
"property": "string"
}
],
"unpaged": false
},
"size": 0,
"sort": [
{
"ascending": false,
"direction": "string",
"ignoreCase": false,
"nullHandling": "string",
"property": "string"
}
]
}
A model that represents a resource created on a supervisor/kubernetes cluster
empty
first
last
number
numberOfElements
pageable
size
sort
Unauthorized
"SliceSupervisorResource Object"
A model that represents a resource created on a supervisor/kubernetes cluster
empty
first
last
number
numberOfElements
pageable
size
sort
Forbidden
"SliceSupervisorResource Object"
A model that represents a resource created on a supervisor/kubernetes cluster
empty
first
last
number
numberOfElements
pageable
size
sort
curl -H 'Authorization: <value>' https://{api_host}/deployment/api/supervisor-resources