{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector Replicas API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "Replicas", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Appconfiguration Configurationstores Configstorename Replicas", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.AppConfiguration/configurationStores/:configStoreName/replicas", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "The Microsoft Azure subscription ID." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group to which the container registry belongs." }, { "name": "configStoreName", "value": "", "type": "path", "description": "The name of the configuration store." }, { "name": "api-version", "value": "", "type": "query", "description": "The client API version." }, { "name": "$skipToken", "value": "", "type": "query", "description": "A skip token is used to continue retrieving items after an operation returns a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls." } ] }, "docs": "Lists the replicas for a given configuration store." }, { "info": { "name": "Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Appconfiguration Configurationstores Configstorename Replicas Replicaname", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.AppConfiguration/configurationStores/:configStoreName/replicas/:replicaName", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "The Microsoft Azure subscription ID." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group to which the container registry belongs." }, { "name": "configStoreName", "value": "", "type": "path", "description": "The name of the configuration store." }, { "name": "api-version", "value": "", "type": "query", "description": "The client API version." }, { "name": "replicaName", "value": "", "type": "path", "description": "The name of the replica." } ] }, "docs": "Gets the properties of the specified replica." }, { "info": { "name": "Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Appconfiguration Configurationstores Configstorename Replicas Replicaname", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.AppConfiguration/configurationStores/:configStoreName/replicas/:replicaName", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "The Microsoft Azure subscription ID." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group to which the container registry belongs." }, { "name": "configStoreName", "value": "", "type": "path", "description": "The name of the configuration store." }, { "name": "api-version", "value": "", "type": "query", "description": "The client API version." }, { "name": "replicaName", "value": "", "type": "path", "description": "The name of the replica." } ] }, "docs": "Creates a replica with the specified parameters." }, { "info": { "name": "Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Appconfiguration Configurationstores Configstorename Replicas Replicaname", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.AppConfiguration/configurationStores/:configStoreName/replicas/:replicaName", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "The Microsoft Azure subscription ID." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group to which the container registry belongs." }, { "name": "configStoreName", "value": "", "type": "path", "description": "The name of the configuration store." }, { "name": "api-version", "value": "", "type": "query", "description": "The client API version." }, { "name": "replicaName", "value": "", "type": "path", "description": "The name of the replica." } ] }, "docs": "Deletes a replica." }, { "info": { "name": "Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Dbformariadb Servers Servername Replicas", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.DBforMariaDB/servers/:serverName/replicas", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for the request." }, { "name": "subscriptionId", "value": "", "type": "path", "description": "The subscription ID that identifies an Azure subscription." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal." }, { "name": "serverName", "value": "", "type": "path", "description": "The name of the server." } ] }, "docs": "List all the replicas for a given server." }, { "info": { "name": "Microsoft Azure Gets Replicas Of A Given Service", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ServiceFabricMesh/applications/:applicationName/services/:serviceName/replicas", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "The customer subscription identifier" }, { "name": "api-version", "value": "", "type": "query", "description": "The version of the API. This parameter is required and its value must be `2018-07-01-preview`." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "Azure resource group name" }, { "name": "applicationName", "value": "", "type": "path", "description": "The identity of the application." }, { "name": "serviceName", "value": "", "type": "path", "description": "The identity of the service." } ] }, "docs": "Gets the information about all replicas of a given service of an application. The information includes the runtime properties of the replica instance." }, { "info": { "name": "Microsoft Azure Gets A Specific Replica Of A Given Service", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ServiceFabricMesh/applications/:applicationName/services/:serviceName/replicas/:replicaName", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "The customer subscription identifier" }, { "name": "api-version", "value": "", "type": "query", "description": "The version of the API. This parameter is required and its value must be `2018-07-01-preview`." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "Azure resource group name" }, { "name": "applicationName", "value": "", "type": "path", "description": "The identity of the application." }, { "name": "serviceName", "value": "", "type": "path", "description": "The identity of the service." }, { "name": "replicaName", "value": "", "type": "path", "description": "The identity of the service replica." } ] }, "docs": "Gets the information about the specified replica of a given service of an application. The information includes the runtime properties of the replica instance." } ] } ], "bundled": true }