Purpose

Specifies the TCP port of the server that is listening for REST API requests.

Valid Values

port_number

where:

port_number

is the port number.

Data Source Methods

public Integer getPortNumber()

public void setPortNumber(Integer)

Default Value

When SSL encryption is disabled:

80

When SSL encryption is enabled:

443

Data Type

Integer