Web Adaptors Configuration

URL:
https://<root>/system/webadaptors/config
Methods:
GET
Required Capability:
Access allowed with any authorized privilege
Version Introduced:
10.1.1

Description

The config resource returns the shared key that is used by all the Web Adaptors to encrypt key data bits in the incoming requests to the server. The shared key can be updated using the Update Web Adaptors Configuration operation.

Request parameters

ParameterDetails

f

The response format. The default response format is html.

Values: html | json | pjson

Example usage

The following is a sample request URL used to access the config resource:

Use dark colors for code blocksCopy
1
https://machine.domain.com/webadaptor/admin/system/webadaptors/config?f=pjson

JSON Response syntax

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

JSON Response example

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.