az cosmosdb postgres cluster server
Manage Azure Cosmos DB for PostgreSQL cluster servers.
Commands
Name | Description | Type | Status |
---|---|---|---|
az cosmosdb postgres cluster server list |
List nodes of a cluster. |
Core | GA |
az cosmosdb postgres cluster server show |
Get information about a node in cluster. |
Core | GA |
az cosmosdb postgres cluster server list
List nodes of a cluster.
az cosmosdb postgres cluster server list --cluster-name
--resource-group
Examples
List servers of the cluster
az cosmosdb postgres cluster server list --cluster-name "test-cluster" -g "testGroup" --subscription "ffffffff-ffff-ffff-ffff-ffffffffffff"
Required Parameters
The name of the cluster.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az cosmosdb postgres cluster server show
Get information about a node in cluster.
az cosmosdb postgres cluster server show [--cluster-name]
[--ids]
[--name]
[--resource-group]
[--subscription]
Examples
Show the server of cluster
az cosmosdb postgres cluster server show -n "test-cluster-c" --cluster-name "test-cluster" -g "testGroup" --subscription "ffffffff-ffff-ffff-ffff-ffffffffffff"
Optional Parameters
The name of the cluster.
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.
The name of the server.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.