Property Name | Description |
---|---|
alternateHostName | The Alternate User IP address of the GAS to be set for networks with special requirements, but otherwise can be blank. If this address is blank, the user can select either the Internal or External address when the remote session is established. If the Alternate User address is defined, then the user session is always forced to use the specified Alternate User address for remote session. |
category | The mode of operation for this Global Access Server. The valid values are: • 0 for standalone • 1 for hosted |
directPort | The port for the direct socket connection for non-SSL/TLS communications. When the specified HTTP port is blocked, this port is used. The range of port numbers is from 0 to 65535. |
directSslPort | The port for the direct socket connection for SSL/TLS communications When the specified HTTPS port is blocked, this port is used. The range of port numbers is from 0 to 65535. |
firstRegistrationDate | The date on which this Global Access Server first registered itself. |
healthy | Returns the status of the GAS server by polling every 24 hours into the GAS endpoint by executing the GetGasServerHealth service. |
latestRegistrationDate | The most recent date on which this GAS registered itself. |
raDescription | The description of this Global Access Server. |
raServerName | The name assigned to the Global Access Server. |
timezoneName | The time zone offset for this GAS. The offset is the number of hours ahead of or behind Greenwich Mean Time (GMT). For example, Central Standard Time is 6 hours behind GMT. To use CST, type 6:00 (US) or 6.00 (EU); Katmandu is 5 hours and 45 minutes ahead of GMT, so to use Katmandu, type 5:45 (US) or 5.45 (EU). |
token | The authentication token for the GAS. |
tokenInvalid | Is the authentication token valid? The default value is false. |
version | The version of the GAS. For example, 7.1.0. |
Service Name | Description |
---|---|
ClearToken | Clear the current value of the authentication token. |
StartSession | Starts a remote session on this Global Access Server (GAS). This service checks permissions to the Thing and to this service. If the permissions check passes, a sessionId is generated and the session is initialized. The services builds an infotable using parameters defined by the RemoteSession Data Shape. This service will throw an exception if any error occurs. If successful, the service returns the sessionId, which must be used when running the EndSession service. |