Locations

The physical locations where new container registries can be provisioned

This tag groups all operations for locations.

Get container registry locations

get
Authorizations
Responses
200
OK
application/json
get
GET /containerregistries/locations HTTP/1.1
Host: api.ionos.com
Authorization: Basic username:password
Accept: */*
200

OK

{
  "href": "text",
  "id": "text",
  "items": [
    {
      "id": "de/txl"
    }
  ],
  "type": "text"
}

Was this helpful?