{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector Blobs API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "Blobs", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Download a Blob", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/:containerName/:blob", "headers": [ { "name": "x-ms-version", "value": "" }, { "name": "Range", "value": "example_value" }, { "name": "x-ms-range-get-content-md5", "value": "true" } ], "params": [ { "name": "containerName", "value": "", "type": "path", "description": "The name of the container." }, { "name": "blob", "value": "", "type": "path", "description": "The name of the blob." }, { "name": "snapshot", "value": "example_value", "type": "query", "description": "The snapshot parameter is an opaque DateTime value that specifies the blob snapshot." } ] }, "docs": "Reads or downloads a blob from the system, including its metadata and properties. You can also read a snapshot." }, { "info": { "name": "Microsoft Azure Upload a Blob", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/:containerName/:blob", "headers": [ { "name": "x-ms-version", "value": "" }, { "name": "x-ms-blob-type", "value": "BlockBlob" }, { "name": "Content-Type", "value": "example_value" }, { "name": "Content-Length", "value": "10" }, { "name": "x-ms-blob-content-type", "value": "example_value" }, { "name": "x-ms-blob-content-encoding", "value": "example_value" }, { "name": "x-ms-access-tier", "value": "Hot" } ], "params": [ { "name": "containerName", "value": "", "type": "path", "description": "The name of the container." }, { "name": "blob", "value": "", "type": "path", "description": "The name of the blob." } ] }, "docs": "Creates a new blob or replaces an existing blob within a container." }, { "info": { "name": "Microsoft Azure Delete a Blob", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/:containerName/:blob", "headers": [ { "name": "x-ms-version", "value": "" }, { "name": "x-ms-delete-snapshots", "value": "include" }, { "name": "x-ms-lease-id", "value": "500123" } ], "params": [ { "name": "containerName", "value": "", "type": "path", "description": "The name of the container." }, { "name": "blob", "value": "", "type": "path", "description": "The name of the blob." }, { "name": "snapshot", "value": "example_value", "type": "query", "description": "The snapshot to delete." } ] }, "docs": "Marks the specified blob or snapshot for deletion. The blob is later deleted during garbage collection." }, { "info": { "name": "Microsoft Azure Get blob properties", "type": "http" }, "http": { "method": "HEAD", "url": "{{baseUrl}}/:containerName/:blob", "headers": [ { "name": "x-ms-version", "value": "" } ], "params": [ { "name": "containerName", "value": "", "type": "path", "description": "The name of the container." }, { "name": "blob", "value": "", "type": "path", "description": "The name of the blob." } ] }, "docs": "Returns all user-defined metadata, standard HTTP properties, and system properties for the blob." } ] } ], "bundled": true }