pub async fn get_redfish_endpoints(
infra: &InfraContext<'_>,
token: &str,
params: &GetRedfishEndpointsParams,
) -> Result<RedfishEndpointArray, Error>Expand description
Fetch Redfish endpoint registrations from the backend.
pub async fn get_redfish_endpoints(
infra: &InfraContext<'_>,
token: &str,
params: &GetRedfishEndpointsParams,
) -> Result<RedfishEndpointArray, Error>Fetch Redfish endpoint registrations from the backend.