Microsoft Azure · Example Payload

Microsoft Azure Manifests Get Example

API ManagementCloudCloud ComputingEnterpriseInfrastructure as a ServicePlatform as a ServiceT1

Microsoft Azure Manifests Get 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": "Manifests_Get",
  "method": "GET",
  "path": "/v2/{name}/manifests/{reference}",
  "summary": "Microsoft Azure Get a Manifest",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/vnd.docker.distribution.manifest.v2+json",
      "name": "ManifestsGet200Example",
      "example": {
        "annotations": "example_value"
      }
    },
    {
      "status": "200",
      "contentType": "application/vnd.oci.image.manifest.v1+json",
      "name": "ManifestsGet200Example",
      "example": {
        "annotations": "example_value"
      }
    },
    {
      "status": "default",
      "contentType": "application/json",
      "name": "ManifestsGetdefaultExample",
      "example": {
        "errors": [
          {
            "code": "example_value",
            "message": "example_value",
            "detail": "example_value"
          }
        ]
      }
    }
  ]
}