AcrRepository
AcrMetadata
Get repository attributes
get/acr/v1/{name}
Path parameters
namestring required
Name of the image (including the namespace)
Response
Returns a list of attributes
Example response
{
"registry": "registryname.azurecr.io",
"changeableAttributes": {
"readEnabled": true,
"listEnabled": true,
"deleteEnabled": true,
"writeEnabled": true,
"teleportEnabled": false
},
"imageName": "imageName",
"createdTime": "2018-09-07T16:30:46.6583219Z",
"tagCount": 6,
"manifestCount": 2,
"lastUpdateTime": "2018-09-07T16:30:46.6583219Z"
}