{ "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" } ] } } ] }