Stop Plan Actions API
Use the Stop Plan Actions API to bulk stop plan actions. A GET request retrieves the XML template; a POST request submits plan-action-ids with optional exclusions to stop execution and returns results. PUT and DELETE are not supported.
| Method | Summary |
|---|---|
| GET |
Endpoint: /serverautomation/bulkplanactionoperation/stop-plan-actions Description: Retrieves the template for the bulk stop of plan actions. Required Request Content: Only the URL is required. Response Content: Template for the bulk stop of plan actions. Response Schema:
Sample Response Content: N/A. |
| POST |
Endpoint: /serverautomation/bulkplanactionoperation/ Description: Stops the execution of the plan actions whose IDs are given as input. Required Request Content: A completed bulk operation stop
plan actions template XML document. For
example:
Response Content: The result of the bulk stop of plan actions in XML format. Response Schema:
Sample Response Content: N/A. |
| PUT |
Not supported for this resource. |
| DELETE |
Not supported for this resource. |