Lines Matching refs: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.
183 [Documentation] Do REST login request.
189 # timeout REST login attempt time out.
191 # rest_username The REST username.
192 # rest_password The REST password.
207 [Documentation] Log out of the openbmc REST session.
223 [Documentation] Log the specific REST URI, method name on the console.
256 # timeout Timeout for the REST call.
273 [Documentation] Write a D-Bus attribute with REST.
281 # timeout Timeout for the REST call.
289 # kwargs Arguments passed to the REST call. This should always
320 # timeout Timeout for the REST call.
329 [Documentation] Invoke the specific REST service method.
336 # kwargs Arguments passed to the REST call.
345 [Documentation] Upload image to BMC via REST and return status code.
350 # uri URI for uploading image via REST e.g.
352 # timeout Time allocated for the REST command to
357 # the REST post command. This can be
384 # timeout REST login attempt time out.
385 # rest_username The REST username.
386 # rest_password The REST password.
408 [Documentation] Do REST POST request and return the result.
432 [Documentation] Do REST POST request and return the result.