Changelog for i2 Analyze REST SPI 1.2
Version 1.2 contains minor changes to the i2 Analyze REST SPI.
This version contains new functionality that allows you to define Visual Query services for your connector. Analysts can then interrogate an external source in the same way as they query the Information Store.
There are also minor changes to the structure of the client configuration in the response that you return from the configuration endpoint.
Added
N/A
Modified
The following endpoints were modified at this version of the i2 Analyze REST SPI:
-
The
clientConfigTypefield in theServiceobject is now deprecated. Thetypefield in theClientConfigobject is used instead.- The
typefield in theClientConfigobject is now mandatory as a replacement for the deprecatedclientConfigTypefield in theServiceobject.
- The
The
configfield in theClientConfigobject is now defined as one ofFormConfig,VisualQueryConfig, or object.The
FormConfigobject is used to define a form that is presented to users in the client. It contains a newmandatoryfield to indicate whether the form itself is mandatory, even if no conditions in the form are mandatory.The
VisualQueryConfigobject is used to define the configuration that governs the behavior and content of visual queries.
-
- A new
visualQueryfield is added to theDaodRequestPayloadobject. If the service uses a client configuration of type 'VISUAL_QUERY', this field is populated with the visual query payload to execute.
- A new
-
- A new
visualQueryfield is added to theDaodRequestPayloadobject. If the service uses a client configuration of type 'VISUAL_QUERY', this field is populated with the visual query payload to execute.
- A new
-
- A new
visualQueryfield is added to theDaodRequestPayloadobject. If the service uses a client configuration of type 'VISUAL_QUERY', this field is populated with the visual query payload to execute.
- A new
Removed
N/A