Parameters: |
- action_plan – UUID of the action plan
- audit – UUID of the audit
- limit –
- The maximum number of results to return per
- request, if:
- limit > 0, the maximum number of actions to return.
- limit == 0, return the entire list of actions.
- limit param is NOT specified (None), the number of items
returned respect the maximum imposed by the Watcher API
(see Watcher’s api.max_limit option).
- sort_key – Optional, field used for sorting.
- sort_dir – Optional, direction of sorting, either ‘asc’ (the
default) or ‘desc’.
- detail – Optional, boolean whether to return detailed information
about actions.
|