Retrieve the enabled clouds
Retrieve the enabled clouds
Responses
- 200
- 500
Contains enabled state of cloud identities
- application/json
- Schema
- Example (from schema)
Schema
aws
enabled boolean
stages string[]
azure
enabled boolean
stages string[]
gcp
enabled boolean
stages string[]
{
"aws": {
"enabled": true,
"stages": [
"string"
]
},
"azure": {
"enabled": true,
"stages": [
"string"
]
},
"gcp": {
"enabled": true,
"stages": [
"string"
]
}
}
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...