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 .json suffix or ?format=json
To embed the response in a jsonp callback, append ?callback=myCallback
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/json
Content-Type: application/json
Content-Length: length
{"companyId":"00000000000000000000000000000000","filter":{"eventType":"Unknown","siteName":"String","siteIdentifier":"String","zorgIdentifier":"String","entityType":"VPG","userName":"String","category":"All","eventCategory":"All","alertIdentifier":"String","startDate":"\/Date(-62135596800000-0000)\/","endDate":"\/Date(-62135596800000-0000)\/","vpgIdentifier":"String","vpg":"String"}}