3.3.3.2.1.1.1.1 <Network>

This element contains two attributes specifying http or https (for SSL), HTTP/REST listening endpoints.Only one <Network> element is allowed per GWWS instance.The http and https elements are optional, but at least one must be specified.The http and https attributes are constructed as follows:

<host>: The name or IP address of the HTTP/REST listening endpoint.

<port>: The port value of the HTTP/REST listening endpoint.

All HTTP/REST requests are performed by the same <host>:<port> combination (that is, it is not possible to use more than one such combination per gateway, per protocol (http and https).

Table 3-3 Network Attributes

Attribute Description Required
http HTTP host and port listening endpoint for REST requests. Format is a string containing a <host>:<port> pair corresponding to:

<host> = name or IP address of the HTTP/REST listening endpoint.

<port> = port value of the HTTP/REST listening endpoint.

No*
https SSL HTTP host and port listening endpoint specification. Same format as http attribute. No*

*While not required, the <Network> element must contain either an http or https attribute.