Update Web Adaptors Configuration

URL:
https://<root>/system/webadaptors/config/update
Methods:
POST
Required Capability:
Access allowed with the "Security and Infrastructure" privilege
Version Introduced:
10.1.1

Description

The update operation changes the shared key used by all the Web Adaptors to encrypt key data bits in the incoming requests to the server. When you change the shared key, you will need to re-register each Web Adaptor so that they can pick up the change to the shared key.

Request parameters

ParameterDetails

webAdaptorsConfig

The sharedKey attribute must always be present in this JSON.

Example
Use dark colors for code blocksCopy
1
webAdaptorsConfig={"sharedKey": "my very secret passphrase for web adaptors"}

f

The response format. The default value is html.

Values: html | json | pjson

Example usage

The following is a sample POST request for the update operation:

Use dark colors for code blocksCopy
1
2
3
4
5
6
POST /webadaptor/admin/system/webadaptors/config/update HTTP/1.1
Host: machine.domain.com
Content-Type: application/x-www-form-urlencoded
Content-Length: []

webAdaptorsConfig={"sharedKey": "my very secret passphrase for web adaptors"}&f=pjson

JSON Response example

Use dark colors for code blocksCopy
1
{"status": "success"}

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