Delete recovery group
Delete recovery group
Path Parameters
- recoveryGroupId integer required
Recovery group Id
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
recoveryGroup object
id int32name stringerror object
errorMessage stringerrorCode int32runbookAssociation object
associatedEntity object
id int32name stringassociatedEntityType RunbookAssociationEntityTypePossible values: [
RESERVED = 0,RECOVERY_GROUP = 2,SERVER = 3,INSTANCE = 5,BACKUPSET = 6,SUBCLIENT = 7,SERVER_GROUP = 28,AGS_MS_SQL = 5000]
{
"recoveryGroup": {
"id": 0,
"name": "string"
},
"error": {
"errorMessage": "string",
"errorCode": 0
},
"runbookAssociation": {
"associatedEntity": {
"id": 0,
"name": "string"
},
"associatedEntityType": "RESERVED = 0"
}
}
Loading...