Abort a PHDC Configuration
Use this API to abort product health data collection (PHDC) from all devices in a PHDC configuration.
URI
https://[host] /api/juniper/servicenow/phdc-management/phdcs/{id}/abort (HTTP method = PUT)
URI Parameters
Parameter | Type | Required | Description |
---|---|---|---|
id | Integer | Yes | ID of the PHDC configuration in which PHDC is to be aborted |
Consumes
None
Produces
application/vnd.juniper.servicenow.phd-management.phdStatusMsg+json;version=1
application/vnd.juniper.servicenow.phd-management.phdStatusMsg+xml;version=1
Response Elements
Element | Type | Description |
---|---|---|
id | Integer | ID of the PHDC abort job |
statusMessage | String | Status message of the PHDC abort job |
Sample Output
Sample XML Output
<phdStatusMessage> <id>1081345</id> <statusMessage>Product Health Data Collection will be aborted on all the devices in this PHDC</statusMessage> </phdStatusMessage >
Sample JSON Output
{ "phdStatusMessage": { "id": "1081345", "statusMessage": "Product Health Data Collection will be aborted on all the devices in this PHDC" } }