Operations at backup/
This page describes the service operations at this endpoint.
| URI | Method | Description |
|---|---|---|
| backup/agentsRepositoriesForRestore/{defaultRepositoryId} | POST | Gets the repositories for replicated agents. |
| backup/backup | POST | Starts a backup. |
| backup/backup/update/{jobId} | POST | Updates the job request for an existing backup. |
| backup/checkBackup | POST | Starts a backup's check. |
| backup/deleteScheduledBackups | POST | Deletes scheduled archives. |
| backup/forceScheduledBackups | POST | Force scheduled archives. |
| backup/metadataAll | POST | Gets the all metadata for an existing backup. |
| backup/metadataByCore/{requestedCoreId} | POST | Gets the metadata for an existing core’s backup by coreId. |
| backup/metadataByCore/{requestedCoreId}/agents/{agentId} | POST | Gets the metadata for an existing agent’s backup by agentId and coreId. |
| backup/metadataByCore/agents/{agentId} | POST | Gets the metadata for an existing agent’s backup by agentId. |
| backup/pauseScheduledBackups | POST | Pauses scheduled archives. |
| backup/restore | POST | Starts a restore. |
| backup/restore/update/{jobId} | POST | Updates the job request for an existing backup. |
| backup/resumeScheduledBackups | POST | Resumes scheduled archives. |
| backup/saveScheduledBackupSettings | POST | Saves scheduled backup. |
| backup/saveScheduledRestoreSettings | POST | Saves scheduled restore. |
| backup/scheduledBackups | GET | Gets the all settings for an existing scheduled backups. |
| backup/verifyBackupLocation | POST | Verifies whether correct file system path is specified as backup location and backup can be put at this path. |
| backup/verifyCanStartRestore | POST | Verifies whether backup job has been completed for specified location and core. |
| backup/waiting | GET | Gets a list of waiting backup and restore jobs. |