WorkspaceList
A list of workspaces.
Syntax
json
{
"items": [
{
"id": "string",
"name": "string",
"kubeClusterId": "string",
"kubeNamespace": "string",
"kubeServiceAccount": "string",
"createdAt": "YYYY-MM-DDTHH:mm:ss.sssZ",
"updatedAt": "YYYY-MM-DDTHH:mm:ss.sssZ"
}
],
"marker": "string"
}
Type Definition
- Type
object
- Properties
marker
optionalThe pagination token to request more items.
- Type
string
- Type