Skip to main content

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

OK


Schema
  • KPI object[]
  • entityCount int64

    Count of entities

  • typeId int32

    Type of entity

  • threatCount int64

    Count of threats

GET /recoverygroup/:recoverygroupid/entitykpi    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
recoverygroupid — path required
Accept
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/RecoveryGroup/:recoverygroupid/EntityKPI' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'