Skip to main content

Get Assets List

POST 

/asm/api/v1/asset

Get the list of assets based on cloud-type, asset-type, manage-type, and service-type.

Request

Body

    snapshotDate int64
    cloudTypes Cloud types (string)[]

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

    assetTypes Asset types (string)[]

    Default value: ['Domain', 'ResponsiveIP']

    manageType Manage type (string)

    Possible values: [MANAGED, UNMANAGED]

    Default value: UNMANAGED

    serviceTypes Service types (string)[]
    nextPageToken Next page token (string)
    searchText Search text (string)
    snoozeStatus string[]

Responses

Ok

Schema
    value object[]
  • Array [
  • asmAssetId uuid
    name string
    type string
    cloudType string[]

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

    dateAdded int64
    lastObserved int64
    snoozeStatus string
    snoozeStartTs int64
    snoozeEndTs int64
    reason string
    temporarySnooze boolean
  • ]
  • nextPageToken string
    moreData boolean
Loading...