getCloudPostgresqlBackupDetailList
    • PDF

    getCloudPostgresqlBackupDetailList

    • PDF

    Article Summary

    VPC環境で利用できます。

    Cloud DB for PostgreSQLバックアップの詳細リストを照会します。

    リクエスト

    リクエストパラメータ

    パラメータタイプ要否説明制約事項
    regionCodeStringNリージョンコード
    - regionCodeは、getRegionListアクションを通じて取得する
    - default: getRegionList照会結果の最初のリージョンを選択する
    -
    cloudPostgresqlInstanceNoStringYCloud DB for PostgreSQLインスタンス番号
    - cloudPostgresqlInstanceNoは、getCloudPostgresqlInstanceListアクションを通じて取得する
    -
    pageNoIntegerNページングされた結果のページ番号
    - 結果値を、pageNo、pageSizeを利用してページング処理できる
    - Min: 0
    pageSizeIntegerNページング時に表示する各ページサイズ
    - 結果値を、pageNo、pageSizeを利用してページング処理できる
    - pageNo入力時、必ず入力する
    - Min: 1
    - Max: 1000
    responseFormatTypeStringNレスポンス結果のフォーマットタイプ
    - options: xml | json
    - default: xml
    -

    レスポンス

    レスポンスボディ

    レスポンスボディは、CloudPostgresqlBackupDetailListをご参照ください。

    リクエスト例

    リクエスト構文例は次のとおりです。

    GET {API_URL}/getCloudPostgresqlBackupDetailList
    ?regionCode=KR
    &cloudPostgresqlInstanceNo=****890
    

    レスポンス例

    レスポンス構文例は、次のとおりです。

    レスポンス結果のフォーマットタイプ(responseFormatType)が jsonの場合

    {
      "getCloudPostgresqlBackupDetailListResponse": {
        "requestId": "11ca8ac0-841c-4776-aef5-3feb6eb9440e",
        "returnCode": "0",
        "returnMessage": "success",
        "totalRows": "1",
        "cloudPostgresqlBackupDetailList": [
          {
            "fileName": "20210528",
            "startTime": "2021-05-28T02:10:00+0900",
            "endTime": "2021-05-28T02:10:10+0900",
            "backupSize": "571482767",
            "dataStorageSize": "10737418240",
            "archivedWalFileSize": "0"
          }
        ]
      }
    }
    

    レスポンス結果のフォーマットタイプ(responseFormatType)が xmlの場合

    <getCloudPostgresqlBackupDetailListResponse>
        <requestId>d76f9b88-fb9f-44b9-b7a1-f19b4710681e</requestId>
        <returnCode>0</returnCode>
        <returnMessage>success</returnMessage>
        <totalRows>1</totalRows>
        <cloudPostgresqlBackupDetailList>
            <cloudPostgresqlBackupDetail>
                <fileName>20210528</fileName>
                <startTime>2021-05-28T02:10:00+0900</startTime>
                <endTime>2021-05-28T02:10:10+0900</endTime>
                <backupSize>571482767</backupSize>
                <dataStorageSize>10737418240</dataStorageSize>
                <archivedWalFileSize>0</archivedWalFileSize>
            </cloudPostgresqlBackupDetail>
        </cloudPostgresqlBackupDetailList>
    </getCloudPostgresqlBackupDetailListResponse>
    

    この記事は役に立ちましたか?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.