Set Asset Criticality
POST/apm/api/v1/asset-criticality
Set 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
assetIds string[]
assetCriticality AssetCriticalityEnum (string)
Possible values: [critical
, high
, medium
, low
, none
]
Responses
- 200
- 400
- 401
- 403
- 429
OK
One or more assetIds is invalid
- 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...