watcherclient.v1.action_plan.
ActionPlanManager
(api)[source]¶Bases: watcherclient.common.base.Manager
list
(audit=None, limit=None, sort_key=None, sort_dir=None, detail=False, marker=None)[source]¶Retrieve a list of action plan.
audit – Name of the audit
limit –
request, if:
limit > 0, the maximum number of action plans to return.
limit == 0, return the entire list of action plans.
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 action plans.
marker – The last actionplan UUID of the previous page; displays list of actionplans after “marker”.
A list of action plans.
resource_class
¶Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.