Operations at ExchangeManagement

This page describes the backend methods at this endpoint.

Signature Description
Guid ForceChecksumCheck(String recoveryPointId) Forces checksum verification for the specified recovery point.
Guid ForceMountabilityCheck(String recoveryPointId) Forces mountability verification for the specified recovery point.
AgentExchangeServerSettings GetAgentExchangeServerSettings(String agentId) Gets the exchange server settings for the agent
ChecksumCheckQueueServiceConfiguration GetChecksumCheckQueueConfiguration() Gets the configuration of the checksum check queue
ChecksumCheckQueueEntryInfoCollection GetChecksumCheckQueueContents() Gets the contents of the checksum check queue
ChecksumCheckQueueEntryInfo GetChecksumCheckQueueEntry(String entryId) Gets the info for a specific checksum check queue entry
MountabilityCheckQueueServiceConfiguration GetMountabilityQueueConfiguration() Gets the configuration of the mountability queue
MountabilityCheckQueueEntryInfoCollection GetMountabilityQueueContents() Gets the contents of the mountability queue
MountabilityCheckQueueEntryInfo GetMountabilityQueueEntry(String entryId) Gets the info for a specific moutability queue entry
Void SetAgentExchangeServerSettings(String agentId, AgentExchangeServerSettings settings) Sets the exchange server settings for the agent
Void SetChecksumCheckConfiguration(ChecksumCheckQueueServiceConfiguration config) Sets the configuration of the checksum check queue
Void SetMountabilityConfiguration(MountabilityCheckQueueServiceConfiguration config) Sets the configuration of the mountability queue
Void VerifyCredentials(String agentId, BaseCredentials credentials) Verifies credentials to Exchange instance. Throws exception on validation failure