gdcloud database operations list - 列出指定 DBCluster 自訂資源的資料庫作業。
概要
gdcloud database operations list [flags]
範例
To list operations on the PostgreSQL DBCluster "postgresql-db", run:
gdcloud database operations list --cluster=postgresql-db
To list operations in the Oracle DBCluster "oracle-db" in the project "db", run:
gdcloud database operations list --project=db --cluster=oracle-db
[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["難以理解","hardToUnderstand","thumb-down"],["資訊或程式碼範例有誤","incorrectInformationOrSampleCode","thumb-down"],["缺少我需要的資訊/範例","missingTheInformationSamplesINeed","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2025-08-18 (世界標準時間)。"],[[["The `gdcloud database operations list` command retrieves a list of database operations for a specified DBCluster."],["You must specify the DBCluster name using the `--cluster` flag to list its operations."],["Operations can be listed for different database types, such as PostgreSQL or Oracle, by specifying the respective cluster name."],["The `--project` flag can be used to specify a different project context when listing operations."],["Common flags like `--configuration`, `--format`, `--help`, `--project`, and `--quiet` are available for use with this command."]]],[]]