library element

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

Description of a library deployed to the broker.

Example XML

<?xml version="1.0" encoding="UTF-8"?> <library xmlns="http://www.ibm.com/iib/apiv1/responseObject" type="..." hasChildren="..." uri="..." propertiesUri="..." UUID="..." name="..."> <messageFlows type="..." uri="..." hasChildren="..." internal="..."> <ns0:messageFlow xmlns:ns0="http://www.ibm.com/iib/apiv1/responseObject/container" type="..." isRunning="..." runMode="..." startMode="..." flowDesignUri="..." activityLogUri="..." flowMonitoringActive="..." isInTestRecordMode="..." uri="..." propertiesUri="..." UUID="..." name="..."> <archiveStatistics enabled="..." origin="..." threadLevel="..." nodeLevel="..."> <outputFormat> <xml>...</xml> <json>...</json> <userTrace>...</userTrace> <smf>...</smf> </outputFormat> </archiveStatistics> <snapshotStatistics enabled="..." origin="..." threadLevel="..." nodeLevel="..."> <outputFormat> <xml>...</xml> <json>...</json> <userTrace>...</userTrace> <smf>...</smf> </outputFormat> </snapshotStatistics> <policies> <policy type="..." uri="..." policyType="..." name="..."> <documentURI>...</documentURI> <data> <data name="..." value="..." owner="..." type="..." /> <data name="..." value="..." owner="..." type="..."> <!--...--> </data> <!--...more "data" elements...--> </data> </policy> <policy type="..." uri="..." policyType="..." name="..."> <!--...--> </policy> <!--...more "policy" elements...--> </policies> </ns0:messageFlow> <ns0:messageFlow xmlns:ns0="http://www.ibm.com/iib/apiv1/responseObject/container" type="..." isRunning="..." runMode="..." startMode="..." flowDesignUri="..." activityLogUri="..." flowMonitoringActive="..." isInTestRecordMode="..."> <!--...--> </ns0:messageFlow> <!--...more "messageFlow" elements...--> </messageFlows> <subFlows type="..." uri="..." hasChildren="..." internal="..."> <ns0:subFlow xmlns:ns0="http://www.ibm.com/iib/apiv1/responseObject/container" type="..." internal="..." flowDesignUri="..." uri="..." propertiesUri="..." UUID="..." name="..." /> <ns0:subFlow xmlns:ns0="http://www.ibm.com/iib/apiv1/responseObject/container" type="..." internal="..." flowDesignUri="..."> <!--...--> </ns0:subFlow> <!--...more "subFlow" elements...--> </subFlows> <resources type="..." uri="..." hasChildren="..." internal="..."> <ns0:resource xmlns:ns0="http://www.ibm.com/iib/apiv1/responseObject/container" type="..." internal="..." uri="..." propertiesUri="..." UUID="..." name="..." /> <ns0:resource xmlns:ns0="http://www.ibm.com/iib/apiv1/responseObject/container" type="..." internal="..."> <!--...--> </ns0:resource> <!--...more "resource" elements...--> </resources> </library>

Example JSON

{ "type" : "...", "hasChildren" : "...", "messageFlows" : { "type" : "...", "messageFlow" : [ { "type" : "...", "isRunning" : false, "runMode" : "...", "startMode" : "...", "flowDesignUri" : { "value" : "..." }, "activityLogUri" : { "value" : "..." }, "flowMonitoringActive" : false, "isInTestRecordMode" : false, "archiveStatistics" : { "enabled" : false, "origin" : "...", "threadLevel" : "...", "nodeLevel" : "...", "outputFormat" : { "xml" : false, "json" : false, "userTrace" : false, "smf" : false } }, "snapshotStatistics" : { "enabled" : false, "origin" : "...", "threadLevel" : "...", "nodeLevel" : "...", "outputFormat" : { "xml" : false, "json" : false, "userTrace" : false, "smf" : false } }, "policies" : [ { "type" : "...", "uri" : { "value" : "..." }, "policyType" : "...", "name" : "...", "documentURI" : "...", "data" : [ { "name" : "...", "value" : "...", "owner" : "...", "type" : "..." }, ... ] }, ... ], "uri" : { "value" : "..." }, "propertiesUri" : { "value" : "..." }, "UUID" : "...", "name" : "..." }, ... ], "uri" : { "value" : "..." }, "hasChildren" : "...", "internal" : "..." }, "subFlows" : { "type" : "...", "subFlow" : [ { "type" : "...", "internal" : false, "flowDesignUri" : { "value" : "..." }, "uri" : { "value" : "..." }, "propertiesUri" : { "value" : "..." }, "UUID" : "...", "name" : "..." }, ... ], "uri" : { "value" : "..." }, "hasChildren" : "...", "internal" : "..." }, "resources" : { "type" : "...", "resource" : [ { "type" : "...", "internal" : false, "uri" : { "value" : "..." }, "propertiesUri" : { "value" : "..." }, "UUID" : "...", "name" : "..." }, ... ], "uri" : { "value" : "..." }, "hasChildren" : "...", "internal" : "..." }, "uri" : { "value" : "..." }, "propertiesUri" : { "value" : "..." }, "UUID" : "...", "name" : "..." }