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