Get Cloud Account Status (OCI and Alibaba)
POST/cloud/status/:cloud_type
Lists status messages of the specified cloud account.
This request performs a cloud account on-boarding trial run. You can use this request to validate your parameters before you use Add Cloud Account.
Request
Path Parameters
cloud_type stringrequired
Possible values: [aws
, azure
, gcp
, alibaba_cloud
, oci
]
Cloud Type
- application/json
Body
property name* object
Responses
- 200
- 400
- 500
successful operation
- application/json; charset=UTF-8
- Schema
- Example (from schema)
Schema
- Array [
- ]
id string
name string
status string
statusMessage object
message string
staticMessage boolean
[
{
"id": "string",
"name": "string",
"status": "string",
"statusMessage": {
"message": "string",
"staticMessage": true
}
}
]
bad_request
internal_error
Loading...