configurableService element

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

Description of a Configurable Service

Example XML

<?xml version="1.0" encoding="UTF-8"?> <configurableService type="..." uri="..." configurableServiceType="..." name="..." ibmDefined="..." configurableServiceFileURI="..."> <properties> <property name="..." value="..." owner="..." /> <property name="..." value="..." owner="..."> <!--...--> </property> <!--...more "property" elements...--> </properties> </configurableService>

Example JSON

{ "type" : "...", "uri" : { "value" : "..." }, "configurableServiceType" : "...", "name" : "...", "ibmDefined" : false, "configurableServiceFileURI" : "...", "properties" : [ { "name" : "...", "value" : "...", "owner" : "..." }, ... ] }