Navigation
Table of Contents
Guide That Contains This Content
[+] Expand All
[-] Collapse All
Related Documentation
Scan Targeted PBNs for Impact
Use this API to scan a targeted PBN for impact on devices.
URI
https://[host]/api/juniper/serviceinsight/pbn-management/targeted-pbns/{id}/ scanForImpact (HTTP method = POST)
URI Parameters
Parameter | Type | Required | Description |
---|---|---|---|
id | Integer | Yes | ID of PBN that is to be scanned for impact |
Consumes
None
Produces
- application/vnd.juniper.space.task-management.task+xml;version=1
- application//vnd.juniper.space.task-management.task+json;version=1
Response Elements
Element | Type | Description |
---|---|---|
href | String | Link to the scan targeted PBN for impact job |
id | Integer | ID of the job |
Sample Output
Sample XML Output
<task href= "/api/space/job-management/jobs/655557" > <id>655557</id> </task>
Sample JSON Output
{ "task": { "@href": "/api/space/job-management/jobs/655558", "id": 655558 } }