PBN Management REST API Overview
The Proactive Bug Notification (PBN) management service allows
you to retrieve PBNs, scan a PBN, assign a PBN for ownership, and
delete a PBN. The pbn-management
resources
are available at https://[host]/api/juniper/serviceinsight/pbn-management.
URI
https://[host]/api/juniper/serviceinsight/pbn-management (HTTP method = GET)
Produces
application/vnd.juniper.serviceinsight.pbn-management+xml;version=1
application/vnd.juniper.serviceinsight.pbn-management+json;version=1
Sample Output
Sample XML Output
<pbn-management> <collection href= "/api/juniper/serviceinsight/pbn-management/targetedPbns" /> </pbn-management>
Sample JSON Output
{ "pbn-management": { "collection": { "@href": "/api/juniper/serviceinsight/pbn-management/targetedPbns" } } }
The PBN management service provides the following APIs: