Xentara v1.0
User Manual
|
A JSON object describing a debugging bridge has the following syntax:
id | A string value containing the ID of the microservice. The ID is used to construct the microservice’s primary key. | ||||||||||||
uuid | A string value containing the unique UUID of the microservice. | ||||||||||||
stages | An optional array of string values describing the operational stages in which copying should be performed. Use the following keywords for the individual stages:
Instead if an array of stage keywords, you can specify the string value If you omit this member, copying will be done in the operational stage only. | ||||||||||||
connections | An array of objects describing the individual connections. |
The JSON objects describing the individual connections have the following members:
source | A string value describing the attribute that the value should be read from. The string values must contain the primary key of the attribute. |
target | A string value describing the attribute that the value should be written to. The string values must contain the primary key of the attribute. |
errorHandler | An optional string value describing the attribute that the error message should be written to if the source attribute could not be read. The string values must contain the primary key of the attribute. |