Description | : Lists all clusters in a subscription. |
Reference | : Link ¶ |
⚼ Request
GET:
/subscriptions/{subscriptionId}/providers/Microsoft.DBforPostgreSQL/serverGroupsv2
{
api-version:
string
,
subscriptionId:
string
,
}
⚐ Response (200)
{
value:
[
]
,
{
,
properties:
}
{
,
administratorLogin:
string
,
administratorLoginPassword:
string
,
provisioningState:
string
,
state:
string
,
postgresqlVersion:
string
,
citusVersion:
string
,
maintenanceWindow:
{
,
customWindow:
string
,
startHour:
integer
,
startMinute:
integer
,
dayOfWeek:
integer
,
}
preferredPrimaryZone:
string
,
enableShardsOnCoordinator:
boolean
,
enableHa:
boolean
,
coordinatorServerEdition:
string
,
coordinatorStorageQuotaInMb:
integer
,
coordinatorVCores:
integer
,
coordinatorEnablePublicIpAccess:
boolean
,
nodeServerEdition:
string
,
nodeCount:
integer
,
nodeStorageQuotaInMb:
integer
,
nodeVCores:
integer
,
nodeEnablePublicIpAccess:
boolean
,
serverNames:
[
]
,
{
,
name:
string
,
fullyQualifiedDomainName:
string
,
}
sourceResourceId:
string
,
sourceLocation:
string
,
pointInTimeUTC:
string
,
readReplicas:
[
,
string
,
]
earliestRestoreTime:
string
,
privateEndpointConnections:
}
[
]
,
{
,
properties:
}
{
,
privateEndpoint:
{
,
id:
string
,
}
groupIds:
[
,
string
,
]
privateLinkServiceConnectionState:
}
{
,
status:
enum
,
description:
string
,
actionsRequired:
string
,
}
nextLink:
string
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
additionalInfo:
}
[
]
,
{
,
type:
string
,
info:
object
,
}