auditLogEntry element

Type: auditLogEntry
Namespace: (default namespace)

Example XML

<?xml version="1.0" encoding="UTF-8"?> <auditLogEntry> <id>...</id> <dateModified>...</dateModified> <configurationId>...</configurationId> <operationType>...</operationType> <objectType>...</objectType> <objectIdentifier>...</objectIdentifier> <objectName>...</objectName> <objectString>...</objectString> <userName>...</userName> <remoteAddress>...</remoteAddress> <description>...</description> <metadata> <links /> </metadata> </auditLogEntry>

Example JSON

{ "id" : "...", "dateModified" : "...", "configurationId" : "...", "operationType" : "CREATE", "objectType" : "...", "objectIdentifier" : "...", "objectName" : "...", "objectString" : "...", "userName" : "...", "remoteAddress" : "...", "description" : "...", "metadata" : { "links" : { } } }