FRAMES | NO FRAMES Description | Parameters | Response | Example
URL:http://server:port/arcgis/admin/system/properties
HTTP Method:GET
Parent Resource: System
Supported Operations: Update Server Properties  

Description

The Server has configuration parameters that can be govern some of its intricate behavior. The Server Properties resource is a container for such properties. These properties are available to all server objects and extensions throught the server environment interface. The properties include:

Parameters

Parameter Description
f The response format. The default response format is html.
Values: html | json

Response Format

{
	"<property1>": <value1>,
	"<property2>": <value1>,
	...
}
			

Example

{
	"PushIdentityToDatabase": true,
	"WebContextURL": "http://mycompany.com/gis",
	"messageFormat": "esriServiceCatalogMessageFormatSoapOrBin"
}