Configure IP and port

Prev Next

To configure ip and port details, send the following request:

POST https://<IA_IP_address>/config/v1/tlc/configipport

Example

POST https://xxx.xxx.xxx.xxx/config/v1/tlc/configipport

cURL code sample: configure IP and port

cURL code sample: configure IP and port

curl -k -u <username>:<password> -XPOST https://xxx.xxx.xxx.xxx/config/v1/tlc/configipport -d '{"ip":"<ip address>","port":"<port>"}' 

This cURL sample includes the following options:

  • -X POST—Specifies using the GET method.

  • -u username:password—Specifies the username and password of the NDR appliance.

  • http://xxx.xxx.xxx.xxx/config/v1/tlc/configipport—Configure ip and port request. Replace xxx.xxx.xxx.xxx with the IP address of your NDR appliance.

  • -d—Specifies the request body.

  • Ip—Specifies the IP address of the TLC server configurable on the NDR appliance.

  • port—Specifies the port number of the NDR appliance running the NDR API.

  • Response message—A standard HTTP response message.

  • Request successful; Successfully configured IP and port.

Results

This example shows the configuring IP and port in your NDR appliance.