機械翻訳について

リストア操作の詳細の取得

get

/api/v1.1/instances/{identityId}/{serviceId}/restoredbackups/{jobId}

サービス・インスタンスの特定のリストア操作の詳細を提供します。

リクエスト

パス・パラメータ
identityId
タイプ: string
必須: true
Oracle Cloud Serviceアカウントのアイデンティティ・ドメインの名前。
jobId
タイプ: string
必須: true
リストア操作のジョブID。
serviceId
タイプ: string
必須: true
サービス・インスタンスのID。

レスポンス

サポートされるメディア・タイプ
  • application/json
200レスポンス
Ok
本文
ルート・スキーマ: RestoreBackupItem
タイプ: object

次の例では、cURLを使用してRESTリソースに対するGETリクエストを発行することによってOracle SOA Cloud Serviceインスタンスのリストア操作のステータスを表示する方法を示しています。 詳細は、「cURLの使用」を参照してください。

Oracle SOA Cloud Serviceインスタンスのバックアップからのリストアに関する項も参照してください。

cURLコマンド

curl -i -X GET -u joe@example.com:Welcome1! -H "X-ID-TENANT-NAME:ExampleIdentityDomain" https://api-host/paas/service/soa/api/v1.1/instances/ExampleIdentityDomain/ExampleInstance/restoredbackups/505
注意:: この例では、アメリカ合衆国でのURL接頭辞(soacs)を使用しています。 世界の他の地域のURL接頭辞の詳細は、「リクエストの送信」を参照してください。

レスポンス・ヘッダーの例

レスポンス・ヘッダーの例を次に示します。

HTTP/1.1 200 OK
Date: Thu, 05 Feb 2015 22:16:03 GMT
Transfer-Encoding: chunked
Content-Type: application/json

レスポンス本文の例

JSON形式のレスポンス本文の例を次に示します。

{
    "backupId":"1389925926116", 
    "backupDate":"Wed Feb 4 18:32:06 GMT 2015", 
    "jobId":"505", 
    "recoveryStartDate":"Thu Feb 5 18:00:46 GMT 2015", 
    "recoveryCompleteDate":"Thu Feb 5 18:15:00 GMT 2015", 
    "status":"Completed", 
    "statusDetails":"Stopping WebLogic Server...Stopped WebLogic Server...Restoring the binary 
and configuration data for WebLogic Server administration server on host exampleinstance-wls-1...Restored 
the binary and configuration data for WebLogic Server administration server on host 
exampleinstance-wls-1...Restoring Oracle Traffic Director on host exampleinstance-lb-1...Restored 
Oracle Traffic Director on host exampleinstance-lb-1...Restoring the binary and configuration data for 
WebLogic Server administration server on host  ...Restored the binary and configuration data for 
WebLogic Server administration server on host ...Starting WebLogic Server...Started WebLogic 
Server...Unlocked the WebLogic Server domain configuration... "         
    "staticDataIncluded":false, 
    "configDataIncluded":true, 
    "otdIncluded":true, 
    "notes":"JDK Patching"
}