cURL
curl --request GET \ --url https://api.gcore.com/cloud/v1/caas/secrets/{project_id}/{region_id}/{secret_name} \ --header 'Authorization: <api-key>'
{ "login": "<string>", "name": "<string>", "registry": "<string>", "updated_at": "<string>" }
Get detailed information about a specific pull secret.
API key for authentication. Make sure to include the word apikey, followed by a single space and then your token. Example: apikey 1234$abcdef
apikey
apikey 1234$abcdef
Project ID
Region ID
Pull secret name
Pull secret
Pull secret login
Pull secret registry
Pull secret updated at
Was this page helpful?