exportBackupToObjectStorage
    • PDF

    exportBackupToObjectStorage

    • PDF

    Article Summary

    VPC環境で利用できます。

    Cloud DB for MSSQL DBのバックアップを Object Storageに転送します。

    リクエスト

    リクエストパラメータ

    パラメータタイプ必須有無説明制限事項
    regionCodeStringNリージョンコード
    - regionCodeは、getRegionListアクションを通じて取得
    - default: getRegionList照会結果の最初のリージョンを選択
    -
    cloudMssqlInstanceNoStringYCloud DB for MSSQLのバックアップを ObjectStorageに転送するための Cloud DB for MSSQLインスタンス番号
    - cloudMssqlInstanceNoは、getCloudMssqlInstanceListアクションを通じて取得
    -
    cloudMssqlServerInstanceNoStringYCloud DB for MSSQLのバックアップを ObjectStorageに転送するための Cloud DB for MSSQLサーバインスタンス番号
    - cloudMssqlServerInstanceNoは、getCloudMssqlInstanceListアクションを通じて取得
    -
    bucketNameStringYバケット名
    - Object Storageにデータを保存するためのスペースを意味
    - bucketNameは、getCloudMssqlBucketListアクションを通じて取得可能
    -
    folderPathStringNObjectStorage bucketの folderPath-
    cloudMssqlExportObjectList.N.objectNameListYObject Nameリスト-
    cloudMssqlExportObjectList.N.fullObjectNameListYfull Object Nameリスト-
    responseFormatTypeStringNレスポンス結果のフォーマットタイプ
    - options: xml | json
    - default: xml
    -

    リクエスト例

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

    GET {API_URL}/exportBackupToObjectStorage
    ?regionCode=KR
    &bucketName=******
    &cloudMssqlInstanceNo=******
    &cloudMssqlServerInstanceNo= ****33
    &cloudMssqlExportObjectList.1.objectName=*****t
    &cloudMssqlExportObjectList.N.fullObjectName=*****\\test.txt
    

    レスポンス例

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

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

    {
      "exportBackupToObjectStorageResponse": {
        "requestId": "858c2941-2402-4686-9f4d-36a7a906a39d",
        "returnCode": 0,
        "returnMessage": "success"
    }
    

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

    <exportBackupToObjectStorageResponse>
        <requestId>858c2941-2402-4686-9f4d-36a7a906a39d</requestId>
        <returnCode>0</returnCode>
        <returnMessage>success</returnMessage>
    </exportBackupToObjectStorageResponse>
    

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

    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.