バックアップおよびディザスタリカバリセンターのステータスを照会します。
今すぐお試しください
テスト
RAM 認証
|
アクション |
アクセスレベル |
リソースタイプ |
条件キー |
依存アクション |
|
bdrc:GetBdrcService |
none |
*All Resource
|
なし | なし |
リクエスト構文
GET /api/v1/service HTTP/1.1
リクエストパラメーター
|
パラメーター |
型 |
必須 / 任意 |
説明 |
例 |
リクエストパラメーターは必要ありません。
レスポンスフィールド
|
フィールド |
型 |
説明 |
例 |
|
object |
|||
| Data |
object |
The data that is returned if the call is successful. |
|
| ServiceStatus |
string |
The enabling status of the service. 列挙値:
|
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. 列挙値:
|
SUCCESS |
| RequestId |
string |
The unique identity of the request. |
5748C531-80B1-5C31-8421-63A1830B9E48 |
例
成功レスポンス
JSONJSON
{
"Data": {
"ServiceStatus": "OPENED",
"OpenTime": 1726169608,
"ProtectionScoreUpdatedTime": 1726169608,
"ServiceInitializeStatus": "SUCCESS"
},
"RequestId": "5748C531-80B1-5C31-8421-63A1830B9E48"
}
エラーコード
完全なリストについては、「エラーコード」をご参照ください。
変更履歴
完全なリストについては、「変更履歴」をご参照ください。