PUT Update Trust Certificate Group

Changes a Trust Certificate Group object on the server.

With the updateTrustCertGroup/{Trust Certificate Group Name} method, you can update the existing Trust Certificate Group defined on the Secure Proxy Configuration Manager.

Table 1. Update Trust Certificate Group request details

Update Trust Certificate Group request details

Method Resource URI Description

PUT

trustCertGroup

/sspcmrest/sspcm/rest/trustCertGroup/updateTrustCertGroup/{Trust Certificate Group Name}

Updates the existing Trust Certificate Group with the XML provided.

Table 2. Update Trust Certificate Group URI input parameters

Update Trust Certificate Group URI input parameters

Parameter Required or Optional Description Validation Valid values

Trust Certificate Group Name

Required

The name of the Trust Certificate Group that is defined with in Secure Proxy Configuration Manager.

Must be a non-empty string

a-zA-Z0-9_.

HTTP Trust Certificate Group request

The following example shows the HTTP request.

PUT https://172.20.185.146:8443/sspcmrest/sspcm/rest/trustCertGroup/updateTrustCertGroup/tcg
“X-Authentication”: “61504f4a524b48532b776a3467643733374b526368513d3d”
“Content-Type”: “application/xml”
XML corresponding to defining a Trust Certificate Group

HTTP Trust Certificate Group 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:Trusted Certificate Group profile tcg updated successfully.}</message>
    <messageLevel>INFO</messageLevel>
    <results/>
</XmlResponse>