Product Health Data Collection Management REST API Overview
Junos Space Service Now provides the product health data collection (PHDC) service to configure product health data collection (PHDC) configuration, modify PHDC, enable and disable PHDC on devices, download product health data (PHD) files, and export PHD data to an Excel file.
The phdc-management
resoureces can
be found at https://[host] /api/juniper/servicenow/phdc-management.
URI
https://[host] /api/juniper/servicenow/phdc-management (HTTP method = GET)
Produces
application/vnd.juniper.servicenow.phd-management+xml;version=1
application/vnd.juniper.servicenow.phd-management+json;version=1
Sample Output
Sample XML Output
<servicenow-phd-management> <collection href= "/api/juniper/servicenow/phdc-management/phdcs" /> </servicenow-phd-management> y
Sample JSON Output
{ "servicenow-phd-management": { "collection": { "@href": "/api/juniper/servicenow/phdc-management/phdcs" } } }
The PHDC Management service provides the following REST APIs: