- URL:https://<notebookserveradmin>/system/webadaptors/config
(POST only)
- Required Capability:Administrator
- Version Introduced:10.7
Description
This resource provides information on the configuration parameters of the ArcGIS Web Adaptor configured with the ArcGIS Notebook Server site. Most importantly, this resource lists the shared key that is used by the Web Adaptor to encrypt key data bits in incoming requests to the server.
Use the Update Web Adaptors Configuration operation to change the shared key or other parameters.
Request Parameters
Parameter | Details |
---|---|
f | The response format. The default response format is html. Values: html | json | pjson |
Response Format
{
"sharedKey": "<sharedKey>"
}
Example Usage
{
"sharedKey": "XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXX"
}