Repositories
Please provide header value as 'Bearer' and don't forget to add 'Bearer' HTTP Authorization Scheme before the token
The ID (UUID) of the Registry.
1e41a73c-59d0-5507-86dd-fa2fc2501cfdThe first element (of the total list of elements) to include in the response. Use this parameter together with the limit for pagination.
0Example: 0The maximum number of elements to return. Use this parameter together with the offset for pagination.
100Example: 100Filter resources by name.
The CVSS vulnerability severity rating
highThe field to order the results by. If not provided, the results will be ordered by the default field.
-lastPushPossible values: Returned all requested Repositories successfully.
https://api.ionos.com/containerregistries/registries/f39c94e6-e84b-4d25-b54f-75e4289be43c/repositoriesThe offset specified in the request (if none was specified, the default offset is 0).
0The limit specified in the request (if none was specified, use the endpoint's default pagination limit).
42Bad Request
The request send to the API was malformed.
Unauthorized
The request is missing authorization information or the authorization information provided are expired.
Not Allowed
The user issuing the request does not have the needed permissions.
Too Many Requests
The user has sent too many requests in a given amount of time.
Internal Server Error
An internal error occurred. We apologize for the inconvenience!
Service Unavailable
The server is currently unable to handle the request due to a temporary overloading or maintenance of the server.
Unexpected Internal Server Error
An unexpected internal error occurred. We apologize for the inconvenience!
Please provide header value as 'Bearer' and don't forget to add 'Bearer' HTTP Authorization Scheme before the token
The ID (UUID) of the Registry.
1e41a73c-59d0-5507-86dd-fa2fc2501cfdThe Name of the Repository.
my-serviceGetting Repository was successful.
my-servicehttps://api.ionos.com/containerregistries/registries/f39c94e6-e84b-4d25-b54f-75e4289be43c/repositories/my-serviceBad Request
The request send to the API was malformed.
Unauthorized
The request is missing authorization information or the authorization information provided are expired.
Not Allowed
The user issuing the request does not have the needed permissions.
Not Found
The resource that was requested could not be found.
Too Many Requests
The user has sent too many requests in a given amount of time.
Internal Server Error
An internal error occurred. We apologize for the inconvenience!
Service Unavailable
The server is currently unable to handle the request due to a temporary overloading or maintenance of the server.
Unexpected Internal Server Error
An unexpected internal error occurred. We apologize for the inconvenience!
The registry V2 API allows manifests and blobs to be deleted individually but it is not possible to remove an entire repository.
This operation is provided for convenienceYou will need to base64 encode the string containing your credentials. Separate your username and password with a colon, i.e., username:password and send it as 'Authorization' request header. More details: https://en.wikipedia.org/wiki/Basic_access_authentication
The unique ID of the registry
^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$The name of the repository
my-servicePattern: ^[a-z0-9]+(?:[._-][a-z0-9]+)*$No Content
No Content
No content
Last updated
Was this helpful?