Endpoint
/v1/auth/access-tokens/
GET
List all access tokens for the cluster or specified user. Privilege ACCESS_TOKENS_READ is required to list keys for users other than yourself
Parameters
Name |
Description |
Required |
user |
Filters access tokens by user identity if specified. |
No |
after |
Return entries after the given key (keys are returned in the paging object) |
No |
limit |
Return no more than this many entries; the system may choose a smaller limit. |
No |
Response
Codes
Code |
Description |
200 |
Return value on success |
Schema
POST
Create an access token for the specified user. Privilege ACCESS_TOKENS_WRITE is required to create a key for a user other than yourself.
Parameters
This resource has no parameters.
Request
Schema
Response
Codes
Code |
Description |
200 |
Return value on success |
Schema