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
- application/json; charset=UTF-8
Body
- Array [
- ]
limit int64
pageToken string
filters object[]
List of filters that can be applied for the API
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
- 200
- 400
- 401
- 403
- 429
OK
- application/json; charset=UTF-8
- Schema
- Example (from schema)
Schema
- Array [
- ]
totalCount int64
value object[]
name string
businessCriticality string
unifiedAssetId string
accountId string
externalAssetId string
regionId string
assetType string
cloudType string
resourceDetailsAvailable boolean
nextPageToken string
{
"totalCount": 0,
"value": [
{
"name": "string",
"businessCriticality": "string",
"unifiedAssetId": "string",
"accountId": "string",
"externalAssetId": "string",
"regionId": "string",
"assetType": "string",
"cloudType": "string",
"resourceDetailsAvailable": true
}
],
"nextPageToken": "string"
}
Invalid asset criticality.
- application/json; charset=UTF-8
- Schema
- Example (from schema)
Schema
error object
code string
message string
target string
{
"error": {
"code": "string",
"message": "string",
"target": "string"
}
}
Unauthorized
Forbidden
Too Many Requests
Loading...