adminLog element

Type: imbAdminLogResponseObject
Namespace: http://www.ibm.com/iib/apiv1/responseObject
XML Schema: ns1.xsd

Description of an Admin Log (Broker administration log).

Example XML

<?xml version="1.0" encoding="UTF-8"?> <adminLog xmlns="http://www.ibm.com/iib/apiv1/responseObject" type="..." numberOfLogEvents="..." timestampFormat="..." uri="..." hasChildren="..." internal="..."> <adminLogEntry bipNumber="..." timestamp="..." source="...">...</adminLogEntry> <adminLogEntry bipNumber="..." timestamp="..." source="...">...</adminLogEntry> <!--...more "adminLogEntry" elements...--> </adminLog>

Example JSON

{ "type" : "...", "numberOfLogEvents" : ..., "timestampFormat" : "...", "adminLogEntry" : [ { "bipNumber" : "...", "timestamp" : "...", "source" : "...", "value" : "..." }, ... ], "uri" : { "value" : "..." }, "hasChildren" : "...", "internal" : "..." }