Operations at SeedDriveManagement
This page describes the backend methods at this endpoint.
| Signature | Description |
|---|---|
| Void AbandonOutstandingSeedDrive(String seedDriveId) | Deletes seed drive from the list of seed drives which are waiting to be consumed |
| ConsumedSeedDrivesCollection GetConsumedSeedDrives(String agentId) | Gets info about seed drives consumed by specified replicated agent on the slave core |
| SeedDrivesSummaryCollection GetOutstandingSeedDrives() | Gets outstanding seed drives on master core which are waiting to be consumed on slave cores |
| BackupManifest GetSeedDriveManifest(String coreId, String ignoreArchiveErrors, BackupLocation location) | Gets the metadata for an existing seed drive by coreId. |
| Guid StartConsumeSeedDrive(RestoreJobRequest request) | Starts consuming recovery points data from user-specified seed drive |
| Guid StartCopySeedDrive(BackupJobRequest request) | Starts copying recovery points data to user-specified seed drive |
| Void VerifySeedDriveConsistency(String timeout, BackupLocation location) | Consistency verification of a seed drive |