Back

/exchange

v1 Endpoints

REST Endpoint
Description
GraphQL Query CDM Availability
PATCH /exchange/dag/bulk Update multiple Exchange DAGs with the specified properties. mutation bulkUpdateExchangeDag Restricted
GET /exchange/db Returns summary information for Microsoft Exchange databases. query exchangeDatabases Available
GET /exchange/db/mount Returns a list with summary information for all Live Mounts for Exchange Server databases. query exchangeLiveMounts Available
DELETE /exchange/db/snapshot/mount/{id} Request to delete a mount for Microsoft Exchange database snapshot. query deleteExchangeSnapshotMount Available
GET /exchange/db/snapshot/{id} Retrieve summary information for a Microsoft Exchange database snapshot by specifying the snapshot ID. Available
POST /exchange/db/snapshot/{id}/mount Create a request to mount a Microsoft Exchange database snapshot. mutation createExchangeMount Available
POST /exchange/db/snapshot/{snapshot_id}/{location_id}/download Downloads a Microsoft Exchange database snapshot from the specified archival location. mutation downloadExchangeSnapshot Available
GET /exchange/db/{id}/missed_snapshot Returns summary information about the missed snapshots of a Microsoft Exchange database, including the time of day and the locations where the snapshot was missed. Available
GET /exchange/db/{id}/mount Returns a list with summary information for all Live Mounts for an Exchange Server database. Available
GET /exchange/db/{id}/snapshot Retrieve summary information for Microsoft Exchange database snapshots by specifying the database ID. Available
POST /exchange/db/{id}/snapshot Takes an on-demand backup of a Microsoft Exchange database. The forceFullSnapshot property can be set to true to force a full snapshot. To check the result of the request, poll /exchange/request/{id}. mutation createOnDemandExchangeBackup Available
DELETE /exchange/db/{id}/snapshot Deletes all snapshots of a Microsoft Exchange database. The database must not be protected for the operation to succeed. Restricted
GET /exchange/request/{id} Returns the object representing the asynchronous request related to Exchange Server databases. Available
POST /exchange/server/{id}/resolveVolumeGroupsConflict Marks that the user has resolved that there are no conflicting volume groups on the host where this Exchange server exists. mutation resolveVolumeGroupsConflict Available