Searched refs:redfish_session (Results 1 – 1 of 1) sorted by relevance
| /openbmc/bmcweb/scripts/ |
| H A D | generate_auth_certificates.py | 63 def get_hostname(redfish_session, username, password, url): argument 64 service_root = redfish_session.get("/redfish/v1/") 71 manager_response = redfish_session.get(manager_uri) 78 network_protocol_response = redfish_session.get(network_protocol_uri) 272 redfish_session, argument 299 response = redfish_session.post( 312 def install_ca_cert(redfish_session, ca_cert_dump, manager_uri): argument 320 response = redfish_session.post(ca_certPath, json=ca_certJSON) 330 response = redfish_session.post(replaceCertPath, json=ca_certJSON) 344 def install_server_cert(redfish_session, manager_uri, server_cert_dump): argument [all …]
|