v2

latestSwagger 2.0raw.githubusercontent.com2021-05-04263678.0 KB
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

registrystring

Registry name

imageNamestring

Image name

createdTimestring

Image created time

lastUpdateTimestring

Image last update time

manifestCountinteger

Number of the manifests

tagCountinteger

Number of the tags

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