You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
License: BSD 3-Clause License. For full text see link: `https://github.com/DMTF/python-redfish-library/blob/master/LICENSE.md <https://github.com/DMTF/python-redfish-library/blob/master/LICENSE.md>`_
209
+
License: BSD 3-Clause License. For full text see link: `https://github.com/DMTF/python-redfish-library/blob/main/LICENSE.md <https://github.com/DMTF/python-redfish-library/blob/main/LICENSE.md>`_
:param args: The query parameters to provide with the request
651
+
:type args: dict, optional
652
+
:param body: The request body to provide; use a dict for a JSON body, list for multipart forms, bytes for an octet stream, or str for an unstructured request
653
+
:type body: dict or list or bytes or str, optional
654
+
:param headers: Additional HTTP headers to provide in the request
655
+
:type headers: dict, optional
656
656
:returns: returns a rest request with method 'Post'
:param args: The query parameters to provide with the request
668
+
:type args: dict, optional
669
+
:param body: The request body to provide; use a dict for a JSON body, list for multipart forms, bytes for an octet stream, or str for an unstructured request
670
+
:type body: dict or list or bytes or str, optional
671
+
:param headers: Additional HTTP headers to provide in the request
672
+
:type headers: dict, optional
673
673
:returns: returns a rest request with method 'Put'
:param args: The query parameters to provide with the request
685
+
:type args: dict, optional
686
+
:param body: The request body to provide; use a dict for a JSON body, list for multipart forms, bytes for an octet stream, or str for an unstructured request
687
+
:type body: dict or list or bytes or str, optional
688
+
:param headers: Additional HTTP headers to provide in the request
689
+
:type headers: dict, optional
690
690
:returns: returns a rest request with method 'Patch'
:param args: The query parameters to provide with the request
702
+
:type args: dict, optional
703
+
:param body: The request body to provide; use a dict for a JSON body, list for multipart forms, bytes for an octet stream, or str for an unstructured request
704
+
:type headers: dict, optional
705
705
:returns: returns a rest request with method 'Delete'
:param allow_redirects: controls whether redirects are followed
747
-
:type allow_redirects: bool
738
+
:param method: The HTTP method to invoke on the URI; GET if not provided
739
+
:type method: str, optional
740
+
:param args: The query parameters to provide with the request
741
+
:type args: dict, optional
742
+
:param body: The request body to provide; use a dict for a JSON body, list for multipart forms, bytes for an octet stream, or str for an unstructured request
743
+
:type body: dict or list or bytes or str, optional
744
+
:param headers: Additional HTTP headers to provide in the request
745
+
:type headers: dict, optional
746
+
:param allow_redirects: Controls whether redirects are followed
0 commit comments