imbDataContainerBean

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

This class represents the "Data" top-level folder in the main web UI. An instance of this class is returned when you request e.g. "http://localhost:4414/apiv1/data". It has only two children: an ImbDataCaptureContainerBean, and an ImbBusinessDataCaptureContainerBean. E.g. { "uri":"/apiv1/data", "type":"data", "dataCaptureStores":{"type":"dataCaptureStores", ...}, "businessDataCaptureStores":{"type":"businessDataCaptureStores", ...} }

XML

Attributes

name type description
type string "data"

Elements

name (type) min/max
occurs
description
dataCaptureStores (imbDataCaptureContainerBean) 0/1 List of Data Capture Stores

JSON

property type description
type string "data"
dataCaptureStores dataCaptureStores (imbDataCaptureContainerBean) List of Data Capture Stores