Lines Matching refs:Get

12 Get Software Functional State
19 ${resp}= Redfish.Get /redfish/v1/UpdateService/FirmwareInventory/${image_id}
25 ... Redfish.Get Attribute /redfish/v1/Managers/${MANAGER_ID} FirmwareVersion
27 ... Redfish.Get Attribute /redfish/v1/Systems/${SYSTEM_ID} BiosVersion
56 ${active_sw_img}= Redfish.Get Attribute /redfish/v1/Managers/${MANAGER_ID} Links
67 Get Software Inventory State
90 ${sw_member_list}= Redfish_Utils.Get Member List /redfish/v1/UpdateService/FirmwareInventory
101 … ${resp}= Redfish.Get ${uri_path} valid_status_codes=[${HTTP_OK}, ${HTTP_INTERNAL_SERVER_ERROR}]
107 ${functional}= Get Software Functional State ${uri_path.split("/")[-1]}
117 Get Software Inventory State By Version
133 ${software_inventory}= Get Software Inventory State
137 ${software_inventory}= Get Dictionary Values ${software_inventory}
138 ${num_records}= Get Length ${software_inventory}
146 Get BMC Functional Firmware
147 [Documentation] Get BMC functional firmware details.
149 ${sw_inv}= Get Functional Firmware BMC update
150 ${sw_inv}= Get Non Functional Firmware ${sw_inv} True
155 Get Functional Firmware
156 [Documentation] Get all the BMC firmware details.
162 ${software_inventory}= Get Software Inventory State
163 ${bmc_inv}= Get BMC Firmware ${image_type} ${software_inventory}
168 Get Non Functional Firmware
169 [Documentation] Get BMC non functional firmware details.
178 ${num_records}= Get Length ${resp}
182 ${list_inv_dict}= Get Dictionary Values ${resp}
187 Get Non Functional Firmware List
188 [Documentation] Get BMC non functional firmware details.
205 Get Redfish Update Service URI
206 [Documentation] Get Redfish firmware update URI.
208 ${update_url}= Redfish.Get Attribute ${REDFISH_BASE_URI}UpdateService HttpPushUri
223 ${redfish_update_uri}= Get Redfish Update Service URI
227 ${image_id}= Get Latest Image ID
240 Get Host Power State
241 [Documentation] Get host power state.
247 ${state}= Redfish.Get Attribute
266 ${state}= Get Host Power State
270 Get System Firmware Details
278 ${firmware_version}= Redfish Get BMC Version
279 ${bios_version}= Redfish Get Host Version
292 ${sw_inv}= Get Functional Firmware BMC image
293 ${nonfunctional_sw_inv}= Get Non Functional Firmware ${sw_inv} False
344 Get Task Inventory
357 ${task_payload}= Redfish.Get Properties ${task_info['@odata.id']}
375 ${task_payload}= Redfish.Get Properties ${task_id}
387 ${task_dict_list}= Redfish.Get Attribute /redfish/v1/TaskService/Tasks Members
409 ${task_payload}= Redfish.Get Properties ${task_inv['TaskIdURI']}