exportDbServerLogToObjectStorage
- 印刷する
- PDF
exportDbServerLogToObjectStorage
- 印刷する
- PDF
記事の要約
この要約は役に立ちましたか?
ご意見ありがとうございます
VPC環境で利用できます。
Cloud DB for PostgreSQLのデータベースサーバログファイルを Object Storageに送信します。
コマンド
コマンド構文は、次のとおりです。
ncloud vpostgresql exportDbServerLogToObjectStorage [regionCode] [logType] [fileName] [bucketName] [cloudPostgresqlServerInstanceNo] [output]
パラメータ
パラメータについての説明は、次のとおりです。
パラメータ | タイプ | 要否 | 説明 | 制約事項 |
---|---|---|---|---|
regionCode | String | N | リージョンコード - regionCodeは、getRegionListアクションを通じて取得 - default: getRegionList照会結果の最初のリージョンを選択 | - |
logType | String | Y | データベースサーバログのファイルタイプ - options: POSTGRESQL_LOG | - |
fileName | String | Y | データベースサーバログのファイル名 - fileNameは、getDbServerLogListアクションを通じて取得 | - |
bucketName | String | Y | Object Storageのバケット名 - bucketNameは、getCloudPostgresqlBucketListアクションを通じて取得 | - |
cloudPostgresqlServerInstanceNo | String | Y | Cloud DB for PostgreSQLのサーバインスタンス番号 - cloudPostgresqlServerInstanceNoは、getCloudPostgresqlInstanceListアクションを通じて取得 | - |
output | String | N | レスポンス結果のフォーマットタイプ - options: xml | json - default: json | - |
例
呼び出しとレスポンス例を説明します。
呼び出し例
呼び出し例は、次のとおりです。
ncloud vpostgresql exportDbServerLogToObjectStorage --regionCode KR --logType POSTGRESQL_LOG --fileName postgresql_000000.log --bucketName postgresql-log --cloudPostgresqlServerInstanceNo ****891
レスポンス例
レスポンス例は、次のとおりです。
レスポンス結果フォーマットタイプ(output)が jsonのとき
{
"exportDbServerLogToObjectStorageResponse": {
"requestId": "6564e513-acd5-4fe3-ac62-2ab16ee267e8",
"returnCode": "0",
"returnMessage": "success"
}
}
レスポンス結果フォーマットタイプ(output)が xmlの場合
<exportDbServerLogToObjectStorageResponse>
<requestId>6564e513-acd5-4fe3-ac62-2ab16ee267e8</requestId>
<returnCode>0</returnCode>
<returnMessage>success</returnMessage>
</exportDbServerLogToObjectStorageResponse>
この記事は役に立ちましたか?