Get Cloud Account Status (OCI and Alibaba)
POST/cloud/status/:cloud_type
Lists status messages of the specified cloud account. \r\n\r\nThis request performs a cloud account on-boarding trial run. You can use this request to validate your parameters before \n you use Add Cloud Account.\n
Request
Path Parameters
cloud_type stringrequired
Possible values: [alibaba_cloud
, oci
]
Cloud Type
- application/json
Body
property name* object
Responses
- 200
- 400
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
Loading...