Queries the status of the Backup and Disaster Recovery Center.
Try it now
Test
RAM authorization
Action | Access level | Resource type | Condition key | Dependent action |
bdrc:GetBdrcService | none | *All Resource
| None | None |
Request syntax
GET /api/v1/service HTTP/1.1Request parameters
Parameter | Type | Required | Description | Example |
No parameters required.
Response elements
Element | Type | Description | Example |
object | |||
| Data | object | The data that is returned if the call is successful. | |
ServiceStatus | string | The enabling status of the service. Valid values:
| OPENED |
OpenTime | integer | The time when the service was enabled (UNIX timestamp). | 1726169608 |
ProtectionScoreUpdatedTime | integer | The time when the data protection score was updated (UNIX timestamp). | 1726169608 |
ServiceInitializeStatus | string | The initialization status of the service. Valid values:
| SUCCESS |
RequestId | string | The unique identity of the request. | 5748C531-80B1-5C31-8421-63A1830B9E48 |
Examples
Success response
JSON format
{
"Data": {
"ServiceStatus": "OPENED",
"OpenTime": 1726169608,
"ProtectionScoreUpdatedTime": 1726169608,
"ServiceInitializeStatus": "SUCCESS"
},
"RequestId": "5748C531-80B1-5C31-8421-63A1830B9E48"
}Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.