Web Adaptors Configuration

URL:
https://<notebookserveradmin>/system/webadaptors/config
Methods:
POST
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

ParameterDetails

f

The response format. The default response format is html.

Values: html | json | pjson

Response Format

Use dark colors for code blocksCopy
1
2
3
{
	"sharedKey": "<sharedKey>"
}

Example Usage

Use dark colors for code blocksCopy
1
2
3
{
	"sharedKey": "XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXX"
}

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.