Application Server Data Type

An application server instance defined in the system.

Properties
Name Type Description
server string Server hostname of the application server.
port number Port of the application server.
primaryRouteName string Primary Route Name of the application server.
secondaryRouteName string Secondary Route Name of the application server.
clusterType string The cluster type.

Example

{
  "server" : "localhost",
  "port" : 8094,
  "primaryRouteName" : "First",
  "secondaryRouteName" : "Second",
  "clusterType" : "Primary"
}