Name
|
Required
|
Type
|
Description
|
name
|
Yes
|
String
|
The name of the server.
See also Servers
|
baseURI
|
Yes
|
String
|
The base uri of the server. This is the first part in the URL used to access a service defined in Service Definer.
See also Servers
|
externalBaseURI
|
No
|
String
|
The external uri of the server as it will be used by a client application. This is the first part in the URL used to access a service defined in Service Definer.
|
publicationLocation
|
Yes
|
String
|
The path where the server is published.
See also Servers
|
serviceDescription
|
No
|
String
|
Server description string.
|
advertise
|
No
|
String
|
Comma separated string, defining a collection of REST resources that are not defined in Service Definer. AdminResource, LogResources from Administration page of a server in Service Definer are published in this attribute.
See also Server Administration Settings
|
corsConfig
|
No
|
String
|
A reference to a CORS configuration defined in Cors element. This attribute contains the name of the CORS configuration used for this server.
See also CORS Configuration
|
defaultSecurityConfigName
|
No
|
String
|
A reference to a security configuration section defined in SecurityConfig.xml used for this server.
|
throttlingEnabled
|
No
|
Y/N value
|
Enables requests throttling on a server. This property is used in combination with maxServerRequests property.
Default value = N
See also Server Administration Settings
|
maxServerRequests
|
No
|
Integer
|
Define the maximum allowed number of requests allowed by a server. This property is used when throttlingEnabled="Y".
See also Server Administration Settings
|