FRAMES | NO FRAMES Description | Parameters | Response | Example
URL:http://server:port/arcgis/admin/system/webadaptors/config
HTTP Method:POST
Parent Resource:Web Adaptors
Supported Operations:Update Web Adaptors Configuration
Required Privileges:Administrator

Description

The Web Adaptors configuration is a resource for all the configuration parameters shared across all the Web Adaptors in the site. Most importantly, this resource lists the shared key that is used by all the Web Adaptors to encrypt key data bits in the incoming requests to the server.

This resource was added at ArcGIS 10.1 Service Pack 1. Use the
Update Web Adaptors Configuration operation to change the shared key or other parameters.

Parameters

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

Response Format

{
	"sharedKey": "<sharedKey>"	
}
			

Example

{
	"sharedKey": "XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXX"	
}