zosConnectDataXform - z/OS Connect Data Transformer (zosConnectDataXform)

Defines a z/OS Connect data transformer.

NameTypeDefaultDescription
idstringA unique configuration ID.
bindFileLocstringFile system path where the bind files are located.
bindFileSuffixstringSuffix name that is associated with the bind files.
requestSchemaLocstringFile system path where the request schema files are located.
requestSchemaSuffixstringSuffix name that is associated with the request schema files.
responseSchemaLocstringFile system path where the response schema files are located.
responseSchemaSuffixstringSuffix name that is associated with the response schema files.
pollingRateA period of time with millisecond precision2sRate at which the server checks for updates to data transformation related files such as bind or schema files. Specify a positive integer followed by a unit of time, which can be hours (h), minutes (m), seconds (s), or milliseconds (ms). For example, specify 500 milliseconds as 500ms. You can include multiple values in a single entry. For example, 1s500ms is equivalent to 1.5 seconds.
updateTrigger
  • polled
  • mbean
  • disabled
polledUpdate trigger for data transformation files such as bind and schema files.
polled
Server scans for changes at the polling interval and reload any files that have detectable changes.
mbean
Server reloads data transformation files when prompted by an MBean called by an external program such as an integrated development environment or a management application.
disabled
Disables all update monitoring. Data transformation file changes will not be applied while the server is running.