Add Transporter

Product version: 10.10.1

Last modified: 14 November 2023

Adds an installed Transporter to your NAKIVO Backup & Replication configuration.

Endpoint

https://<Director_IP_address>:4443/c/router

Tenant Endpoint

For tenants of the multi-tenant product the endpoint must be:
https://<Director_IP_address>:4443/t/<tenant_UUID>/c/router

Request Example

Request Fields

Field
Type
Value(s)
Description
action string

TransporterManagement

The action that is invoked
method string

add

The method that is invoked
data array
Data of a Transporter to be added
type string rpc Type of communication protocol
tid integer 1 Transaction ID. Used to identify the request by both the client and the server

Data

Field
Type
Description

name

string Display name of the Transporter

host

string IP address or host name of the machine where the Transporter is installed

port

integer Port number that will be used to connect to the Transporter

loadFactor

integer Maximum number of tasks that the Transporter should process simultaneously
additionalLoadFactor integer Additional maximum number of simultaneous tasks that the Transporter should process

loggingLevel

string Logging level to be enabled for this Transporter

dataPortRangeStart

integer Start number of the port range to be used for transferring data

dataPortRangeEnd

integer End number of the port range to be used for transferring data

description

string Description of the Transporter

Response Sample

Response Fields

Field
Value
Description
message string Message if the request failed
where string Reference to the method where the problem occurred
cause string Cause of failure

data

integer ID of the added Transporter