pub async fn restart_endpoint(
configuration: &Configuration,
endpoint_id: &str,
restart_endpoint_request: Option<RestartEndpointRequest>,
) -> Result<(), Error<RestartEndpointError>>Expand description
Restart an entire endpoint or a single component within an endpoint.