Skip to main content

Get Convertible Assets

GET 

/asm/api/v1/dashboard/asset

Get the list of unmanaged assets that can be onboarded to CSPM.

Request

Query Parameters

    convertible string

    Default value: false

    Filter assets based on if they are convertible.

    cloud_account_id string

    Cloud account ID

    alert_categories string

    Category of alerts

    country_code string

    Country codes

    next_page_token string

    Next page token

Responses

Ok

Schema
    value object[]

    List of assets

  • Array [
  • id uuid

    Asset ID

    name string

    Asset name

    type string

    Asset type

    issuesMetadata object[]

    List of issues metadata

  • Array [
  • alertCategories string
    issueTypes string
  • ]
  • cloudTypes string[]

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

    List of cloud types

    isConvertible boolean

    Convertible

    cloudAccountId string

    Cloud account ID

    cloudAccountName string

    Cloud account name

    conversionStatus string

    Account conversion status

  • ]
  • nextPageToken string

    Next page token

Loading...