name | data type | constraints | description |
---|---|---|---|
action | EntityAuditActionV2 | ||
details | string | ||
entity | AtlasEntity | ||
entityId | string | ||
eventKey | string | ||
timestamp | number | required | |
type | EntityAuditType | ||
user | string |
Example
{ "action" : "ENTITY_DELETE", "details" : "...", "entity" : { "businessAttributes" : { "property1" : { }, "property2" : { } }, "classifications" : [ { "entityGuid" : "...", "entityStatus" : "PURGED", "propagate" : true, "removePropagationsOnEntityDelete" : true, "validityPeriods" : [ { }, { } ], "attributes" : { "property1" : { }, "property2" : { } }, "typeName" : "..." }, { "entityGuid" : "...", "entityStatus" : "PURGED", "propagate" : true, "removePropagationsOnEntityDelete" : true, "validityPeriods" : [ { }, { } ], "attributes" : { "property1" : { }, "property2" : { } }, "typeName" : "..." } ], "createTime" : 12345, "createdBy" : "...", "customAttributes" : { "property1" : "...", "property2" : "..." }, "guid" : "...", "homeId" : "...", "isIncomplete" : true, "labels" : [ "...", "..." ], "meanings" : [ { "confidence" : 12345, "createdBy" : "...", "description" : "...", "displayText" : "...", "expression" : "...", "qualifiedName" : "...", "relationGuid" : "...", "source" : "...", "status" : "OBSOLETE", "steward" : "...", "termGuid" : "..." }, { "confidence" : 12345, "createdBy" : "...", "description" : "...", "displayText" : "...", "expression" : "...", "qualifiedName" : "...", "relationGuid" : "...", "source" : "...", "status" : "DISCOVERED", "steward" : "...", "termGuid" : "..." } ], "pendingTasks" : [ "...", "..." ], "provenanceType" : 12345, "proxy" : true, "relationshipAttributes" : { "property1" : { }, "property2" : { } }, "status" : "DELETED", "updateTime" : 12345, "updatedBy" : "...", "version" : 12345, "attributes" : { "property1" : { }, "property2" : { } }, "typeName" : "..." }, "entityId" : "...", "eventKey" : "...", "timestamp" : 12345, "type" : "ENTITY_AUDIT_V2", "user" : "..." }