Mengkueri status Pusat Pencadangan dan Pemulihan Bencana.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
bdrc:GetBdrcService |
none |
*All Resource
|
None | None |
Sintaks permintaan
GET /api/v1/service HTTP/1.1
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
Tidak ada parameter yang diperlukan.
Elemen respons
|
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 |
Contoh
Respons sukses
JSONformat
{
"Data": {
"ServiceStatus": "OPENED",
"OpenTime": 1726169608,
"ProtectionScoreUpdatedTime": 1726169608,
"ServiceInitializeStatus": "SUCCESS"
},
"RequestId": "5748C531-80B1-5C31-8421-63A1830B9E48"
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.