watcherclient.v1.strategy module¶
- class watcherclient.v1.strategy.StrategyManager(api)[source]¶
Bases:
watcherclient.common.base.Manager
- list(goal=None, limit=None, sort_key=None, sort_dir=None, detail=False, marker=None)[source]¶
Retrieve a list of strategy.
- Parameters
goal – The UUID of the goal to filter by
limit –
- The maximum number of results to return per
request, if:
limit > 0, the maximum number of audits to return.
limit == 0, return the entire list of audits.
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 audits.
marker – Optional, UUID of the last strategy in the previous page.
- Returns
A list of audits.
- resource_class¶
alias of
watcherclient.v1.strategy.Strategy