manageAccessToken

With this function, you can create user access tokens.

Parameters

Parameter name Type Description Possible values Example
user String This is the Linux username.   user=root
ip String The IP of the machine the user will doing remote API calls from.   ip=1.1.1.1
description String Used internally for your convenience.   description="user token test"

Returns

This API call returns access token objects. To view the parameters that returned click on Access Token Object.

Example

jetapi backupmc -F manageAccessToken -D 'user=root&ip=1.1.1.1&description="user token test"'
https://1.1.1.1:3031/API/manageAccessToken/?user=root&ip=1.1.1.1&description="user token test"