cURL
curl --request POST \ --url https://api.cpln.io/org/{org}/mk8s/{name}/-cloudinit \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data '{}'
{ "script": "<string>" }
Note: the result contains sensitive information (secrets). Not all providers support this. In this case 400 will be returned
Service account key can be used as API keys
The body is of type object.
object
Created