EntityAuditEventV2 Data Type

Structure of v2 entity audit event

Properties
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_IMPORT_UPDATE",
  "details" : "...",
  "entity" : {
    "businessAttributes" : {
      "property1" : { },
      "property2" : { }
    },
    "classifications" : [ {
      "entityGuid" : "...",
      "entityStatus" : "ACTIVE",
      "propagate" : true,
      "removePropagationsOnEntityDelete" : true,
      "validityPeriods" : [ { }, { } ],
      "attributes" : {
        "property1" : { },
        "property2" : { }
      },
      "typeName" : "..."
    }, {
      "entityGuid" : "...",
      "entityStatus" : "ACTIVE",
      "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" : "VALIDATED",
      "steward" : "...",
      "termGuid" : "..."
    }, {
      "confidence" : 12345,
      "createdBy" : "...",
      "description" : "...",
      "displayText" : "...",
      "expression" : "...",
      "qualifiedName" : "...",
      "relationGuid" : "...",
      "source" : "...",
      "status" : "VALIDATED",
      "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_V1",
  "user" : "..."
}