Summary:
Agent Operators are represented in the front-end API by interfaces. Each interface provides methods for accessing a corresponding operator functionality. Each interface is identified by an XML element to be used in the XML request sent to Agent server. Each such element is derived from type operator_functionalType
. The type defines the basic input and output parameters. Interfaces extend it with their own input and output parameters.
Type specification:
Name |
Min/Max |
Type |
Description |
|
|
|
This element is returned to the client when a request completes successfully but does not return any information by definition. |
|
|
|
This element is returned when a request results in failure. |
|
|
|
|
|
|
|
Error code. |
|
|
|
Text message describing the error. |
|
|
|
|