Skip to main content

List Filtered Critical Assets

POST 

/apm/api/v1/critical-asset

Get business asset criticality. You must have System Admin permissions to access this endpoint. Rate limit 15/sec.

Request

Header Parameters

    x-redlock-auth stringrequired

    Authorize using Authentication token

    Example: jwt token

Body

    limit int64
    pageToken string
    filters object[]

    List of filters that can be applied for the API

  • Array [
  • name ActionPlanFilter (string)

    Possible values: [status, assignee, finding.type, id, business.criticality]

    operator string

    Only allowed operator for the filter is '='

    value string

    Value for the applied filter

  • ]

Responses

OK

Schema
    totalCount int64
    value object[]
  • Array [
  • name string
    businessCriticality string
    unifiedAssetId string
    accountId string
    externalAssetId string
    regionId string
    assetType string
    cloudType string
    resourceDetailsAvailable boolean
  • ]
  • nextPageToken string
Loading...