v1

latestOpenAPI 3.0.02026-07-249372139.7 KB
Access Key

Create Access Key

Create an Access Token with the permission of user or with only 'Add Agent' permission

post/access-keys

Request body

isAgentInstallKeyboolean
daysUntilExpiration'30' | '90' | '180' | '360' | 'Unlimited'

Response

AccessKeyIdstring
Statusinteger
Visibleboolean
CreatedOnstring
LastUsedOnstring
DeletedOnstring
isAgentInstallKeyboolean
ExpirationDatestring
AccessKeySecretstring

Example response

[
  {
    "AccessKeyId": "12a3b45678cd912e3f4g",
    "Status": 1,
    "Visible": true,
    "CreatedOn": "2021-09-10T19:21:03.195Z",
    "LastUsedOn": "2021-09-10T19:21:03.195Z",
    "DeletedOn": "2021-09-10T19:21:03.195Z",
    "ExpirationDate": "2021-09-10T19:21:03.195Z",
    "AccessKeySecret": "a26b4056cde164fg9hij0166k1lmn1133opq68214447545b4r4st17uv3wxy8z8"
  }
]