z/OS Connect REST Client (zosConnectServiceRestClient)

Allows requests to be routed from z/OS Connect to a remote REST endpoint.

Attribute name Data type Default value Description
basicAuthRef A reference to top level zosConnectServiceRestClientBasicAuth element (string).   Reference name that identifies the basic authentication data to be used for connecting to a remote REST endpoint.
connectionTimeout A period of time with millisecond precision 30s The connection timeout specifies the amount of time that the client will attempt to establish a connection to the remote endpoint before it times out. If the timeout value is set to 0, the client will attempt to open a connection indefinitely. 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.
host string   IP address, domain name server (DNS) host name with domain name suffix, or just the DNS host name, used to route the request.
httpMethod string   Name of the HTTP method to be used when routing HTTP requests. If no method is specified, the method used is the one in the original request.
id string   A unique configuration ID.
port string   Port used for routing HTTP or HTTPS requests.
receiveTimeout A period of time with millisecond precision 60s The receive timeout specifies the amount of time that the client will wait for a response from the remote endpoint before it times out. If the timeout value is set to 0, the client will wait for a response indefinitely. 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.
sslCertsRef A reference to top level keyStore element (string).   An SSL repertoire with an ID, a defined keystore, and truststore.
uri string   URI that identifies the resource to contact when routing HTTP requests. If no URI is specified everything after the port number from the original request is used.
basicAuth
Description: Reference name that identifies the basic authentication data to be used for connecting to a remote REST endpoint.
Required: false
Data type:
Attribute name Data type Default value Description
password Reversably encoded password (string)   Password of the user under which the request will be routed. The value can be stored in clear text or encoded. It is recommended that the password be encoded. To do so, use the securityUtility shipped with WebSphere Liberty profile.
userName string   Name of the user under which the request will be routed.

Icon that indicates the type of topic Reference topic



Timestamp icon Last updated: Monday, 5 December 2016
http://www14.software.ibm.com/webapp/wsbroker/redirect?version=cord&product=was-nd-mp&topic=rwlp_config_zosConnectServiceRestClient
File name: rwlp_config_zosConnectServiceRestClient.html