Skip to main content

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

Body

    property name* object

Responses

successful operation

Schema
  • Array [
  • id string
    name string
    status string
    statusMessage object
    message string
    staticMessage boolean
  • ]
Loading...