Skip to main content

Get Aggregated Asset Count by Asset Type

POST 

/asm/api/v1/asset/aggregation-by-resource-type

Get count of assets aggregated by asset type based on cloud provider,service type,asset-type, and manage-type.

Request

Body

    cloudTypes Cloud types (string)[]

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

    snapshotDate int64
    serviceTypes Service types (string)[]
    assetTypes Asset types (string)[]

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

    manageType Manage type (string)

    Possible values: [MANAGED, UNMANAGED]

    Default value: UNMANAGED

    snoozeStatus string[]

Responses

Ok

Schema
    value object[]
  • Array [
  • assetType Asset type (string)
    count int32
  • ]
Loading...