EOL Report Management REST API Overview
The End-of-Life (EOL) Report management service allows you to
retrieve EOL reports, export an EOL report to an Excel file, and delete
an EOL report. The eolreport-management
resources are available at https://[host]/api/juniper/serviceinsight/eolreport-management.
URI
https://[host]/api/juniper/serviceinsight/eolreport-management (HTTP method = GET)
Produces
application/vnd.juniper.serviceinsight.eolreport-management+xml;version=1
application/vnd.juniper.serviceinsight.eolreport-management+json;version=1
Sample Output
Sample XML Output
<eolreport> <collection href= "/api/juniper/serviceinsight/eolreport-management/eolreports" /> </eolreport>
Sample JSON Output
{ "eolreport": { "collection": { "@href": "/api/juniper/serviceinsight/eolreport-management/eolreports" } } }
The EOL report management service provides the following APIs: