dmp.egnyte
Introduction
The tags beginning with dmp.egnyte
identify events generated by Egnyte.
Valid tags and data tables
The full tag must have 4 levels. The first two are fixed as dmp.egnyte
. The third level identifies the type of events sent. The fourth level indicates the event subtype.
These are the valid tags and corresponding data tables that will receive the parsers' data:
Product / Service | Tags | Data tables |
---|---|---|
Egnyte |
|
|
|
| |
|
| |
|
|
For more information, read more About Devo tags.
How is the data sent to Devo?
You can send events to the dmp.egnyte
tables via webhook. Follow these steps to create the required webhook creation request:
If everything went fine, you would get a response similar to this one:
{
"webhookId": "e253dea5-5b0e-4e7c-b812-231d3663b9ae",
"expires": 2100000000,
"status": "enabled"
}
Otherwise, you would get the corresponding error, for instance:
Error in the Egnyte domain:
{"message":"Authorization didn't match Egnyte domain","code":"auth_processing_error"}
Scope
Egnyte.webhook
is not provided:
{"message": "Missing scope. Scopes to access this API: Egnyte.webhooks","code":"scope_error"}
Table structure
These are the fields displayed in these tables:
dmp.egnyte.object_storage.comment
Field | Type | Extra fields |
---|---|---|
eventdate |
|
|
machine |
|
|
event_id |
|
|
domain |
|
|
timestamp |
|
|
id |
|
|
client_id_hash |
|
|
display_name |
|
|
username |
|
|
|
| |
impersonated_by |
|
|
action_source |
|
|
webhook_id |
|
|
event_type |
|
|
target_path |
|
|
comment |
|
|
hostchain |
| ✓ |
tag |
| ✓ |
rawMessage |
| ✓ |
dmp.egnyte.object_storage.file_system
Field | Type | Extra fields |
---|---|---|
eventdate |
|
|
machine |
|
|
event_id |
|
|
domain |
|
|
timestamp |
|
|
id |
|
|
client_id_hash |
|
|
display_name |
|
|
username |
|
|
|
| |
impersonated_by |
|
|
action_source |
|
|
webhook_id |
|
|
event_type |
|
|
target_entry_id |
|
|
target_group_id |
|
|
target_file_checksum |
|
|
target_path |
|
|
source_path |
|
|
hostchain |
| ✓ |
tag |
| ✓ |
rawMessage |
| ✓ |
dmp.egnyte.object_storage.link
Field | Type | Extra fields |
---|---|---|
eventdate |
|
|
machine |
|
|
event_id |
|
|
domain |
|
|
timestamp |
|
|
id |
|
|
client_id_hash |
|
|
display_name |
|
|
username |
|
|
|
| |
impersonated_by |
|
|
action_source |
|
|
webhook_id |
|
|
event_type |
|
|
source_path |
|
|
link_id |
|
|
link_type |
|
|
link_url |
|
|
hostchain |
| ✓ |
tag |
| ✓ |
rawMessage |
| ✓ |
dmp.egnyte.object_storage.permission
Field | Type | Extra fields |
---|---|---|
eventdate |
|
|
machine |
|
|
event_id |
|
|
domain |
|
|
timestamp |
|
|
client_id_hash |
|
|
impersonated_by |
|
|
webhook_id |
|
|
event_type |
|
|
assigner |
|
|
assignee_id |
|
|
folder_path |
|
|
new_privilege |
|
|
group_name |
|
|
old_privilege |
|
|
assignee |
|
|
assigner_id |
|
|
hostchain |
| ✓ |
tag |
| ✓ |
rawMessage |
| ✓ |