configurableService element

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

Description of a Configurable Service

Example XML

<?xml version="1.0" encoding="UTF-8"?> <configurableService xmlns="http://www.ibm.com/iib/apiv1/responseObject" type="..." uri="..." configurableServiceType="..." name="..." ibmDefined="..." configurableServiceFileURI="..."> <properties> <property name="..." value="..." owner="..." type="..." /> <property name="..." value="..." owner="..." type="..."> <!--...--> </property> <!--...more "property" elements...--> </properties> </configurableService>

Example JSON

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