congress.api.row_model.
RowModel
(name, bus=None)¶Bases: congress.api.base.APIModel
Model for handling API requests about Rows.
get_items
(params, context=None)¶Get items in model.
params: A dict-like object containing parameters from the request query string and body.
context: Key-values providing frame of reference of request
A dict containing at least a ‘results’ key whose value is a list of items in the model. Additional keys set in the dict will also be rendered for the user.
replace_items
(items, params, context=None)¶Replaces all data in a table.
id_: A table id for replacing all row
items: A data for new rows
params: A dict-like object containing parameters from request query
context: Key-values providing frame of reference of request
None
KeyError – table id doesn’t exist
DataModelException – any error occurs during replacing rows.
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.