Description | : Gets the properties of the connected registry. |
Reference | : Link ¶ |
⚶ Changes
{ "#id": "ConnectedRegistries_Get", "$responses": { "200": { "$properties": [ { "#name": "properties", "Type": { "new": "object", "old": "string" } } ] } } }
⚼ Request
GET:
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/connectedRegistries/{connectedRegistryName}
{
api-version:
string
,
subscriptionId:
string
,
resourceGroupName:
string
,
registryName:
string
,
connectedRegistryName:
string
,
}
⚐ Response (200)
{
properties:
}
{
,
provisioningState:
enum
,
mode:
enum
,
version:
string
,
connectionState:
enum
,
lastActivityTime:
string
,
activation:
{
,
status:
enum
,
}
parent:
{
,
id:
string
,
syncProperties:
}
{
,
tokenId:
string
,
schedule:
string
,
syncWindow:
string
,
messageTtl:
string
,
lastSyncTime:
string
,
gatewayEndpoint:
string
,
}
clientTokenIds:
[
,
string
,
]
loginServer:
{
,
host:
string
,
tls:
}
{
,
status:
enum
,
certificate:
}
{
,
type:
enum
,
location:
string
,
}
logging:
{
,
logLevel:
enum
,
auditLogStatus:
enum
,
}
statusDetails:
[
]
,
{
,
type:
string
,
code:
string
,
description:
string
,
timestamp:
string
,
correlationId:
string
,
}
notificationsList:
[
,
string
,
]
garbageCollection:
}
{
,
enabled:
boolean
,
schedule:
string
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
additionalInfo:
}
[
]
,
{
,
type:
string
,
info:
object
,
}