pub async fn remount_status(
client: &impl Client,
migration_id: &str,
) -> Result<RemountStatusResponse, ClientError>
Expand description
This endpoint is used to monitor the status of a mount migration operation.
pub async fn remount_status(
client: &impl Client,
migration_id: &str,
) -> Result<RemountStatusResponse, ClientError>
This endpoint is used to monitor the status of a mount migration operation.