adminLogEntry element
Type: | imbAdminLogEntry |
Namespace: | (default namespace) |
XML Schema: | ns0.xsd |
An admin log (administration log) entry
Example XML
<?xml version="1.0" encoding="UTF-8"?>
<adminLogEntry bipNumber="..." timestamp="..." source="...">...</adminLogEntry>
Example JSON
{
"bipNumber" : "...",
"timestamp" : "...",
"source" : "...",
"value" : "..."
}