Create Registry Token
Request
curl --location \
--request POST 'https://api.ionos.com/containerregistries/registries/:789f8e3c-d5c8-4359-8f85-c200fb89e97c/tokens' \
--header 'Authorization: Basic am9obkBleGFtcGxlLmNvbTphYmMxMjM=' \
--header 'Content-Type: application/json' \
--data-raw '{
"properties": {
"name": "test",
"expiryDate": null,
"scopes": [
{
"name": "*",
"actions": [
"pull", "push", "delete"
],
"type": "repository"
}
]
}
}'Response
Response Fields
Field
Type
Description
Example
Docker CLI
Last updated
Was this helpful?