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