Add or update a monitor system token
Available in versions: 24.3 and later
Description
Adds or updates a monitor system token.
URL
/Admin/rest/v1/monitors/tokenRemarks
The system token data can be passed as XML containing the equivalent data.
To add a system token, you need to send an HTTP request.
This API should be authorized for the Application, Tenant, and Site Admin permission levels.
HTTP method
POST: Add or update the system token.
Request
Headers:
Content-Type: application/xml
Cookies:
ADM_LWSSO={ADM_LWSSO_COOKIE_VALUE};
Request body:
POST: An XML describing the system token request.
The request contains the following fields.
| Element | Description |
|---|---|
| MonitorType | The monitor type. Currently, only AppDynamics is supported. |
| TokenValue | The token value. |
Request examples:
<MonitorGlobalTokenRequest>
<MonitorType>AppDynamics</MonitorType>
<TokenValue>TOKEN_VALUE</TokenValue>
</MonitorGlobalTokenRequest>Response
Headers:
None
Cookies:
None
HTML Return Code:
One of the HTTP return codes.
200 (OK) - Success
500 (Error)
See also:

