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"
}

Changes

Changed in 3 of the 33 revisions of this API.125

  • ccc856258bf024See the full diff
    • removed the request property

      request-property-removed

    • removed the optional property from the response with the status

      response-optional-property-removed

    • added the new optional request property

      new-optional-request-property

    • added the new optional request property

      new-optional-request-property

    • added the optional property to the response with the status

      response-optional-property-added

    • added the optional property to the response with the status

      response-optional-property-added

    • endpoint added

      endpoint-added

    • api path removed without deprecation

      api-path-removed-without-deprecation

    This revision also has 46 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

Of the 33 revisions, 3 have no diff computed.