Catalog OData Services
Catalog Odata service, a new service in MII 15.0 is similar to query template service and is used to... You can access the service using http://<server>:<port>/XMII/IlluminatorOData/Catalog
.
Modes | Description | Sample URL |
|---|---|---|
ObjectList | Returns live Plant Information Catalog hierarchy | http://<server>:<port>/XMII/IlluminatorOData/Catalog?Mode=ObjectList&Namespace=<namespace of the tag>&Group=<Name of the tag group>
<Namespace> and <Group> are optional parameters End of the note. |
PropertiesList | Returns the properties for a tag. | http://<server>:<port>/XMII/IlluminatorOData/Catalog?Mode=PropertiesList&Namespace=<namespace of the tag>&DataType=<datatype>
<Namespace> is a mandatory parameter whereas <DataType> is an optional parameter. The properties that match the specified data type are returned. String type properties are returned if data type is not provided. End of the note. |