A Goal is a human readable, observable and measurable end result having one objective to be achieved.
Here are some examples of Goals:
NoneBases: watcher.api.controllers.base.APIBase
API representation of a goal.
This class enforces type checking and value constraints, and converts between the internal object model and the API representation of a goal.
Goal.convert_with_links(goal, expand=True)¶Goal.sample(expand=True)¶NoneBases: watcher.api.controllers.v1.collection.Collection
API representation of a collection of goals.
GoalCollection.convert_with_links(goals, limit, url=None, expand=False, **kwargs)¶GoalCollection.sample()¶NoneBases: pecan.rest.RestController
REST controller for Goals.
GoalsController.detail(marker=None, limit=None, sort_key='id', sort_dir='asc')[source]¶Retrieve a list of goals with detail.
| Parameters: |
|
|---|
GoalsController.get_all(marker=None, limit=None, sort_key='id', sort_dir='asc')[source]¶Retrieve a list of goals.
| Parameters: |
|
|---|
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.