{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector MeshGateways API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "MeshGateways", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Gets The Gateway Resource With The Given Name", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/Resources/Gateways/:gatewayResourceName", "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": "gatewayResourceName", "value": "", "type": "path", "description": "The identity of the gateway." } ] }, "docs": "Gets the information about the Gateway resource with the given name. The information include the description and other properties of the Gateway." }, { "info": { "name": "Microsoft Azure Creates Or Updates A Gateway Resource", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/Resources/Gateways/:gatewayResourceName", "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": "gatewayResourceName", "value": "", "type": "path", "description": "The identity of the gateway." } ] }, "docs": "Creates a Gateway resource with the specified name, description and properties. If Gateway resource with the same name exists, then it is updated with the specified description and properties. Use Gateway resource to provide public connectivity to application services." }, { "info": { "name": "Microsoft Azure Deletes The Gateway Resource", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/Resources/Gateways/:gatewayResourceName", "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": "gatewayResourceName", "value": "", "type": "path", "description": "The identity of the gateway." } ] }, "docs": "Deletes the Gateway resource identified by the name." }, { "info": { "name": "Microsoft Azure Lists All The Gateway Resources", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/Resources/Gateways", "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'." } ] }, "docs": "Gets the information about all gateway resources in a given resource group. The information include the description and other properties of the Gateway." } ] } ], "bundled": true }