Namespace Resource Service List
List Namespaces.
Scope search to the specified cluster_name; supports globbing; default (*).
Scope search to the specified management_cluster_name; supports globbing; default (*).
Scope search to the specified provisioner_name; supports globbing; default (*).
Scope search to the specified name; supports globbing; default (*).
Filter by workspace name; supports globbing; default (*).
Sort Order.
TQL query string.
Offset at which to start returning records.
Number of records to return.
Include total count.
A successful response.
{
"namespaces": [
{
"type": {
"kind": "string",
"version": "string",
"package": "string"
},
"fullName": {
"orgId": "string",
"managementClusterName": "string",
"provisionerName": "string",
"clusterName": "string",
"name": "string"
},
"meta": {
"uid": "string",
"generation": "string",
"resourceVersion": "string",
"creationTime": "string",
"updateTime": "string",
"description": "string",
"parentReferences": [
{
"rid": "string",
"uid": "string"
}
]
},
"spec": {
"workspaceName": "string",
"attach": false
},
"status": {
"phase": "string",
"phaseInfo": "string",
"availablePhases": [
"string"
]
}
}
],
"totalCount": "string"
}
An unexpected error response.
{
"error": "string",
"code": 0,
"message": "string",
"details": [
{
"typeUrl": "string",
"value": "string"
}
]
}