Retrieve the UI setup
Retrieve the UI setup
Responses
- 200
- 500
Contains the present UI setup state
- application/json
- Schema
- Example (from schema)
Schema
accessPolicyCount int32
accessRoleCount int32
aksClusterPlanCount int32
appCount int32
appSummary undefined[]
cloud string
name string
stages string[]
cloudAccounts
managedAccountCount int32
organizationCount int32
sharedAccountCount int32
summaryList undefined[]
cloud string
name string
stages string[]
type string
clusterCount int32
clusterPlanCount int32
clusterSummaryList undefined[]
environments int32
name string
namespaces int32
provider string
stage string
costs
audit boolean
estimates boolean
eksClusterPlanCount int32
emptyWorkspaceCount int32
fromCache boolean
gkeClusterPlanCount int32
idpConfigured boolean
namespaceSummaryList undefined[]
name string
provider string
stage string
networking
assignableNetworksCount int32
dnsZones
globalZoneCount int32
zoneCount int32
peeringRuleCount int32
packages int32
stageCount int32
userCount int32
wayfinderAdminCount int32
workspaceAdminCount int32
workspaceCount int32
workspaceGroupCount int32
workspaceMemberCount int32
{
"accessPolicyCount": 0,
"accessRoleCount": 0,
"aksClusterPlanCount": 0,
"appCount": 0,
"appSummary": [
{
"cloud": "string",
"name": "string",
"stages": [
"string"
]
}
],
"cloudAccounts": {
"managedAccountCount": 0,
"organizationCount": 0,
"sharedAccountCount": 0,
"summaryList": [
{
"cloud": "string",
"name": "string",
"stages": [
"string"
],
"type": "string"
}
]
},
"clusterCount": 0,
"clusterPlanCount": 0,
"clusterSummaryList": [
{
"environments": 0,
"name": "string",
"namespaces": 0,
"provider": "string",
"stage": "string"
}
],
"costs": {
"audit": true,
"estimates": true
},
"eksClusterPlanCount": 0,
"emptyWorkspaceCount": 0,
"fromCache": true,
"gkeClusterPlanCount": 0,
"idpConfigured": true,
"namespaceSummaryList": [
{
"name": "string",
"provider": "string",
"stage": "string"
}
],
"networking": {
"assignableNetworksCount": 0,
"dnsZones": {
"globalZoneCount": 0,
"zoneCount": 0
},
"peeringRuleCount": 0
},
"packages": 0,
"stageCount": 0,
"userCount": 0,
"wayfinderAdminCount": 0,
"workspaceAdminCount": 0,
"workspaceCount": 0,
"workspaceGroupCount": 0,
"workspaceMemberCount": 0
}
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...