This provides information about all tokens.
Example
aiware getAdminTokens X-Correlation-Id:value offset=value limit=value direction=value startCreatedTime=value endCreatedTime=value startExpireTime=value endExpireTime=value tokenID=value organizationIDs=value hostID=value userID=value engineInstanceID=value type=value orderBy=value roleIDs=value accessAllOrganization=value
| Name | Type | Description | Notes |
|---|
| xCorrelationId | string | Correlation Id that can be passed, traced in the server and will be returned in the response if present in the request | [optional] [default to null] |
| offset | integer | the number of data to skip before getting the result set | [optional] [default to null] |
| limit | integer | the number of items to return. | [optional] [default to 10] |
| direction | string | the sort order. ASC or DESC. | [optional] [default to DESC] |
| startCreatedTime | integer | The unix timestamp | [optional] [default to null] |
| endCreatedTime | integer | The unix timestamp | [optional] [default to null] |
| startExpireTime | integer | The unix timestamp | [optional] [default to null] |
| endExpireTime | integer | The unix timestamp | [optional] [default to null] |
| tokenID | string | Filter by token IDs | [optional] [default to null] |
| organizationIDs | string | Filter by organization IDs | [optional] [default to null] |
| hostID | string | Filter by host IDs | [optional] [default to null] |
| userID | string | Filter by user IDs | [optional] [default to null] |
| engineInstanceID | string | Filter by engine instance IDs | [optional] [default to null] |
| type | TokenTypeEnum | Filter by token type | [optional] [default to null] |
| orderBy | string | It should be in [createdTime, expirationTime, tokenType] | [optional] [default to null] |
| roleIDs | string | Filters by role | [optional] [default to null] |
| accessAllOrganization | boolean | | [optional] [default to null] |
Return type
AdminGetTokensResponse
Authorization
api_key
- Content-Type: Not Applicable
- Accept: application/json