Skip to main content

Get Asset Findings Filter

POST 

/asm/api/v1/asset/:asset_id/finding/filters

Get the list of filters and their possible values based on which you can retrieve the findings of an asset.

Request

Path Parameters

    asset_id uuidrequired

    ID of asset

Body

    snapshotDate int64
    types List of types (string)[]
    severities List of severities (string)[]

    Possible values: [High, Critical, Medium, Low]

    nextPageToken string

Responses

Ok

Schema
    types string[]
    severities string[]
Loading...