Import CM configuration objects

Imports the exported SSP CM configuration objects to the Secure Proxy Configuration Manager.

With the import method, you can import exported SSP CM configuration objects to the Secure Proxy Configuration Manager.

This API method requires authentication, and therefore the authentication token generated at login must be passed in through the "X-Authentication" header.

Table 1. Import SSP CM configuration objects request details

Import SSP CM configuration objects request details.

Method Resource URI Description

PUT

/sspcmrest/sspcm/rest/sspCMConfig/updateSspCMConfigs

Imports the SSP CM configuration objects with the XML provided

Table 2. Import SSP CM configuration objects URI input parameters

Import SSP CM configuration objects URI input parameters

Parameter Required or Optional Description Validation Valid values

none

Not required

Imports exported SSP CM configuration objects with the new XML

None

None

Import SSP CM configuration objects example

The following example shows the HTTP request.

HTTP SSP CM configuration objects request

PUT https://localhost:8443/sspcmrest/sspcm/rest/sspCMConfig/updateSspCMConfigs
“X-Authentication”: “61504f4a524b48532b776a3467643733374b526368513d3d”
“Content-Type”: “application/xml”
XML corresponding to the SSP CM configuration objects to be imported

HTTP SSP CM configuration objects 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>SSP Configuration import operation succeed.<\/message><messageLevel>INFO<\/messageLevel><results\/><\/XmlResponse>