Skip to main content

Download Unmanaged Assets

POST 

/asm/api/v1/asset/download

Download list of unmanaged assets based on filters.

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
    any
Loading...