Microsoft Azure · Example Payload

Microsoft Azure Blob Upload Example

API ManagementCloudCloud ComputingEnterpriseInfrastructure as a ServicePlatform as a ServiceT1

Microsoft Azure Blob Upload 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_Upload",
  "method": "PUT",
  "path": "/{containerName}/{blob}",
  "summary": "Microsoft Azure Upload a Blob",
  "requestExamples": [
    {
      "contentType": "application/octet-stream",
      "name": "BlobUploadRequestExample",
      "example": "example_value"
    }
  ],
  "responseExamples": [
    {
      "status": "default",
      "contentType": "application/xml",
      "name": "BlobUploaddefaultExample",
      "example": {
        "Code": "example_value",
        "Message": "example_value",
        "AuthenticationErrorDetail": "example_value"
      }
    }
  ]
}