Related Documentation
Export a PBN Report
Service Insight provides Proactive Bug Notifications (PBNs) as a proactive measure to alert you about known issues that can impact the devices in your network. In the GUI, all available PBN reports are listed in the Manage PBN Reports page. Use this API to export a specific PBN report to a Microsoft Excel file.
URI
https://[host]/api/juniper/serviceinsight/pbnreport-management/pbnreports/{id}/export (HTTP method = GET)
URI Parameters
Parameter | Type | Required | Description |
---|---|---|---|
id | Integer | Yes | ID of the report to be exported |
Consumes
None
Produces
application/octet-stream
Response
An Excel file containing the report details.
Response Status Code
Message | Description |
---|---|
404 No Content | No reports with this ID were found. |