vaultrs::sys::remount

Function remount_status

Source
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.

See RemountStatusRequest