v1

latestOpenAPI 3.1.02026-07-261690320.7 KB

Add Azure container registry

Add Azure container registry to Aikido to scan

post/containers/registries/acr

Request body

usernamestring required

The username of the Azure container registry

accesstokenstring required

The access token of the Azure container registry

registry_namestring required

The login server of the azure container registry

Example request

{
  "username": "my-azure-container-registry",
  "accesstoken": "***************",
  "registry_name": "demo.azurecr.io"
}

Response

The public container has been added to aikido.

registry_idinteger

The id of the newly added container registry in aikido

Example response

{
  "registry_id": 1
}