Lines Matching full:post
55 OpenBMC Post Request
56 [Documentation] Do REST POST request and return the result.
66 # Post Request call. For example, the caller might
75 Run Keyword If '${quiet}' == '${0}' Log Request method=Post
77 ${ret}= POST On Session openbmc ${base_uri} &{kwargs} timeout=${timeout}
150 ... Post Login Request ${timeout} ${quiet}
169 ${resp}= POST On Session openbmc /login json=${data} headers=${headers}
182 Post Login Request
199 ${status} ${resp}= Run Keyword And Ignore Error POST On Session openbmc
215 ${resp}= POST On Session openbmc
339 ${resp}= OpenBmc Post Request ${base_uri}action/${method}
357 # the REST post command. This can be
361 # directly to Post Request.
364 # If /redfish/v1/SessionService/Sessions POST fails, fallback to
374 Run Keyword If '${quiet}' == '${0}' Log Request method=Post
376 ${ret}= POST On Session ${session_object} ${base_uri} &{kwargs} timeout=${timeout}
404 ${resp}= POST On Session redfish /redfish/v1/SessionService/Sessions
414 [Documentation] Do REST POST request and return the result.
423 # Post Request call. For example, the caller might
430 …Run Keyword If '${quiet}' == '${0}' Log Request method=Post base_uri=${base_uri} args=&{kwarg…
437 Redfish Post Request
438 [Documentation] Do REST POST request and return the result.
447 # Post Request call. For example, the caller might
454 …Run Keyword If '${quiet}' == '${0}' Log Request method=Post base_uri=${base_uri} args=&{kwarg…
455 …${resp}= POST On Session redfish ${base_uri} &{kwargs} timeout=${timeout} expected_status=any