- URL:https://<webadaptors>/config
- Operations:Update Web Adaptors Configuration
- Required Capability:Administrator
- Related Resources:Web Adaptors
- Version Introduced:10.2.1
Description
This resource is a collection of configuration properties that apply to the ArcGIS Web Adaptor configured with the portal. The Web Adaptor fetches these properties periodically, which alters its behavior. Only one property is supported:
- sharedKey—This property represents credentials that are shared with the Web Adaptor. The Web Adaptor uses these credentials to communicate with the portal.
Request Parameters
Parameter | Details |
---|---|
f | The response format. The default response format is html. Values: html | json |
JSON Response Syntax
{
"sharedKey": "<secret>"
}
JSON Response Example
{
"sharedKey": "bNpQcVEA1aq4LqgtF5xF8aM0a9K5ba4NloN+c0lJBNw="
}