- 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
Parameter | Details |
---|---|
| The response format. The default response format is Values: |
Example usage
The following is a sample request URL used to access the config
resource:
https://machine.domain.com/webadaptor/admin/system/webadaptors/config?f=pjson
JSON Response syntax
{
"sharedKey": "<sharedKey>"
}
JSON Response example
{
"sharedKey": "XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXX"
}