Remove Targets API
Use the Remove Targets API to bulk remove specified computers and groups from the normal steps of automation plans. Send a GET to /serverautomation/bulkplanoperation/remove-targets to retrieve the XML template, then POST the completed template to /serverautomation/bulkplanoperation/master to remove targets from the listed plan IDs. Targets in failure steps are not modified.
| Method | Summary |
|---|---|
| GET |
Endpoint: /serverautomation/bulkplanoperation/remove-targets Description: Retrieves the XML template for the bulk removal of plan targets for both the master and non-master action sites. Required Request Content: The URL is all that is required. Response Content: Template for bulk removal of plan targets. Response Schema:
Sample Response Content: N/A. |
| POST |
Endpoint: /serverautomation/bulkplanoperation/master Description: Removes the given target computers and groups from the plans whose IDs are provided in the XML document. Required Request Content: A completed bulk operation
delete plan actions template XML document. For
example:
Response Content: The result of bulk plan target removal in XML format. Response Schema:
Sample Response Content: N/A. |
| PUT |
Not supported for this resource. |
| DELETE |
Not supported for this resource. |