Bases: Manager
Retrieve a list of action.
action_plan – UUID of the action plan
audit – UUID of the audit
limit –
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.
marker – Optional, UUID of the last action in the previous page.
A list of actions.
Bases: Manager
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.
alias of ActionPlan
Bases: Manager
Retrieve a list of audit.
audit_template – Name of the audit template
limit –
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 audit in the previous page.
A list of audits.
Bases: Manager
Retrieve a list of audit template.
name – Name of the audit template
limit –
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.
A list of audit templates.
alias of AuditTemplate
Bases: Manager
Retrieve a list of data model.
data_model_type – The type of data model user wants to list. Supported values: compute. Future support values: storage, baremetal. The default value is compute.
audit – The UUID of the audit, used to filter data model by the scope in audit.
A list of data model.
Bases: Manager
Retrieve a list of goal.
limit –
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 goal in the previous page.
A list of goals.
Bases: Manager
Retrieve a list of scoring engines.
limit –
request, if:
limit > 0, the maximum number of scoring engines to return.
limit == 0, return the entire list of scoring engines.
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 scoring engines.
A list of scoring engines.
alias of ScoringEngine
Bases: Manager
Retrieve a list of services.
limit –
request, if:
limit > 0, the maximum number of services to return.
limit == 0, return the entire list of services.
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 services.
A list of services.
Bases: Manager
Retrieve a list of strategy.
goal – The UUID of the goal to filter by
limit –
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.
A list of audits.
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.