Service point network probe API - BlueCat Edge - Service Point v3.x.x

BlueCat Edge User Guide

Locale
English
Product name
BlueCat Edge
Version
Service Point v3.x.x

Use this API for troubleshooting a service point. Returns a CSV file of the network probe log of the service point. The network probe logs display the results of the service point attempts at connecting to the Edge Cloud-related endpoints listed in Cloud access requirements.

Request: GET http://<sp-ip-address>/v1/logs/networkprobes

Replace the IP address with the IP address of the service point.

Successful response

200 OK
Content-Type: application/zip

The API returns a CSV file with a name in the following format: network_probe-<year>-<month>-<day>-<file_number>.csv

If a network probe has not been performed by the service point for that day, a 404 response is returned.

Note: Network probe files are rotated daily and are only maintained for 30 days. The oldest log files are removed after the 30 day retention period. If there are excessive logs for a network probe, the <file_number> is incremented and catches any additional information that is not caught in the initial network probe log.