Operations at xfer/schedule/
This page describes the service operations at this endpoint.
| URI | Method | Description |
|---|---|---|
| xfer/schedule/{agentId}/actualProtectionConfiguration | GET | Gets the actual protection groups configured for the agent |
| xfer/schedule/{agentId}/config | GET | Gets the transfer configuration settings for the agent |
| xfer/schedule/{agentId}/config | PUT | Sets the transfer configuration settings for the agent |
| xfer/schedule/{agentId}/pgs | GET | Gets the cached protection groups configured for the agent |
| xfer/schedule/{agentId}/resumeAfterUpgrade | POST | Resumes protection of agent after upgrade |
| xfer/schedule/{agentId}/transfer | POST | Forces an immediate transfer of the specified protection group |
| xfer/schedule/agentsPaused | POST | Pauses protection of several agents |
| xfer/schedule/agentsResumed | POST | Resumes protection of several agents |
| xfer/schedule/applyrepository/{repositoryName} | PUT | Applies a new repository to agents that do not have a repository |
| xfer/schedule/forcealltransfer | POST | Forces an immediate transfer for all available agents |
| xfer/schedule/removerepository/{repositoryName} | DELETE | Disassociates agents from a named repository (e.g. one that has been deleted) |
| xfer/schedule/transferScheduleTemplates | POST | Adds new transfer schedule template |
| xfer/schedule/transferScheduleTemplates | GET | Gets the transfer schedule templates collection |
| xfer/schedule/transferScheduleTemplates/{templateId} | DELETE | Removes transfer schedule template |
| xfer/schedule/transferScheduleTemplates/{templateId} | PUT | Updates existing transfer schedule template |
| xfer/schedule/transferScheduleTemplates/{templateId} | GET | Gets the transfer schedule template by id |