az cosmosdb postgres configuration server

Manage Azure Cosmos DB for PostgreSQL server configurations.

Commands

Name Description Type Status
az cosmosdb postgres configuration server list

List all the configurations of a server in cluster.

Core GA

az cosmosdb postgres configuration server list

List all the configurations of a server in cluster.

az cosmosdb postgres configuration server list --cluster-name
                                               --resource-group
                                               --server-name

Examples

List configurations of the server in the cluster

az cosmosdb postgres configuration server list --server-name "test-cluster-c" --cluster-name "test-cluster" -g "testGroup" --subscription "ffffffff-ffff-ffff-ffff-ffffffffffff"

Required Parameters

--cluster-name

The name of the cluster.

--resource-group -g

Name of resource group. You can configure the default group using az configure --defaults group=<name>.

--server-name

The name of the server.

Global Parameters
--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

accepted values: json, jsonc, none, table, tsv, yaml, yamlc
default value: json
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose

Increase logging verbosity. Use --debug for full debug logs.