Get Cloud Account Status
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.
Note: This endpoint is depreacted for the AWS, Azure, and GCP cloud types. You can continue to use this endpoint for the Alibaba and OCI cloud account types. The replacement endpoints for the AWS, Azure, and GCP cloud types are:
Path Parameters
- cloud_type string required
Possible values: [
aws
,azure
,gcp
,alibaba_cloud
,oci
]Cloud Type
- application/json
Request 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 stringstaticMessage boolean- ]
[
{
"id": "string",
"name": "string",
"status": "string",
"statusMessage": {
"message": "string",
"staticMessage": true
}
}
]
bad_request
internal_error
Loading...