Lines Matching full:rest

21     [Documentation]  Do REST GET request and return the result.
56 [Documentation] Do REST POST request and return the result.
83 [Documentation] Do REST PUT request on the resource identified by the URI.
89 # kwargs Arguments passed to the REST call.
106 [Documentation] Do REST request to delete the resource identified by the
132 [Documentation] Do a REST login connection within specified time.
138 # timeout REST login attempt time out.
140 # rest_username The REST username.
141 # rest_password The REST password.
160 # timeout REST login attempt time out.
161 # rest_username The REST username.
162 # rest_password The REST password.
187 [Documentation] Do REST login request.
193 # timeout REST login attempt time out.
195 # rest_username The REST username.
196 # rest_password The REST password.
211 [Documentation] Log out of the openbmc REST session.
227 [Documentation] Log the specific REST URI, method name on the console.
260 # timeout Timeout for the REST call.
277 [Documentation] Write a D-Bus attribute with REST.
285 # timeout Timeout for the REST call.
293 # kwargs Arguments passed to the REST call. This should always
324 # timeout Timeout for the REST call.
333 [Documentation] Invoke the specific REST service method.
340 # kwargs Arguments passed to the REST call.
349 [Documentation] Upload image to BMC via REST and return status code.
354 # uri URI for uploading image via REST e.g.
356 # timeout Time allocated for the REST command to
361 # the REST post command. This can be
369 # REST /login method.
394 # timeout REST login attempt time out.
395 # rest_username The REST username.
396 # rest_password The REST password.
418 [Documentation] Do REST POST request and return the result.
442 [Documentation] Do REST POST request and return the result.