Export SSP CM configuration objects

Exports all SSP CM configuration objects within the Secure Proxy Configuration Manager.

With the export method, you can retrieve the SSP CM configuration objects that exist within 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. EXPORT SSP CM configuration objects request details

EXPORT SSP CM configuration objects request details.

Method Resource URI Description

GET

/sspcmrest/sspcm/rest/sspCMConfig/getSspCMConfigs

Exports the xml corresponding to the SSP CM configuration objects defined with in the Secure Proxy Configuration Manager.

Table 2. Export All SSP CM configuration objects URI input parameters

Export All SSP CM configuration objects URI input parameters

Parameter Required or Optional Description Validation Valid values

None

Not Required

Exports the xml of the SSP CM configuration objects that are defined with in Secure Proxy Configuration Manager

None

None

Table 3. Export All SSP CM configuration objects response body parameters

Export All SSP CM configuration objects response body parameters

Parameter Description

XML

The xml corresponding to all the SSP CM configuration objects in export format

Export All SSP CM configuration objects example

The following example shows the HTTP request.

HTTP SSP CM configuration objects request

GET https://localhost:8443/sspcmrest/sspcm/rest/sspCMConfig/getSspCMConfigs
“X-Authentication”: “61504f4a524b48532b776a3467643733374b526368513d3d”

XML SSP CM configuration objects response

The following example shows the XML response.


<sspCMConfigTag>\n<enginesTag>\n<engineDef>\n ...  </engineDef>\n</enginesTag>\n<acceptersTag>\n<accepterDef>\n ... </accepterDef>\n</acceptersTag>\n<adaptersTag>\n<adapterTag>\n<cdAdapterDef>\n ... </cdAdapterDef>\n</adapterTag>\n ... </sspCMConfigTag>