To get config and health information, send the following request:
GET https://<IA_IP_address>/config/v1/tlc/info
Options
IA_IP_address—The IP address of the NDR appliance running the NDR API.
Example
GET https://xxx.xxx.xxx.xxx/config/v1/tlc/info
cURL code sample: Get config and health information
cURL code sample: Get config and health information
curl -k -u <username>:<password> -XGET http://xxx.xxx.xxx.xxx/config/v1/tlc/info
This cURL sample includes the following options:
-X GET—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/info—The certificate request URL. Replacexxx.xxx.xxx.xxxwith the IP address of your NDR appliance.
Response message—A standard HTTP response message.
Response successful; {"ip-port":"10.128.20.38:61641","enabled":false,"server-status":"Up","connection-status":"Connected"}
Results
This example gets all config and health related information to your NDR appliance.