Lines Matching refs:Get

27     ${resp}=  Redfish.Get  /redfish/v1/UpdateService
53 ${resp}= Redfish.Get /redfish/v1/UpdateService/FirmwareInventory
60 [Documentation] Get firmware inventory entries and do health check status.
63 ${resp}= Redfish.Get /redfish/v1/UpdateService/FirmwareInventory
71 ${resp_resource}= Redfish.Get ${resp.dict["Members"][${entry}]["@odata.id"]}
88 ${bmc_manager}= Redfish.Get /redfish/v1/Managers/${MANAGER_ID}
89 ${manager_bmc_version}= Get BMC Version
94 ${resp}= Redfish.Get /redfish/v1/UpdateService/FirmwareInventory
103 ${resp_resource}= Redfish.Get ${resp.dict["Members"][${entry}]["@odata.id"]}
126 ${allowable_values}= Redfish.Get Attribute /redfish/v1/UpdateService Actions
139 ${sw_inv_dict}= Get Software Inventory State
142 ${sw_inv}= Get From Dictionary ${sw_inv_dict} ${id_key}
153 ${sw_member_list}= Redfish_Utils.Get Member List /redfish/v1/UpdateService/FirmwareInventory
161 ${resp}= Redfish.Get Attribute ${sw_member} Updateable
198 ${firmware_inv_path}= Redfish.Get Properties ${REDFISH_BASE_URI}Managers/${MANAGER_ID}
199 ${firmware_inv_path}= Get From Dictionary ${firmware_inv_path} Links
200 ${sw_image}= Get From Dictionary ${firmware_inv_path} SoftwareImages
202 ${sw_member_list}= Redfish_Utils.Get Member List /redfish/v1/UpdateService/FirmwareInventory
208 ${num_records_sw_image}= Get Length ${sw_image}
209 ${num_records_sw_inv}= Get Length ${sw_member_list}
234 [Documentation] Get host firmware version from system inventory.
237 ${bios_version}= Redfish.Get Attribute /redfish/v1/Systems/${SYSTEM_ID}/ BiosVersion
238 ${pnor_version}= Get PNOR Version
271 ${sw_inv_list}= Get Functional Firmware BMC image
272 ${sw_inv_dict}= Get Non Functional Firmware ${sw_inv_list} True
277 ${firmware_version}= Redfish.Get Attribute
297 ${sw_inv_list}= Get Functional Firmware BMC image
298 ${sw_inv_list}= Get Non Functional Firmware List ${sw_inv_list} False
303 ${firmware_version}= Redfish.Get Attribute
314 ${state}= Get Pre Reboot State
351 ${firmware_inv_path}= Redfish.Get Properties ${REDFISH_BASE_URI}Managers/${MANAGER_ID}
352 ${firmware_inv_path}= Get From Dictionary ${firmware_inv_path} Links
353 ${active_sw_image}= Get From Dictionary ${firmware_inv_path} ActiveSoftwareImage
354 ${active_sw_image}= Get From Dictionary ${active_sw_image} @odata.id
356 ${sw_member_list}= Redfish_Utils.Get Member List /redfish/v1/UpdateService/FirmwareInventory