Get Entity KPI for a Recovery Group
Select
SaaS
Customer Managed
Get Entity KPI for a Recovery Group
Path Parameters
- recoverygroupid int32 required
ID of the recovery group
Responses
- 200
OK
- application/json
- application/xml
- Schema
- Example (from schema)
Schema
KPI object[]
entityCount int64Count of entities
typeId int32Type of entity
threatCount int64Count of threats
{
"KPI": [
{
"entityCount": 0,
"typeId": 0,
"threatCount": 0
}
]
}
- Schema
- Example (from schema)
Schema
KPI object[]
entityCount int64Count of entities
typeId int32Type of entity
threatCount int64Count of threats
<KPI>
<entityCount>0</entityCount>
<typeId>0</typeId>
<threatCount>0</threatCount>
</KPI>
Loading...