{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector MeshServices API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "MeshServices", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Gets The Service Resource With The Given Name", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/Resources/Applications/:applicationResourceName/Services/:serviceResourceName", "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 the Service resource with the given name. The information include the description and other properties of the Service." }, { "info": { "name": "Microsoft Azure Lists All The Service Resources", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/Resources/Applications/:applicationResourceName/Services", "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." } ] }, "docs": "Gets the information about all services of an application resource. The information include the description and other properties of the Service." } ] } ], "bundled": true }