congress.api.status_model.
StatusModel
(name, bus=None)¶Bases: congress.api.base.APIModel
Model for handling API requests about Statuses.
get_item
(id_, params, context=None)¶Retrieve item with id id_ from model.
Param: | id_: The ID of the item to retrieve |
---|---|
Param: | params: A dict-like object containing parameters from the request query string and body. |
Param: | context: Key-values providing frame of reference of request |
Returns: | The matching item or None if item with id_ does not exist. |
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.