Show TOC

Example documentationExamples: Data Server Services Locate this document in the navigation structure

 

Services for data servers and associated URL examples are listed in the following table. For more information, see Services.

Service

Example URL

Import one or more data servers (If the specified data server already exists, the service updates it; otherwise, the service adds the dataserver.)

http://<server>:<port>/XMII/Illuminator?service=Configuration&mode=DataServers&type=Import&payload=<xml>

Export the list of data servers

http://<server>:<port>/XMII/Illuminator?service=Configuration&mode=DataServers&type=Export

Delete a data server

http://<server>:<port>/XMII/Illuminator?service=Configuration&mode=DataServers&type=Delete&Name=<name>

Enable a data server

http://<server>:<port>/XMII/Illuminator?service=Configuration&mode=DataServers&type=Enable&Name=<name>

Disable a data server

http://<server>:<port>/XMII/Illuminator?service=Configuration&mode=DataServers&type=Disable&Name=<name>