Get Resource KPI for a Recovery Runbook
Get Resource KPI for a Recovery Runbook
Path Parameters
- runbookId int32 required
ID of the recovery runbook
Responses
- 200
OK
- application/json
- application/xml
- Schema
- Example (from schema)
Schema
KPI object[]
resourceCount int64Count of resources
typeId int32Type of resource
threatCount int64Count of threats
{
"KPI": [
{
"resourceCount": 0,
"typeId": 0,
"threatCount": 0
}
]
}
- Schema
- Example (from schema)
Schema
KPI object[]
resourceCount int64Count of resources
typeId int32Type of resource
threatCount int64Count of threats
<KPI>
<resourceCount>0</resourceCount>
<typeId>0</typeId>
<threatCount>0</threatCount>
</KPI>
Loading...