PUT Update System SSL Info
Changes a System SSL Info object on the server.
With the updateSysSslInfo/{System SSL Info Name} method, you can update the existing System SSL Info 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 SSL Info |
/sspcmrest/sspcm/rest/sysSslInfo/updateSysSslInfo/{System SSL Info Name} |
Updates the existing System SSL Info with the XML provided. |
| Parameter | Required or Optional | Description | Validation | Valid values |
|---|---|---|---|---|
System SSL Info Name |
Required |
Updates the existing System SSL Info with the new XML. |
Must be a non-empty string |
defSslInfo |
HTTP System SSL Info request
The following example shows the HTTP request:
PUT https://localhost:8443/sspcmrest/sspcm/rest/sysSslInfo/updateSysSslInfo/defSslInfo
“X-Authentication”: “61504f4a524b48532b776a3467643733374b526368513d3d”
“Content-Type”: “application/xml”
XML corresponding to defining a System SSL Info
HTTP System SSL Info response
The following example shows the JSON response.
{"Messages":{"HTTP CODE":200,"HTTP STATUS":"OK","MESSAGE LEVEL":"INFO","USER ACTION":"None","MESSAGE":"sysSslInfoDef defSslInfo updated."}}