pub async fn add_redfish_endpoint(
infra: &InfraContext<'_>,
token: &str,
params: UpdateRedfishEndpointParams,
) -> Result<(), Error>Expand description
Add (register) a new Redfish endpoint.
pub async fn add_redfish_endpoint(
infra: &InfraContext<'_>,
token: &str,
params: UpdateRedfishEndpointParams,
) -> Result<(), Error>Add (register) a new Redfish endpoint.