Stay organized with collections
Save and categorize content based on your preferences.
NAME
gdcloud database operations list - List database operations for the given DBCluster custom resource.
SYNOPSIS
gdcloud database operations list [flags]
EXAMPLES
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
REQUIRED FLAGS
--cluster string DBCluster name.
GDCLOUD WIDE FLAGS
These flags are available to all commands: --configuration, --format, --help, --project, --quiet.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-05 UTC."],[[["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."]]],[]]