summaryrefslogtreecommitdiffstats
path: root/asdctool/src/main/resources/es-resources/types
diff options
context:
space:
mode:
Diffstat (limited to 'asdctool/src/main/resources/es-resources/types')
-rw-r--r--asdctool/src/main/resources/es-resources/types/auditinggetuebclusterevent.txt8
-rw-r--r--asdctool/src/main/resources/es-resources/types/distributiondeployevent.txt14
-rw-r--r--asdctool/src/main/resources/es-resources/types/distributiondownloadevent.txt9
-rw-r--r--asdctool/src/main/resources/es-resources/types/distributionengineevent.txt13
-rw-r--r--asdctool/src/main/resources/es-resources/types/distributionnotificationevent.txt16
-rw-r--r--asdctool/src/main/resources/es-resources/types/distributionstatusevent.txt12
-rw-r--r--asdctool/src/main/resources/es-resources/types/resourceadminevent.txt21
-rw-r--r--asdctool/src/main/resources/es-resources/types/useraccessevent.txt10
-rw-r--r--asdctool/src/main/resources/es-resources/types/useradminevent.txt20
9 files changed, 123 insertions, 0 deletions
diff --git a/asdctool/src/main/resources/es-resources/types/auditinggetuebclusterevent.txt b/asdctool/src/main/resources/es-resources/types/auditinggetuebclusterevent.txt
new file mode 100644
index 0000000000..b7e9435f97
--- /dev/null
+++ b/asdctool/src/main/resources/es-resources/types/auditinggetuebclusterevent.txt
@@ -0,0 +1,8 @@
+{ "action": "ACTION",
+ "timestamp": "TIMESTAMP",
+ "requestId": "REQUEST_ID",
+ "serviceInstanceId": "SERVICE_INSTANCE_ID",
+ "desc": "DESC",
+ "status": "STATUS",
+ "consumerId": "CONSUMER_ID"
+} \ No newline at end of file
diff --git a/asdctool/src/main/resources/es-resources/types/distributiondeployevent.txt b/asdctool/src/main/resources/es-resources/types/distributiondeployevent.txt
new file mode 100644
index 0000000000..a74f0370e6
--- /dev/null
+++ b/asdctool/src/main/resources/es-resources/types/distributiondeployevent.txt
@@ -0,0 +1,14 @@
+{
+ "action": "ACTION",
+ "timestamp": "TIMESTAMP",
+ "requestId": "REQUEST_ID",
+ "serviceInstanceId": "SERVICE_INSTANCE_ID",
+ "desc": "DESC",
+ "status": "STATUS",
+ "currVersion": "CURR_VERSION",
+ "distributionId": "DID",
+ "modifierName": "MODIFIER_NAME",
+ "modifierUid": "MODIFIER_UID",
+ "resourceName": "RESOURCE_NAME",
+ "resourceType": "RESOURCE_TYPE"
+} \ No newline at end of file
diff --git a/asdctool/src/main/resources/es-resources/types/distributiondownloadevent.txt b/asdctool/src/main/resources/es-resources/types/distributiondownloadevent.txt
new file mode 100644
index 0000000000..879c4c4231
--- /dev/null
+++ b/asdctool/src/main/resources/es-resources/types/distributiondownloadevent.txt
@@ -0,0 +1,9 @@
+{ "action": "ACTION",
+ "timestamp": "TIMESTAMP",
+ "requestId": "REQUEST_ID",
+ "serviceInstanceId": "SERVICE_INSTANCE_ID",
+ "desc": "DESC",
+ "status": "STATUS",
+ "resourceUrl": "RESOURCE_URL",
+ "consumerId": "CONSUMER_ID"
+} \ No newline at end of file
diff --git a/asdctool/src/main/resources/es-resources/types/distributionengineevent.txt b/asdctool/src/main/resources/es-resources/types/distributionengineevent.txt
new file mode 100644
index 0000000000..a261042720
--- /dev/null
+++ b/asdctool/src/main/resources/es-resources/types/distributionengineevent.txt
@@ -0,0 +1,13 @@
+{
+ "action": "ACTION",
+ "timestamp": "TIMESTAMP",
+ "requestId": "REQUEST_ID",
+ "serviceInstanceId": "SERVICE_INSTANCE_ID",
+ "desc": "DESC",
+ "status": "STATUS",
+ "consumerId": "CONSUMER_ID",
+ "role": "ROLE",
+ "topicName": "TOPIC_NAME",
+ "apiKey": "API_KEY",
+ "environmentName": "D_ENV"
+} \ No newline at end of file
diff --git a/asdctool/src/main/resources/es-resources/types/distributionnotificationevent.txt b/asdctool/src/main/resources/es-resources/types/distributionnotificationevent.txt
new file mode 100644
index 0000000000..6375ead9bb
--- /dev/null
+++ b/asdctool/src/main/resources/es-resources/types/distributionnotificationevent.txt
@@ -0,0 +1,16 @@
+{
+ "action": "ACTION",
+ "timestamp": "TIMESTAMP",
+ "requestId": "REQUEST_ID",
+ "serviceInstanceId": "SERVICE_INSTANCE_ID",
+ "desc": "DESC",
+ "status": "STATUS",
+ "currVersion": "CURR_VERSION",
+ "currState": "CURR_STATE",
+ "distributionId": "DID",
+ "modifierName": "MODIFIER_NAME",
+ "modifierUid": "MODIFIER_UID",
+ "resourceName": "RESOURCE_NAME",
+ "resourceType": "RESOURCE_TYPE",
+ "topicName": "TOPIC_NAME"
+} \ No newline at end of file
diff --git a/asdctool/src/main/resources/es-resources/types/distributionstatusevent.txt b/asdctool/src/main/resources/es-resources/types/distributionstatusevent.txt
new file mode 100644
index 0000000000..8fed9dd0c0
--- /dev/null
+++ b/asdctool/src/main/resources/es-resources/types/distributionstatusevent.txt
@@ -0,0 +1,12 @@
+{
+ "action": "ACTION",
+ "timestamp": "TIMESTAMP",
+ "requestId": "REQUEST_ID",
+ "serviceInstanceId": "SERVICE_INSTANCE_ID",
+ "desc": "DESC",
+ "status": "STATUS",
+ "resourceUrl": "RESOURCE_URL",
+ "consumerId": "CONSUMER_ID",
+ "distributionId": "DID",
+ "topicName": "TOPIC_NAME"
+} \ No newline at end of file
diff --git a/asdctool/src/main/resources/es-resources/types/resourceadminevent.txt b/asdctool/src/main/resources/es-resources/types/resourceadminevent.txt
new file mode 100644
index 0000000000..4631aa3367
--- /dev/null
+++ b/asdctool/src/main/resources/es-resources/types/resourceadminevent.txt
@@ -0,0 +1,21 @@
+{
+ "action": "ACTION",
+ "timestamp": "TIMESTAMP",
+ "requestId": "REQUEST_ID",
+ "serviceInstanceId": "SERVICE_INSTANCE_ID",
+ "desc": "DESC",
+ "status": "STATUS",
+ "currVersion": "CURR_VERSION",
+ "currState": "CURR_STATE",
+ "distributionId": "DID",
+ "modifierName": "MODIFIER_NAME",
+ "modifierUid": "MODIFIER_UID",
+ "prevVersion": "PREV_VERSION",
+ "prevState": "PREV_STATE",
+ "resourceName": "RESOURCE_NAME",
+ "resourceType": "RESOURCE_TYPE",
+ "dPrevStatus": "DPREV_STATUS",
+ "dCurrStatus": "DCURR_STATUS",
+ "comment": "COMMENT",
+ "artifactName": "ARTIFACT_NAME"
+} \ No newline at end of file
diff --git a/asdctool/src/main/resources/es-resources/types/useraccessevent.txt b/asdctool/src/main/resources/es-resources/types/useraccessevent.txt
new file mode 100644
index 0000000000..ebd27b55e3
--- /dev/null
+++ b/asdctool/src/main/resources/es-resources/types/useraccessevent.txt
@@ -0,0 +1,10 @@
+{
+ "action": "ACTION",
+ "timestamp": "TIMESTAMP",
+ "requestId": "REQUEST_ID",
+ "serviceInstanceId": "SERVICE_INSTANCE_ID",
+ "desc": "DESC",
+ "status": "STATUS",
+ "userUid": "USER_UID",
+ "userName": "USER_NAME"
+} \ No newline at end of file
diff --git a/asdctool/src/main/resources/es-resources/types/useradminevent.txt b/asdctool/src/main/resources/es-resources/types/useradminevent.txt
new file mode 100644
index 0000000000..15e0d9bdca
--- /dev/null
+++ b/asdctool/src/main/resources/es-resources/types/useradminevent.txt
@@ -0,0 +1,20 @@
+{
+ "action": "ACTION",
+ "timestamp": "TIMESTAMP",
+ "requestId": "REQUEST_ID",
+ "serviceInstanceId": "SERVICE_INSTANCE_ID",
+ "desc": "DESC",
+ "status": "STATUS",
+ "modifierName": "MODIFIER_NAME",
+ "modifierUid": "MODIFIER_UID",
+ "userUid": "USER_UID",
+ "userName": "USER_NAME",
+ "userEmail": "USER_EMAIL",
+ "userRole": "USER_ROLE",
+ "userBeforeName": "USER_BEFORE_NAME",
+ "userBeforeEmail": "USER_BEFORE_EMAIL",
+ "userBeforeRole": "USER_BEFORE_ROLE",
+ "userAfterName": "USER_AFTER_NAME",
+ "userAfterEmail": "USER_AFTER_EMAIL",
+ "userAfterRole": "USER_AFTER_ROLE"
+} \ No newline at end of file