ironic.api.args module¶
-
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