Module redfish_endpoints

Module redfish_endpoints 

Source
Expand description

Redfish endpoint CRUD operations (BMC registration and discovery management).

Structs§

GetRedfishEndpointsParams
Typed parameters for fetching Redfish endpoints.
UpdateRedfishEndpointParams
Typed parameters for updating/adding a Redfish endpoint.

Functions§

add_redfish_endpoint
Add (register) a new Redfish endpoint.
delete_redfish_endpoint
Delete a Redfish endpoint registration by ID.
get_redfish_endpoints
Fetch Redfish endpoint registrations from the backend.
update_redfish_endpoint
Update a Redfish endpoint registration.