registries
Test registry connection
Test connection to a registry with provided credentials Access policy: authenticated
post/registries/ping
Request body
Example request
{
"Password": "registry_password",
"TLS": true,
"URL": "registry-1.docker.io",
"Username": "registry_user"
}Response
Success
Example response
{
"message": "Registry connection successful",
"success": true
}