Microsoft Azure · Example Payload

Microsoft Azure Blob Download Example

API ManagementCloudCloud ComputingEnterpriseInfrastructure as a ServicePlatform as a ServiceT1

Microsoft Azure Blob Download Example is an example object payload from Microsoft Azure, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "Blob_Download",
  "method": "GET",
  "path": "/{containerName}/{blob}",
  "summary": "Microsoft Azure Download a Blob",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/octet-stream",
      "name": "BlobDownload200Example",
      "example": "example_value"
    },
    {
      "status": "206",
      "contentType": "application/octet-stream",
      "name": "BlobDownload206Example",
      "example": "example_value"
    },
    {
      "status": "default",
      "contentType": "application/xml",
      "name": "BlobDownloaddefaultExample",
      "example": {
        "Code": "example_value",
        "Message": "example_value",
        "AuthenticationErrorDetail": "example_value"
      }
    }
  ]
}