Replicas - List By Server
List all the replicas for a given server.
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/flexibleServers/{serverName}/replicas?api-version=2024-06-01-preview
URI Parameters
Name | In | Required | Type | Description |
---|---|---|---|---|
resource
|
path | True |
string |
The name of the resource group. The name is case insensitive. |
server
|
path | True |
string |
The name of the server. Regex pattern: |
subscription
|
path | True |
string uuid |
The ID of the target subscription. The value must be an UUID. |
api-version
|
query | True |
string |
The API version to use for this operation. |
Responses
Name | Type | Description |
---|---|---|
200 OK |
OK |
|
Other Status Codes |
Error response describing why the operation failed. |
Security
azure_auth
Azure Active Directory OAuth2 Flow
Type:
oauth2
Flow:
implicit
Authorization URL:
https://login.microsoftonline.com/common/oauth2/authorize
Scopes
Name | Description |
---|---|
user_impersonation | impersonate your user account |
Examples
List replicas for a server
Sample request
Sample response
{
"value": [
{
"sku": {
"name": "Standard_D2ds_v4",
"tier": "GeneralPurpose"
},
"properties": {
"administratorLogin": "cloudsa",
"storage": {
"storageSizeGB": 20,
"iops": 360,
"autoGrow": "Enabled",
"storageSku": "Premium_LRS"
},
"version": "5.7",
"state": "Ready",
"fullyQualifiedDomainName": "mysqltestserver-repl.orcabrci-seas1-a.mscds.com",
"sourceServerResourceId": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysqltestserver",
"availabilityZone": "1",
"maintenancePolicy": {
"patchStrategy": "Regular"
},
"maintenanceWindow": {
"customWindow": "Disabled",
"dayOfWeek": 0,
"startHour": 0,
"startMinute": 0
},
"replicationRole": "Replica",
"replicaCapacity": 0,
"network": {
"publicNetworkAccess": "Enabled"
},
"backup": {
"backupRetentionDays": 7,
"geoRedundantBackup": "Disabled",
"earliestRestoreDate": "2021-06-24T08:19:18.00+00:00"
},
"highAvailability": {
"mode": "Disabled",
"state": "NotEnabled"
}
},
"location": "Southeast Asia",
"tags": {
"num": "1"
},
"id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysqltestserver-repl",
"name": "mysqltestserver-repl",
"type": "Microsoft.DBforMySQL/flexibleServers"
},
{
"sku": {
"name": "Standard_D2ds_v4",
"tier": "GeneralPurpose"
},
"properties": {
"administratorLogin": "cloudsa",
"storage": {
"storageSizeGB": 20,
"iops": 360,
"autoGrow": "Enabled",
"storageSku": "Premium_LRS"
},
"version": "5.7",
"state": "Ready",
"fullyQualifiedDomainName": "mysqltestserver-repl2.orcabrci-seas1-a.mscds.com",
"sourceServerResourceId": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysqltestserver",
"availabilityZone": "1",
"maintenancePolicy": {
"patchStrategy": "Default"
},
"maintenanceWindow": {
"customWindow": "Disabled",
"dayOfWeek": 0,
"startHour": 0,
"startMinute": 0
},
"replicationRole": "Replica",
"replicaCapacity": 0,
"network": {
"publicNetworkAccess": "Enabled"
},
"backup": {
"backupRetentionDays": 7,
"geoRedundantBackup": "Disabled",
"earliestRestoreDate": "2021-06-23T08:19:18.00+00:00"
},
"highAvailability": {
"mode": "Disabled",
"state": "NotEnabled"
}
},
"location": "Southeast Asia",
"tags": {
"num": "1"
},
"id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforMySQL/flexibleServers/mysqltestserver-repl2",
"name": "mysqltestserver-repl",
"type": "Microsoft.DBforMySQL/flexibleServers"
}
]
}
Definitions
Name | Description |
---|---|
Backup |
Storage Profile properties of a server |
created |
The type of identity that created the resource. |
Create |
The mode to create a new MySQL server. |
Data |
The date encryption for cmk. |
Data |
The key type, AzureKeyVault for enable cmk, SystemManaged for disable cmk. |
Enable |
Enum to indicate whether value is 'Enabled' or 'Disabled' |
Error |
The resource management error additional info. |
Error |
The error detail. |
Error |
Error response |
High |
High availability properties of a server |
High |
High availability mode for a server. |
High |
The state of server high availability. |
Import |
Import source related properties. |
Import |
Storage type of import source. |
Maintenance |
Maintenance policy of a server. |
Maintenance |
Maintenance window of a server. |
Managed |
Type of managed service identity. |
My |
Billing information related properties of a server. |
Network |
Network related properties of a server |
Patch |
Enum to indicate the patch strategy of a server |
Private |
The private endpoint resource. |
Private |
The private endpoint connection resource. |
Private |
The current provisioning state. |
Private |
The private endpoint connection status. |
Private |
A collection of information about the state of the connection between service consumer and provider. |
Replication |
The replication role. |
Server |
Represents a server. |
Server |
A list of servers. |
Server |
The tier of the particular SKU, e.g. GeneralPurpose. |
Server |
The state of a server. |
Server |
The version of a server. |
Storage |
Storage Profile properties of a server |
Storage |
Enum to indicate whether storage sku value is 'ZoneRedundancy' or 'LocalRedundancy' |
system |
Metadata pertaining to creation and last modification of the resource. |
Backup
Storage Profile properties of a server
Name | Type | Default value | Description |
---|---|---|---|
backupIntervalHours |
integer |
Backup interval hours for the server. |
|
backupRetentionDays |
integer |
Backup retention days for the server. |
|
earliestRestoreDate |
string |
Earliest restore point creation time (ISO8601 format) |
|
geoRedundantBackup | Disabled |
Whether or not geo redundant backup is enabled. |
createdByType
The type of identity that created the resource.
Name | Type | Description |
---|---|---|
Application |
string |
|
Key |
string |
|
ManagedIdentity |
string |
|
User |
string |
CreateMode
The mode to create a new MySQL server.
Name | Type | Description |
---|---|---|
Default |
string |
|
GeoRestore |
string |
|
PointInTimeRestore |
string |
|
Replica |
string |
DataEncryption
The date encryption for cmk.
Name | Type | Description |
---|---|---|
geoBackupKeyURI |
string |
Geo backup key uri as key vault can't cross region, need cmk in same region as geo backup |
geoBackupUserAssignedIdentityId |
string |
Geo backup user identity resource id as identity can't cross region, need identity in same region as geo backup |
primaryKeyURI |
string |
Primary key uri |
primaryUserAssignedIdentityId |
string |
Primary user identity resource id |
type |
The key type, AzureKeyVault for enable cmk, SystemManaged for disable cmk. |
DataEncryptionType
The key type, AzureKeyVault for enable cmk, SystemManaged for disable cmk.
Name | Type | Description |
---|---|---|
AzureKeyVault |
string |
|
SystemManaged |
string |
EnableStatusEnum
Enum to indicate whether value is 'Enabled' or 'Disabled'
Name | Type | Description |
---|---|---|
Disabled |
string |
|
Enabled |
string |
ErrorAdditionalInfo
The resource management error additional info.
Name | Type | Description |
---|---|---|
info |
object |
The additional info. |
type |
string |
The additional info type. |
ErrorDetail
The error detail.
Name | Type | Description |
---|---|---|
additionalInfo |
The error additional info. |
|
code |
string |
The error code. |
details |
The error details. |
|
message |
string |
The error message. |
target |
string |
The error target. |
ErrorResponse
Error response
Name | Type | Description |
---|---|---|
error |
The error object. |
HighAvailability
High availability properties of a server
Name | Type | Description |
---|---|---|
mode |
High availability mode for a server. |
|
standbyAvailabilityZone |
string |
Availability zone of the standby server. |
state |
The state of server high availability. |
HighAvailabilityMode
High availability mode for a server.
Name | Type | Description |
---|---|---|
Disabled |
string |
|
SameZone |
string |
|
ZoneRedundant |
string |
HighAvailabilityState
The state of server high availability.
Name | Type | Description |
---|---|---|
CreatingStandby |
string |
|
FailingOver |
string |
|
Healthy |
string |
|
NotEnabled |
string |
|
RemovingStandby |
string |
ImportSourceProperties
Import source related properties.
Name | Type | Description |
---|---|---|
dataDirPath |
string |
Relative path of data directory in storage. |
sasToken |
string |
Sas token for accessing source storage. Read and list permissions are required for sas token. |
storageType |
Storage type of import source. |
|
storageUrl |
string |
Uri of the import source storage. |
ImportSourceStorageType
Storage type of import source.
Name | Type | Description |
---|---|---|
AzureBlob |
string |
MaintenancePolicy
Maintenance policy of a server.
Name | Type | Description |
---|---|---|
patchStrategy |
The patch strategy of this server |
MaintenanceWindow
Maintenance window of a server.
Name | Type | Description |
---|---|---|
customWindow |
string |
indicates whether custom window is enabled or disabled |
dayOfWeek |
integer |
day of week for maintenance window |
startHour |
integer |
start hour for maintenance window |
startMinute |
integer |
start minute for maintenance window |
ManagedServiceIdentityType
Type of managed service identity.
Name | Type | Description |
---|---|---|
UserAssigned |
string |
MySQLServerSku
Billing information related properties of a server.
Name | Type | Description |
---|---|---|
name |
string |
The name of the sku, e.g. Standard_D32s_v3. |
tier |
The tier of the particular SKU, e.g. GeneralPurpose. |
Network
Network related properties of a server
Name | Type | Description |
---|---|---|
delegatedSubnetResourceId |
string |
Delegated subnet resource id used to setup vnet for a server. |
privateDnsZoneResourceId |
string |
Private DNS zone resource id. |
publicNetworkAccess |
Whether or not public network access is allowed for this server. Value is 'Disabled' when server has VNet integration. |
PatchStrategy
Enum to indicate the patch strategy of a server
Name | Type | Description |
---|---|---|
Regular |
string |
|
VirtualCanary |
string |
PrivateEndpoint
The private endpoint resource.
Name | Type | Description |
---|---|---|
id |
string |
The ARM identifier for private endpoint. |
PrivateEndpointConnection
The private endpoint connection resource.
Name | Type | Description |
---|---|---|
id |
string |
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}" |
name |
string |
The name of the resource |
properties.groupIds |
string[] |
The group ids for the private endpoint resource. |
properties.privateEndpoint |
The private endpoint resource. |
|
properties.privateLinkServiceConnectionState |
A collection of information about the state of the connection between service consumer and provider. |
|
properties.provisioningState |
The provisioning state of the private endpoint connection resource. |
|
systemData |
Azure Resource Manager metadata containing createdBy and modifiedBy information. |
|
type |
string |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" |
PrivateEndpointConnectionProvisioningState
The current provisioning state.
Name | Type | Description |
---|---|---|
Creating |
string |
|
Deleting |
string |
|
Failed |
string |
|
Succeeded |
string |
PrivateEndpointServiceConnectionStatus
The private endpoint connection status.
Name | Type | Description |
---|---|---|
Approved |
string |
|
Pending |
string |
|
Rejected |
string |
PrivateLinkServiceConnectionState
A collection of information about the state of the connection between service consumer and provider.
Name | Type | Description |
---|---|---|
actionsRequired |
string |
A message indicating if changes on the service provider require any updates on the consumer. |
description |
string |
The reason for approval/rejection of the connection. |
status |
Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service. |
ReplicationRole
The replication role.
Name | Type | Description |
---|---|---|
None |
string |
|
Replica |
string |
|
Source |
string |
Server
Represents a server.
Name | Type | Description |
---|---|---|
id |
string |
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}" |
identity.principalId |
string |
ObjectId from the KeyVault |
identity.tenantId |
string |
TenantId from the KeyVault |
identity.type |
Type of managed service identity. |
|
identity.userAssignedIdentities |
object |
Metadata of user assigned identity. |
location |
string |
The geo-location where the resource lives |
name |
string |
The name of the resource |
properties.administratorLogin |
string |
The administrator's login name of a server. Can only be specified when the server is being created (and is required for creation). |
properties.administratorLoginPassword |
string |
The password of the administrator login (required for server creation). |
properties.availabilityZone |
string |
availability Zone information of the server. |
properties.backup |
Backup related properties of a server. |
|
properties.createMode |
The mode to create a new MySQL server. |
|
properties.dataEncryption |
The Data Encryption for CMK. |
|
properties.databasePort |
integer |
The server database port. Can only be specified when the server is being created. |
properties.fullyQualifiedDomainName |
string |
The fully qualified domain name of a server. |
properties.highAvailability |
High availability related properties of a server. |
|
properties.importSourceProperties |
Source properties for import from storage. |
|
properties.maintenancePolicy |
Maintenance policy of a server. |
|
properties.maintenanceWindow |
Maintenance window of a server. Known issue: cannot be set during server creation or updated with other properties during server update; must be updated separately. |
|
properties.network |
Network related properties of a server. |
|
properties.privateEndpointConnections |
PrivateEndpointConnections related properties of a server. |
|
properties.replicaCapacity |
integer |
The maximum number of replicas that a primary server can have. |
properties.replicationRole |
The replication role. |
|
properties.restorePointInTime |
string |
Restore point creation time (ISO8601 format), specifying the time to restore from. |
properties.sourceServerResourceId |
string |
The source MySQL server id. |
properties.state |
The state of a server. |
|
properties.storage |
Storage related properties of a server. |
|
properties.version |
Server version. |
|
sku |
The SKU (pricing tier) of the server. |
|
systemData |
Azure Resource Manager metadata containing createdBy and modifiedBy information. |
|
tags |
object |
Resource tags. |
type |
string |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" |
ServerListResult
A list of servers.
Name | Type | Description |
---|---|---|
nextLink |
string |
The link used to get the next page of operations. |
value |
Server[] |
The list of servers |
ServerSkuTier
The tier of the particular SKU, e.g. GeneralPurpose.
Name | Type | Description |
---|---|---|
Burstable |
string |
|
GeneralPurpose |
string |
|
MemoryOptimized |
string |
ServerState
The state of a server.
Name | Type | Description |
---|---|---|
Disabled |
string |
|
Dropping |
string |
|
Ready |
string |
|
Starting |
string |
|
Stopped |
string |
|
Stopping |
string |
|
Updating |
string |
ServerVersion
The version of a server.
Name | Type | Description |
---|---|---|
5.7 |
string |
|
8.0.21 |
string |
Storage
Storage Profile properties of a server
Name | Type | Default value | Description |
---|---|---|---|
autoGrow | Disabled |
Enable Storage Auto Grow or not. |
|
autoIoScaling | Enabled |
Enable IO Auto Scaling or not. |
|
iops |
integer |
Storage IOPS for a server. |
|
logOnDisk | Disabled |
Enable Log On Disk or not. |
|
storageRedundancy | LocalRedundancy |
The redundant type of the server storage. The parameter is used for server creation. |
|
storageSizeGB |
integer |
Max storage size allowed for a server. |
|
storageSku |
string |
The sku name of the server storage. |
StorageRedundancyEnum
Enum to indicate whether storage sku value is 'ZoneRedundancy' or 'LocalRedundancy'
Name | Type | Description |
---|---|---|
LocalRedundancy |
string |
|
ZoneRedundancy |
string |
systemData
Metadata pertaining to creation and last modification of the resource.
Name | Type | Description |
---|---|---|
createdAt |
string |
The timestamp of resource creation (UTC). |
createdBy |
string |
The identity that created the resource. |
createdByType |
The type of identity that created the resource. |
|
lastModifiedAt |
string |
The timestamp of resource last modification (UTC) |
lastModifiedBy |
string |
The identity that last modified the resource. |
lastModifiedByType |
The type of identity that last modified the resource. |