API How-Tos
Quick Links
ContainerRegistry API - OpenAPI Specification
Request parameter headers
Examples
Last updated
Was this helpful?
The IONOS CLOUD Private Container Registry service allows you to manage Docker and OCI compatible registries for use by your managed Kubernetes clusters. Configure a Private Container Registry to ensure secure and reliable image pulling.
Endpoint: https://api.ionos.com/containerregistries
To make authenticated requests to the API, you must include a few fields in the request headers. Please find relevant descriptions below:
Header
Required
Type
Description
Authorization
yes
string
The Bearer token.
X-Contract-Number
no
integer
Users with more than one contract may apply this header to indicate the applicable contract.
Content-Type
yes
string
Set this to application/json.
We use curl in our examples, as this tool is available on Windows 10, Linux, and macOS. If you encounter any problems, refer to our blog post about curl on Windows:
Last updated
Was this helpful?
Was this helpful?