Create Container Registry
Request
curl --location \
--request POST 'https://api.ionos.com/containerregistries/registries' \
--header 'Authorization: Basic am9obkBleGFtcGxlLmNvbTphYmMxMjM=' \
--header 'Content-Type: application/json' \
--data-raw '{
"properties": {
"garbageCollectionSchedule": {
"days": [
"Saturday",
"Sunday"
],
"time": "19:30:00+00:00"
},
"location": "de/fra",
"name": "demo"
}
}'Input Parameters
Field
Type
Description
Example
Response
Response Fields
Field
Type
Description
Example
Last updated
Was this helpful?