| POST | /events |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| CompanyId | body | Guid | No | |
| filter | body | Filters | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| eventType | form | eventType? | No | |
| siteName | form | string | No | |
| siteIdentifier | form | string | No | |
| zorgIdentifier | form | string | No | |
| entityType | form | entityType? | No | |
| userName | form | string | No | |
| category | form | category? | No | |
| eventCategory | form | eventCategory? | No | |
| alertIdentifier | form | string | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| startDate | form | DateTime? | No | |
| endDate | form | DateTime? | No | |
| vpgIdentifier | form | string | No | |
| vpg | form | string | No |
| Name | Value | |
|---|---|---|
| Unknown | 0 | |
| CreateProtectionGroup | 1 | |
| RemoveProtectionGroup | 2 | |
| FailOver | 3 | |
| FailOverTest | 4 | |
| StopFailOverTest | 5 | |
| Move | 6 | |
| ProtectVM | 7 | |
| UnprotectVM | 8 | |
| InstallVra | 9 | |
| UninstallVra | 10 | |
| UpdateProtectionGroup | 11 | |
| InsertTaggedCP | 12 | |
| HandleMirrorPromotion | 13 | |
| ActivateAllMirrors | 14 | |
| LogCollection | 15 | |
| ForceReconfigurationOfNewVM | 16 | |
| ClearSite | 17 | |
| ForceRemoveProtectionGroup | 18 | |
| ForceUpdateProtectionGroup | 19 | |
| ForceKillProtectionGroup | 20 | |
| PrePostScript | 21 | |
| InitFullSync | 22 | |
| Pair | 23 | |
| Unpair | 24 | |
| InstallCloudConnector | 25 | |
| UninstallCloudConnector | 26 | |
| RedeployCloudConnector | 27 | |
| ScriptExecutionFailure | 28 | |
| SetAdvancedSiteSettings | 29 | |
| Clone | 30 | |
| KeepDisk | 31 | |
| FailoverBeforeCommit | 32 | |
| FailoverCommit | 33 | |
| FailoverRollback | 34 | |
| MoveBeforeCommit | 35 | |
| MoveRollback | 36 | |
| MoveCommit | 37 | |
| MaintainHost | 38 | |
| UpgradeVra | 39 | |
| MoveProtectionGroupToManualOperationNeeded | 40 | |
| PauseProtectionGroup | 42 | |
| ResumeProtectionGroup | 43 | |
| UpgradeZVM | 44 | |
| BulkUpgradeVras | 45 | |
| BulkUninstallVras | 46 | |
| AlertTurnedOn | 47 | |
| AlertTurnedOff | 48 | |
| ChangeRecoveryHost | 50 | |
| BackupProtectionGroup | 51 | |
| CleanupProtectionGroupVipDiskbox | 52 | |
| RestoreProtectionGroup | 53 | |
| PreScript | 54 | |
| PostScript | 55 | |
| RemoveVmFromVc | 56 | |
| ChangeVraPasswordIpSettings | 57 | |
| FlrJournalMount | 58 | |
| FlrJournalUnmount | 59 | |
| Login | 60 | |
| StartVMsWithOrder | 61 | |
| HostEnteringMaintenanceMode | 62 | |
| HostExitingMaintenanceMode | 63 | |
| VmRestoredToSnapshot | 64 | |
| ProtectedVmRemovedFromHypervisor | 65 | |
| ProtectedVmAddedToHypervisor | 66 | |
| PauseProtectionGroupForMissingVm | 67 | |
| ResumeProtectionGroupAfterUserRemovedMissingVm | 68 | |
| ResumeProtectionGroupAfterVmReadded | 69 |
| VPG | |
| VRA | |
| Unknown | |
| Site |
| All | |
| Events | |
| Alerts |
| All | |
| Events | |
| Alerts |
To override the Content-type in your clients, use the HTTP Accept Header, append the .xml suffix or ?format=xml
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /events HTTP/1.1
Host: n3tapi.palmettovdc.com
Accept: application/xml
Content-Type: application/xml
Content-Length: length
<Events xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/N3TAPI.Services">
<CompanyId>00000000-0000-0000-0000-000000000000</CompanyId>
<filter xmlns:d2p1="http://schemas.datacontract.org/2004/07/N3TEntities.Zerto.Events">
<endDate xmlns="http://schemas.datacontract.org/2004/07/N3TEntities.Zerto">0001-01-01T00:00:00</endDate>
<startDate xmlns="http://schemas.datacontract.org/2004/07/N3TEntities.Zerto">0001-01-01T00:00:00</startDate>
<vpg xmlns="http://schemas.datacontract.org/2004/07/N3TEntities.Zerto">String</vpg>
<vpgIdentifier xmlns="http://schemas.datacontract.org/2004/07/N3TEntities.Zerto">String</vpgIdentifier>
<d2p1:alertIdentifier>String</d2p1:alertIdentifier>
<d2p1:category>All</d2p1:category>
<d2p1:entityType>VPG</d2p1:entityType>
<d2p1:eventCategory>All</d2p1:eventCategory>
<d2p1:eventType>Unknown</d2p1:eventType>
<d2p1:siteIdentifier>String</d2p1:siteIdentifier>
<d2p1:siteName>String</d2p1:siteName>
<d2p1:userName>String</d2p1:userName>
<d2p1:zorgIdentifier>String</d2p1:zorgIdentifier>
</filter>
</Events>