- URL:
- https://<root>/security/tokens
- Methods:
GET
- Required Capability:
- Access allowed with either the "Update", "Delete", "Security and Infrastructure", or "Servers" privileges
- Version Introduced:
- 10.1
Description
The tokens
resource represents the token configuration associated with the server. You can use the Update Token Configuration operation to change the shared secret key or the valid token durations.
Request parameters
Parameter | Description |
---|---|
| The response format. The default response format is Values: |
Example usage
The following is a sample request URL used to access the tokens
resource:
https://machine.domain.com/webadaptor/admin/security/tokens?f=json
JSON Response example
This resource returns the current token manager configuration.
{
"type": "BUILTIN",
"properties": {
"sharedKey": JQDMe5Idm+8opD68HKGM8hvBngmOuceNVE9a2y/KLR=,
"longTimeout": "2880",
"shortTimeout": "120",
}
}