Retrieve Private Container Registries
Once you have all the information about the available locations, you can check out the name of existing Private Container Registries. The name you choose must be available and must not be already in use.
You can retrieve all the existing Private Container Registries to check out the available names.
Request
curl --location \
--request GET 'https://api.ionos.com/containerregistries/registries?limit=5' \
--header 'Authorization: Bearer ${TOKEN}' \
--data-raw ''Query parameters
You can update the limit value to get specific Private Container Registries.
Field
Type
Description
Example
limit
integer
The limit of the Private Container Registries that have been retrieved
5
Response
200 OK - Successfully showed the list of Private Container Registries
Response fields
Field
Type
Description
Example
limit
number
The output value if specified in the request.
5
id
string
The ID of the fetched output.
locations
type
string
The type of the resource that has been retrieved.
collection
href
URL (string)
URL to the object representation (absolute path).
https://api.ionos.com/cloudapi/v6/locations
createdBy
string
The ID of the user or service account that initiated the operation.
samplel@ionos.com
createdByUserId
string
The email ID of the user or service account that initiated the operation.
7ee77dcf-093f-48e6-9a14-161c73568589
location
string
The location of the resource.
es/vit
days
array
The days of the week selected.
Monday
Last updated
Was this helpful?