exportBackupToObjectStorage
    • PDF

    exportBackupToObjectStorage

    • PDF

    記事の要約

    VPC環境で利用できます。

    Cloud DB for MSSQL DBバックアップを Object Storageに伝達します。

    コマンド

    コマンド構文は次の通りです。

    ncloud vmssql exportBackupToObjectStorage [regionCode] [cloudMssqlInstanceNo] [cloudMssqlServerInstanceNo] [bucketName] [folderPath] [cloudMssqlExportObjectList.N.fullObjectName] [output]
    

    パラメータ

    パラメータの説明は次の通りです。

    パラメータタイプ必須の有無説明制限事項
    regionCodeStringNリージョンコード
    • regionCodeはgetRegionListアクションを通じて取得
    • デフォルト: getRegionList照会結果の最初のリージョンを選択
    -
    cloudMssqlInstanceNoStringYCloud DB for MSSQLのバックアップを ObjectStorageに伝達するための Cloud DB for MSSQLインスタンス番号-
    cloudMssqlServerInstanceNoStringYCloud DB for MSSQLのバックアップを ObjectStorageに伝達するための Cloud DB for MSSQLサーバインスタンス番号-
    bucketNameStringYバケット名
    • Object Storageにデータを保存するための空き容量を意味
    • bucketNameはgetCloudMssqlBucketListアクションを通じて取得可能
    -
    folderPathStringNObjectStorage bucketの folderPath-
    cloudMssqlExportObjectList.N.fullObjectNameListYObject Strogeに転送するファイルのパスリスト
    • バックアップファイル転送時、getCloudMssqlBackupDetailListを通じて確認
    • ログのバックアップファイル転送時、getLogBackupFileListを通じて確認
    • <例> cloudMssqlExportObjectList.1.fullObjectName=Z:\test1&cloudMssqlExportObjectList.2.fullObjectName=Z:\test2
    -
    outputStringNレスポンス結果の形式タイプ
    • オプション: xml | json
    • デフォルト: json
    -

    呼び出しとレスポンスの例を説明します。

    呼び出し例

    呼び出しのサンプルコードは次の通りです。

    cli_window

    ncloud vmssql exportBackupToObjectStorage --regionCode KR --bucketName ***** --cloudMssqlInstanceNo *****2 --cloudMssqlServerInstanceNo *****3 --cloudMssqlExportObjectList "fullObjectName='*****\\test.txt'"
    

    cli_linux

    ncloud vmssql exportBackupToObjectStorage --regionCode KR --bucketName ***** --cloudMssqlInstanceNo *****2 --cloudMssqlServerInstanceNo *****3 --cloudMssqlExportObjectList '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.