![]() | IInfrascaleSdk Interface |
Namespace: SOS.SDK.Contracts
public interface IInfrascaleSdk
The IInfrascaleSdk type exposes the following members.
Name | Description | |
---|---|---|
![]() | CancelJob |
Cancel running Job.
Please note: use CancelOnlineBackup(CancelOnlineBackupRequest) method for cancelling OnlineBackup Job.
|
![]() ![]() | CancelOnlineBackup |
Cancel the current backup session.
|
![]() ![]() | GetAccountInfo |
Returns information about signed in account.
|
![]() | GetApplicationSettings |
Get the Application settings.
|
![]() | GetJobSession |
Retrieves job's state by JobId.
|
![]() | GetJobSessions |
Retrieves states of all running Jobs.
|
![]() ![]() | GetOnlineBackupSettings | Get Online Backup settings from the settings storage. |
![]() ![]() | GetRecoveryItems |
Retrieves the list of folders and files available for recovery at specified Path. If Path is not specified returns a list of systems.
|
![]() | IsMSExchangePresent |
Check if MSExchange is present on this system.
|
![]() | IsMSSqlPresent |
Check if MSSql is present on this system.
|
![]() | LoadBaremetalBackupSchedule |
Load Baremetal Backup schedule.
|
![]() | LoadExchangeBackupSchedule |
Load Exchange Backup schedule.
|
![]() | LoadImageStreamBackupSchedule |
Load ImageStream Backup schedule.
|
![]() | LoadMSSqlBackupSchedule |
Load MSSql Backup schedule.
|
![]() | LoadOnlineBackupSchedule |
Load Online Backup schedule.
|
![]() ![]() | PauseOnlineBackup |
Pause the current backup session.
|
![]() ![]() | RemoveOnlineBackupSettings | Remove existing Online Backup settings from the settings storage. |
![]() ![]() | ResumeOnlineBackup |
Resume the current backup session (if paused).
|
![]() | RunLiveProtect |
Run LiveProtect.
|
![]() ![]() | RunOnlineBackupJob | Add new Online Backup job request using existing settings. |
![]() ![]() | RunRecoveryJob |
Starts Recovery Job.
|
![]() ![]() | RunRefreshRecoveryInfoJob |
Starts RefreshRecoveryInfo job that refreshes local db of metadata by syncing it with backup server.
|
![]() | ScanNtfsVolume |
Start Scan NTFS Volume Job.
|
![]() | ScheduleBaremetalBackup |
Schedule Baremetal Backup Job.
|
![]() | ScheduleExchangeBackup |
Schedule Exchange Backup Job.
|
![]() | ScheduleImageStreamBackup |
Schedule ImageStream (Advanced) Backup Job.
|
![]() | ScheduleMSSqlBackup |
Schedule MS SQL Backup Job.
|
![]() | ScheduleOnlineBackup |
Schedule Online Backup Job.
|
![]() | ScheduleUpdateNotifier |
Schedule UpdateNotifier launch.
|
![]() | SetInternetSettings |
Set Internet (Proxy) settings.
|
![]() ![]() | SetOnlineBackupSettings |
Add Online Backup settings to the settings storage.
|
![]() ![]() | SignIn |
Creates session for specific backup account using User Credentials.
|
![]() ![]() | SignOut |
Signing out backup account on Infrascale Service.
|
![]() | StopLiveProtect |
Stop LiveProtect.
|
![]() ![]() | SubscribeCallback |
Allows to receive notification about events are occurred in scope of specific backup account.
|
![]() | UnscheduleBaremetalBackup |
Delete schedules of the Baremetal Backup.
|
![]() | UnscheduleExchangeBackup |
Delete schedules of the Exchange Backup.
|
![]() | UnscheduleImageStreamBackup |
Delete schedules of the ImageStream Backup.
|
![]() | UnscheduleMSSqlBackup |
Delete schedules of the MSSql Backup.
|
![]() | UnscheduleOnlineBackup |
Delete schedules of the OnlineBackup.
|
![]() ![]() | UnsubscribeCallback |
Stops receiving notification about events are occurred in scope of specific backup account.
|
![]() | UpdateServerAuthToken |
Operation for update ServerAuthToken for the Account.
|