A collection of application servers.
| Name | Type | Description |
|---|---|---|
| applicationServers | array of Application Server | Collection of application servers. |
Example
{
"applicationServers" : [ {
"server" : "localhost",
"port" : 8094,
"primaryRouteName" : "First",
"secondaryRouteName" : "Second",
"clusterType" : "Primary",
"applicationId" : "com.good.gdgma",
"profileName" : "Default"
}, {
"server" : "some.hostname.com",
"port" : 8093,
"primaryRouteName" : "...",
"secondaryRouteName" : "...",
"clusterType" : "Secondary",
"applicationId" : "com.good.docstogo",
"profileName" : "Special A"
} ]
}