Create a new API key
POST /api-key
curl \
-X POST https://api-ch-gva-2.exoscale.com/v2/api-key \
-H "Content-Type: application/json" \
-d '{"role-id":"string","name":"string"}'
Request examples
{
"role-id": "string",
"name": "string"
}
Response examples (200)
{
"name": "string",
"key": "string",
"secret": "string",
"role-id": "string"
}