Get Asset Top Risks
GET/asm/api/v1/dashboard/asset/top-risk
Get the list of top risks for assets.
Responses
- 200
- 404
Ok
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
value object[]
List of risks
alertCategories string
Alert categories
convertibleCount int64
Count of convertible assests
nonConvertibleCount int64
Count of non-convertible assets
totalCount int64
Total count of assets
{
"value": [
{
"alertCategories": "string",
"convertibleCount": 0,
"nonConvertibleCount": 0,
"totalCount": 0
}
]
}
Data not found
- application/json
- Schema
- Example (from schema)
Schema
timestamp int64
status int32
message string
path string
{
"timestamp": 0,
"status": 0,
"message": "string",
"path": "string"
}
Loading...