Microsoft Azure · Example Payload

Microsoft Azure Repository Getattributes Example

API ManagementCloudCloud ComputingEnterpriseInfrastructure as a ServicePlatform as a ServiceT1

Microsoft Azure Repository Getattributes 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": "Repository_GetAttributes",
  "method": "GET",
  "path": "/acr/v1/{name}",
  "summary": "Microsoft Azure Get Repository Attributes",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "RepositoryGetattributes200Example",
      "example": {
        "registry": "example_value",
        "imageName": "example_value",
        "createdTime": "2026-01-15T10:30:00Z",
        "lastUpdateTime": "2026-01-15T10:30:00Z",
        "manifestCount": 10,
        "tagCount": 10,
        "changeableAttributes": {
          "deleteEnabled": true,
          "writeEnabled": true,
          "listEnabled": true,
          "readEnabled": true,
          "teleportEnabled": true
        }
      }
    },
    {
      "status": "default",
      "contentType": "application/json",
      "name": "RepositoryGetattributesdefaultExample",
      "example": {
        "errors": [
          {
            "code": "example_value",
            "message": "example_value",
            "detail": "example_value"
          }
        ]
      }
    }
  ]
}