Plan_Step Action Status API
The Plan_Step Action Status API provides GET operations to retrieve the overall status of an automation plan action and detailed status for individual step actions from the BES API. Requests require only the URL and responses conform to the SA-REST.xsd schema; exit codes are included only when their value is not "None".
| Method | Summary |
|---|---|
| GET |
Endpoint: /serverautomation/besplanaction/{plan_action_id} Description: Retrieves the current state of the automation
plan action as per BES API specified by the URL.
Note:
Required Request Content: URL is all that is required. Response Content: Response body with the automation plan action status. Response Schema: SA-REST.xsd Sample Response Content:
|
| GET |
Endpoint: Description: Retrieves the current state of the step
action as per BES API specified by the URL.
Note:
Required Request Content: URL is all that is required. Response Content: The individual specific step action details as per the BES API response. Response Schema: SA-REST.xsd Sample Response Content:
|
- For the most recent XML description of all the methods, see SA-REST.xsd
- In the API, Object ID refers to Plan Action ID.