Add Access Token
POST
/api/v1/container_registry/token/Query parameters
project_nameQueryintegerrequiredContainer Registry name
project_idQueryintegerrequiredProject ID Find your project id here
locationQuerystringrequiredDeployment region for the resource. Accepted values:
Delhi,Chennai.Mumbai region has been discontinued. Delhi and Chennai are the only supported regions.
Request body
application/json
example
adminDuration in days or a special value like -1 for non-expiry.
example
-1example
This token will never expire.Responses
201Credential secret created successfully.
example
201example
Created Successfully