Lines Matching refs:redfish
30 ${HTTP_OK} /redfish
31 ${HTTP_OK} /redfish/v1
35 [Documentation] Get /redfish/v1/SessionService without login
39 ${resp}= Redfish.Get /redfish/v1/SessionService
50 ${HTTP_OK} /redfish/v1/SessionService
51 ${HTTP_OK} /redfish/v1/AccountService
52 ${HTTP_OK} /redfish/v1/Systems/${SYSTEM_ID}
53 ${HTTP_OK} /redfish/v1/Chassis/${CHASSIS_ID}
54 ${HTTP_OK} /redfish/v1/Managers/${MANAGER_ID}
55 ${HTTP_OK} /redfish/v1/UpdateService
69 ... openbmc /redfish/v1/SessionService/Sessions headers=${headers}
81 ... Redfish.Get /redfish/v1/idontexist valid_status_codes=[${HTTP_NOT_FOUND}]
95 # [{'@odata.id': '/redfish/v1/SessionService/Sessions/bOol3WlCI8'},
96 # {'@odata.id': '/redfish/v1/SessionService/Sessions/Yu3xFqjZr1'}]
98 ... /redfish/v1/SessionService/Sessions
102 ${resp}= Redfish_Utils.List Request /redfish/v1/SessionService/Sessions
107 [Documentation] Login to BMC via redfish session service.
114 …${resp}= POST On Session openbmc /redfish/v1/SessionService/Sessions data=${data} headers=${h…
124 [Documentation] Verify that all URLs in /redfish/v1 respond.
128 … ${resource_list} ${dead_resources}= Enumerate Request /redfish/v1 include_dead_resources=True