Microsoft Azure · Example Payload

Microsoft Azure Tag List Example

API ManagementCloudCloud ComputingEnterpriseInfrastructure as a ServicePlatform as a ServiceT1

Microsoft Azure Tag List 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": "Tag_List",
  "method": "GET",
  "path": "/acr/v1/{name}/_tags",
  "summary": "Microsoft Azure List Tags",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "TagList200Example",
      "example": {
        "registry": "example_value",
        "imageName": "example_value",
        "tags": [
          {
            "name": "Example Title",
            "digest": "example_value",
            "createdTime": "2026-01-15T10:30:00Z",
            "lastUpdateTime": "2026-01-15T10:30:00Z",
            "signed": true
          }
        ]
      }
    },
    {
      "status": "default",
      "contentType": "application/json",
      "name": "TagListdefaultExample",
      "example": {
        "errors": [
          {
            "code": "example_value",
            "message": "example_value",
            "detail": "example_value"
          }
        ]
      }
    }
  ]
}