PUT Update System Globals
Changes a System Globals object on the server.
With the updateSysGlobals method, you can update the existing System Globals defined on the IBM ® Secure Proxy Configuration Manager.
This API method requires authentication. The authentication token that is generated at login must be passed in through the "X-Authentication" header.
| Method | Resource | URI | Description |
|---|---|---|---|
PUT |
System Globals |
/sspcmrest/sspcm/rest/sysGlobals/updateSysGlobals |
Updates the existing System Globals with the XML provided. |
HTTP System Globals request
The following example shows the HTTP request:
PUT https://localhost:8443/sspcmrest/sspcm/rest/sysGlobals/updateSysGlobals
“X-Authentication”: “61504f4a524b48532b776a3467643733374b526368513d3d”
“Content-Type”: “application/xml”
XML corresponding to defining a System Globals
XML System Globals response
The following example shows the XML response:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<XmlResponse>
<httpCode>200</httpCode>
<httpStatus>OK</httpStatus>
<action>None</action>
<message>sysGlobalsDef sysGlobals updated.</message>
<messageLevel>INFO</messageLevel>
<results/>
</XmlResponse>