libraries element

Type: imbLibrariesContainerBean
Namespace: http://www.ibm.com/iib/apiv1/responseObject/container
XML Schema: ns0.xsd

Description of libraries on the deployed object

Example XML

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

Example JSON

{ "type" : "...", "library" : [ { "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" : "..." }, ... ], "uri" : { "value" : "..." }, "hasChildren" : "...", "internal" : "..." }