v1

latestOpenAPI 3.0.0Apache 2.02026-07-17524793.1 KB
AKSK

Create a new AKSK for a User.

post/v1/{project_id}/aksks

Path parameters

project_idstring required

AKSK to be generated for User of a Project / Tenant. project_id is same as tenant_id.

Request body

project_idstring

Valid TenantId or ProjectId

user_idstring

Valid User ID

Example request

{
  "project_id": "94b280022d0c4401bcf3b0ea85870519",
  "user_id": "558057c4256545bd8a307c37464003c9"
}

Response

successful operation

access_keystring

Valid TenantId or ProjectId

secret_keystring

Valid User ID

Example response

{
  "access_key": "1Pq7NVTqFh4uR7vy",
  "secret_key": "x3Wbktxj4aSudXwAQJG6ExBmqgEMjVlq"
}
All 52 operations