Fetch list of Recovery groups
Fetch the list of all the Recovery groups
Responses
- 200
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
recoveryGroups object[]
id int32Unique identifier of the recovery group
name stringName of the recovery group
resourcesCount int32Number of resources in the recovery group
runbooksCount int32Number of runbooks associated with the recovery group
fetSize int64The FET size of the recovery, in bytes
estimatedRecoveryTime int64Estimated recovery time in minutes
isRGMigrated booleanDefault value:
falseIndicates whether the recovery group is migrated from old cleanroom flow
commcell object
Details of the CommCell to which the entity belongs in a multi-CommCell environment.
id int32name stringaliasName stringGUID stringcompany object
Details of the company to which the entity belongs in a multi-CommCell environment.
id int32name string
{
"recoveryGroups": [
{
"id": 0,
"name": "string",
"resourcesCount": 0,
"runbooksCount": 0,
"fetSize": 0,
"estimatedRecoveryTime": 0,
"isRGMigrated": false,
"commcell": {
"id": 0,
"name": "string",
"aliasName": "string",
"GUID": "string"
},
"company": {
"id": 0,
"name": "string"
}
}
]
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Loading...