GET Registry by ID
Request
curl --location \
--request GET 'https://api.ionos.com/containerregistries/registries/:789f8e3c-d5c8-4359-8f85-c200fb89e97c' \
--header 'Authorization: Basic am9obkBleGFtcGxlLmNvbTphYmMxMjM=' \
--data-raw ''Path parameters:
Field
Type
Description
Example
Response
{
"id": "8fb59000-494c-11ed-0242ac120002,
"type": "registry",
"href": "",
"metadata": {
"createdBy": "[email protected]",
"createdByUserId": "a5af0375-1c1d-4387-9ef1-6ee95d30e54a",
"createdDate": "2022-10-07T14:30:06Z",
"state": "Running"
},
"properties": {
"name": "demo",
"location": "de/fra",
"garbageCollectionSchedule": {
"days": [
"Sunday",
"Saturday"
],
"time": "19:30:00+00:00"
},
"storageUsage": {
"bytes": 0,
"updatedAt": "2022-10-07T14:40:20Z"
},
"hostname": "demo.cr.de-fra.test.com"
}
}
Response Fields
Field
Type
Description
Example
Last updated
Was this helpful?