This commit is contained in:
2020-07-17 22:32:57 +00:00
parent 1897f91827
commit f8f8564ca9
17 changed files with 82 additions and 23 deletions

View File

@@ -3,6 +3,20 @@
{"login": "OpsAdminLimited","password": "OpsAdminLimited"}
Created
await NotifyEventProcessor.HandlePotentialNotificationEvent(AyaEvent.Created, newObject);
Modified PUT update
await NotifyEventProcessor.HandlePotentialNotificationEvent(AyaEvent.Modified, dbObject, SnapshotOfOriginalDBObj);
Deleted
await NotifyEventProcessor.HandlePotentialNotificationEvent(AyaEvent.Deleted, dbObject);
todo: ip address logged in container mode is the local server as I guess it comes from NGINX
is there a way to capture this or...?