ironic.api.args.
fromjson
(datatype, value)[source]¶A generic converter from json base types to python datatype.
ironic.api.args.
get_args
(funcdef, args, kwargs, params, body, mimetype)[source]¶Combine arguments from multiple sources
Combine arguments from : * the host framework args and kwargs * the request params * the request body
Note that the host framework args and kwargs can be overridden by arguments from params of body
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.