POST Create System SSL Info
Creates a SSL Info object on the Secure Proxy Configuration Manager.
With the createSysSslInfo method, you can create a SSL Info object on the IBM ® Secure Proxy Configuration Manager.
This API method requires authentication. The authentication token generated at login must be passed in through the "X-Authentication" header.
| Method | Resource | URI | Description |
|---|---|---|---|
|
POST |
sysSslInfo |
/sspcmrest/sspcm/rest/sysSslInfo/createSysSslInfo |
Creates a SSL Info object on the Secure Proxy Configuration Manager. |
| Parameter | Description |
|---|---|
|
XML |
The XML corresponding to creating a new SSL Info definition within Secure Proxy Configuration Manager |
HTTP System SSL Info request
The following example shows the HTTP request:
POST https://localhost:8443/sspcmrest/sspcm/rest/sysSslInfo/createSysSslInfo
“X-Authentication”: “61504f4a524b48532b776a3467643733374b526368513d3d”
“X-Passphrase”: “XXXXXXX”
“Content-Type”: “application/xml”
XML corresponding to defining a SSL Info objectHTTP System SSL Info 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>{Message:SSL newSslInfo5 created successfully.}</message>
<messageLevel>INFO</messageLevel>
<results/>
</XmlResponse>