Delete 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 delete a specific PBN report from the database.
URI
https://[host]/api/juniper/serviceinsight/pbnreport-management/pbnreports/{id} (HTTP method = DELETE)
URI Parameters
Parameter | Type | Required | Description |
---|---|---|---|
id | Integer | Yes | ID of the PBN report to be deleted |
Consumes
None
Produces
- application/vnd.juniper.serviceinsight.pbnreport-management.ServiceInsightMsg +xml;version=1
- application/vnd.juniper.serviceinsight.pbnreport-management.ServiceInsightMsg +json;version=1
Response Elements
Element | Type | Description |
---|---|---|
msg | String | Status message of the delete PBN report job |
Sample Output
Sample XML Output
<serviceinsightmsg> <msg>PBN Report successfully deleted</msg> </serviceinsightmsg>
Sample sJSON Output
{ "serviceinsightmsg": { "msg": "PBN Report successfully deleted" } }
Response Status Code
Message | Description |
---|---|
204 No Content | No reports with this ID were found. |