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
- application/json
Body
- Array [
- ]
cloudAccounts object[]
accountId Account ID (string)
accountName Account name (string)
cloudType Cloud types (string)
Possible values: [AWS
, GCP
, AZURE
, ALIBABA_CLOUD
]
Responses
- 200
- 404
Ok
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
value object[]
status int32
error string
conversionStatus string
message string
path string
{
"value": [
{
"status": 0,
"error": "string",
"conversionStatus": "string",
"message": "string",
"path": "string"
}
]
}
Account not found
- application/json
- Schema
- Example (from schema)
Schema
timestamp int64
status int32
message string
path string
{
"timestamp": 0,
"status": 0,
"message": "string",
"path": "string"
}
Loading...