| Description | : Get repository properties |
| Reference | : Link ¶ |
⚼ Request
GET:
/acr/v1/{name}
{
name:
string
,
api-version:
string
,
}
⚐ Response (200)
{
registry:
string
,
imageName:
string
,
createdTime:
string
,
lastUpdateTime:
string
,
manifestCount:
integer
,
tagCount:
integer
,
changeableAttributes:
}
{
,
deleteEnabled:
boolean
,
writeEnabled:
boolean
,
listEnabled:
boolean
,
readEnabled:
boolean
,
}
⚐ Response (default)
{
errors:
}
[
]
,
{
,
code:
string
,
message:
string
,
detail:
object
,
}