{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector MeshServiceReplicas API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "MeshServiceReplicas", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Gets The Given Replica Of The Service Of An Application", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/Resources/Applications/:applicationResourceName/Services/:serviceResourceName/Replicas/:replicaName", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The version of the API. This parameter is required and its value must be '6.4-preview'." }, { "name": "applicationResourceName", "value": "", "type": "path", "description": "The identity of the application." }, { "name": "serviceResourceName", "value": "", "type": "path", "description": "The identity of the service." }, { "name": "replicaName", "value": "", "type": "path", "description": "Service Fabric replica name." } ] }, "docs": "Gets the information about the service replica with the given name. The information include the description and other properties of the service replica." }, { "info": { "name": "Microsoft Azure Lists All The Replicas Of A Service", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/Resources/Applications/:applicationResourceName/Services/:serviceResourceName/Replicas", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The version of the API. This parameter is required and its value must be '6.4-preview'." }, { "name": "applicationResourceName", "value": "", "type": "path", "description": "The identity of the application." }, { "name": "serviceResourceName", "value": "", "type": "path", "description": "The identity of the service." } ] }, "docs": "Gets the information about all replicas of a service. The information include the description and other properties of the service replica." } ] } ], "bundled": true }