cURL
curl --request GET \ --url https://api.gcore.com/cloud/v2/k8s/clusters/{project_id}/{region_id}/{cluster_name}/certificates \ --header 'Authorization: <api-key>'
{ "certificate": "<string>", "key": "<string>" }
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 identifier
Region identifier
K8s cluster name
cluster certificate
Cluster CA certificate
Cluster CA private key
Was this page helpful?