CreateAccount
This function will create a new Linux account.
This function will create a new Linux account.
This function will list all access tokens on the server.
This function will get the Access Token details by Token ID.
This function allows you to create/modify an API Access Token.
This function allows you to delete an Access Token by ID.
This function will generate a one-time login URL for the specified user.
Parameter name | Type | Description | Possible Values | Examples |
---|---|---|---|---|
_id | String | The Token ID. | _id: 61d49d24857d996e6e4e5912 |
|
created | String | The date/time the token was created. | created: 2022-01-04T19:16:52+00:00 |
|
last_access | String | The date/time the token was last accessed. | last_access: 2021-12-31T18:06:51+00:00 |
|
expiry | String | The expiration date set for the token. | ||
description | String | The description for the token for your internal use. | description: My Access Token |
|
token | String | The API Access Token for authenticating remote API calls. | token: Y27fBG91Mjq9rOooVTrcEB68ykksDirF |
|
ip | Integer | The IP the access token can be used from. | ip: 10.10.10.10 |
|
username | String | The account the access token can be used for. Can be root. | username: account123 |
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.