ironic/ironic/api/controllers
Steve Baker 236c6b174b Utility functions for REST API JSON handling
collection.list_convert_with_links
    Build a collection dict including the next link for paging support
utils.object_to_dict
    Helper function to convert RPC objects to REST API dicts
utils.populate_node_uuid
    Look up the node referenced in the object and populate a dict
utils.replace_node_uuid_with_id
    Replace ``node_uuid`` dict value with ``node_id``
utils.replace_node_id_with_uuid
    Replace ``node_id`` dict value with ``node_uuid`
utils.patch_update_changed_fields
    Update rpc object based on changed fields in a dict.
utils.patched_validate_with_schema
    Validate a patched dict object against a validator or schema.
utils.patch_validate_allowed_fields
    Validate that a patch list only modifies allowed fields
utils.sanitize_dict
    Removes sensitive and unrequested data

Change-Id: I39fa73ac9a62d30a3eaa00c75129ac1e00270652
Story: 1651346
Task: 10551
2020-11-16 10:49:42 +13:00
..
v1 Utility functions for REST API JSON handling 2020-11-16 10:49:42 +13:00
__init__.py Remove copyright from empty files 2014-01-07 21:05:01 +08:00
base.py Centralise imports of wsme types 2020-04-20 12:24:17 +12:00
link.py Remove Link type 2020-07-20 08:58:32 +12:00
root.py Convert root controller to plain controller 2020-07-30 07:37:31 +12:00
version.py Convert root path / to use plain JSON 2020-07-20 14:09:53 +12:00