Defines a z/OS Connect data transformer.

Name Type Default Description

bindFileLoc

string
Required

File system path where the bind files are located.

bindFileSuffix

string

Suffix name that is associated with the bind files.

id

string

A unique configuration ID.

pollingRate

A period of time with millisecond precision

2s

Rate 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.

requestSchemaLoc

string

File system path where the request schema files are located.

requestSchemaSuffix

string

Suffix name that is associated with the request schema files.

responseSchemaLoc

string

File system path where the response schema files are located.

responseSchemaSuffix

string

Suffix name that is associated with the response schema files.

updateTrigger

  • disabled

  • mbean

  • polled

polled

Update trigger for data transformation files such as bind and schema files.
disabled
Disables all update monitoring. Data transformation file changes will not be applied while the server is running.
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.
polled
Server scans for changes at the polling interval and reload any files that have detectable changes.