curl --request POST \
--url https://api.bunny.net/mc/registries/images \
--header 'AccessKey: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"registryId": "<string>"
}
'[
{
"id": "<string>",
"namespace": "<string>"
}
]Lists all container images available in a private registry.
curl --request POST \
--url https://api.bunny.net/mc/registries/images \
--header 'AccessKey: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"registryId": "<string>"
}
'[
{
"id": "<string>",
"namespace": "<string>"
}
]Please enter a valid personal API key.
The registry identifier. Can be "dockerhub", "github", or a private registry ID.
1Was this page helpful?