azure.com

Metadata API definition for the Azure Container Registry runtime

🔑 apikey 25 endpoints cloud
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (9 total)

azure-sdk-for-python ✓ Official
pip install azure-sdk-for-python
azure-sdk-for-js ✓ Official
npm install azure-sdk-for-js
azure-sdk-for-node ✓ Official
npm install azure-sdk-for-node
azure-sdk-for-go ✓ Official
go get github.com/Azure/azure-sdk-for-go
azure-sdk-for-java ✓ Official
# Maven: see https://github.com/Azure/azure-sdk-for-java
dotnet add package cognitive-services-speech-sdk
azure-sdk-for-net ✓ Official
dotnet add package azure-sdk-for-net
# See https://github.com/microsoft/Azure-Kinect-Sensor-SDK
# See https://github.com/Azure/MachineLearningNotebooks
curl examples
Tells whether this Docker Registry instance supports Docker Registry HTTP API v2
curl \
  -H "Authorization: $API_KEY" \
  /v2/
Exchange Username, Password and Scope an ACR Access Token
curl \
  -H "Authorization: $API_KEY" \
  /oauth2/token
Get repository attributes
curl \
  -H "Authorization: $API_KEY" \
  /acr/v1/{name}
Endpoints (25 total)
GET
/v2/
Tells whether this Docker Registry instance supports Docker Registry HTTP API v2
GET
/oauth2/token
Exchange Username, Password and Scope an ACR Access Token
GET
/acr/v1/{name}
Get repository attributes
GET
/acr/v1/_catalog
List repositories
GET
/{nextBlobUuidLink}
Retrieve status of upload identified by uuid. The primary purpose of this end…
GET
/acr/v1/{name}/_tags
List tags of a repository
GET
/acr/v1/{name}/_manifests
List manifests of a repository
GET
/v2/{name}/blobs/{digest}
Retrieve the blob from the registry identified by digest.
GET
/acr/v1/{name}/_tags/{reference}
Get tag attributes by tag
GET
/v2/{name}/manifests/{reference}
Get the manifest identified by `name` and `reference` where `reference` can b…
GET
/acr/v1/{name}/_manifests/{reference}
Get manifest attributes
POST
/oauth2/token
Exchange ACR Refresh token for an ACR Access Token
At a glance
Total SDKs9
Languages8
Endpoints25
Authapikey
Categories1