NOTICE: This Documentation is for JetBackup 4 for Linux.

Please CLICK HERE for the latest JetBackup 5 for Linux Documentation.

manageAccessToken

Description

With this function, you can create user access tokens required for communication with the JetBackup server.

Parameters

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

Returns

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

Example