resources element

Type: imbDeployedResourcesContainerBean
Namespace: (default namespace)
XML Schema: ns0.xsd

Description of resources available on the deployed object

Example XML

<?xml version="1.0" encoding="UTF-8"?> <resources 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" : "..." }