Skip to main content

Onboard Cloud Accounts

POST 

/asm/api/v1/convert-cloud-account

Onboard the cloud accounts to CSPM in order to secure the unmanaged assets identified by the CDEM dashboard.

Request

Body

    cloudAccounts object[]
  • Array [
  • accountId Account ID (string)
    accountName Account name (string)
    cloudType Cloud types (string)

    Possible values: [AWS, GCP, AZURE, ALIBABA_CLOUD]

  • ]

Responses

Ok

Schema
    value object[]
  • Array [
  • status int32
    error string
    conversionStatus string
    message string
    path string
  • ]
Loading...