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 string

    Next page token

    count int32

    Count of convertible accounts

    value object[]

    List of convertible accounts

  • Array [
  • 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

  • ]
Loading...