Used to return the setup status of the workspace
Used to return the setup status of the workspace
Path Parameters
workspace stringrequired
Workspace to use
Responses
- 200
- 401
- 403
- 404
- 500
Returns the present UI setup state for the specified workspace
- application/json
- Schema
- Example (from schema)
Schema
property name*
integerproperty name*
integerproperty name*
integer
applications
total int32
clouds
aws
enabled boolean
stages string[]
azure
enabled boolean
stages string[]
gcp
enabled boolean
stages string[]
clusters
stages object
summary undefined[]
environments int32
name string
namespaces int32
provider string
stage string
total int32
environments
stages object
total int32
memberCount int32
namespaces
stages object
total int32
workspaceKey string
{
"applications": {
"total": 0
},
"clouds": {
"aws": {
"enabled": true,
"stages": [
"string"
]
},
"azure": {
"enabled": true,
"stages": [
"string"
]
},
"gcp": {
"enabled": true,
"stages": [
"string"
]
}
},
"clusters": {
"stages": {},
"summary": [
{
"environments": 0,
"name": "string",
"namespaces": 0,
"provider": "string",
"stage": "string"
}
],
"total": 0
},
"environments": {
"stages": {},
"total": 0
},
"memberCount": 0,
"namespaces": {
"stages": {},
"total": 0
},
"workspaceKey": "string"
}
If not authenticated
If authenticated but not authorized
Workspace does not exist
A generic API error containing the cause of the error
- application/json
- Schema
- Example (from schema)
Schema
code int32
detail string
message string
uri string
verb string
{
"code": 0,
"detail": "string",
"message": "string",
"uri": "string",
"verb": "string"
}
Loading...