PUT Update SSL Configuration

Updates a SSL information definition from SEAS.

This API method requires authentication. The authentication token that is generated at login must be passed in through the "X-Authentication" header.

Table 1. Update SSL request details
Method Resource URI Description

PUT

SSL

/seasrest/seas/sslInfo/{sysSslInfoName}

Updates SSL definition in SEAS with the XML provided.

Table 2. Update SSL URI input parameters
Parameter Required or Optional Description Validation Valid values

sysSslInfoName

Required

Updates the existing SSL definition with the new XML.

Must be a non-empty string.

a-zA-Z0-9_.

HTTP Attribute Query request

The following example shows the HTTP request.

PUT https://localhost:9080//seasrest/seas/sslInfo/{sysSslInfoName}
"X-Authentication":"61504f4a524b48532b776a3467643733374b526368513d3d"
"X-Passphrase": "userPassPhrasetoEncrypt_Decrypt_configurationData" 
"Content-Type": "application/xml"

XML SSL configuration 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>SSL definition defSslInfo updated successfully.</message>
    <messageLevel>INFO</messageLevel>
</XmlResponse>