Skip to main content

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

Ok

Schema
    nextPageToken Next page token (string)
    count int32
    value object[]
  • Array [
  • name Name (string)
    id Account ID (string)
    cloudType Cloud type (string)
    assetsCount int64
    conversionStatus Status of account conversion (string)
    conversionMessage Conversion message (string)
  • ]
Loading...