resources element

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

Description of resources available on the deployed object

Example XML

<?xml version="1.0" encoding="UTF-8"?> <resources xmlns="http://www.ibm.com/iib/apiv1/responseObject/container" type="..." uri="..." hasChildren="..." internal="..."> <resource type="..." internal="..." uri="..." propertiesUri="..." UUID="..." name="..." /> <resource type="..." internal="..."> <!--...--> </resource> <!--...more "resource" elements...--> </resources>

Example JSON

{ "type" : "...", "resource" : [ { "type" : "...", "internal" : false, "uri" : { "value" : "..." }, "propertiesUri" : { "value" : "..." }, "UUID" : "...", "name" : "..." }, ... ], "uri" : { "value" : "..." }, "hasChildren" : "...", "internal" : "..." }