Get Convertible Accounts
GET/asm/api/v1/dashboard/convertible-accounts
Get the list of accounts that are not managed by CSPM but can be onboarded to CSPM.
Request
Query Parameters
alert_categories string
Category of alerts
country_code string
Country code
next_page_token string
Next page token
Responses
- 200
- 404
Ok
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
nextPageToken string
Next page token
count int32
Count of convertible accounts
value object[]
List of convertible accounts
name string
Name
id string
Account ID
cloudType string
Cloud type
assetsCount int64
Count of assets
conversionStatus string
Status of account conversion
conversionMessage string
Conversion message
{
"nextPageToken": "string",
"count": 0,
"value": [
{
"name": "string",
"id": "string",
"cloudType": "string",
"assetsCount": 0,
"conversionStatus": "string",
"conversionMessage": "string"
}
]
}
Data 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...