PUT Import CM SSO Config
Imports the exported CM SSO Config to the Secure Proxy Configuration Manager.
With the import method, you can import exported CM SSO Config to the Secure Proxy Configuration Manager.
This API method requires authentication. The authentication token that is generated at login must be passed in through the "X-Authentication" header.
| Method | Resource | URI | Description |
|---|---|---|---|
|
PUT |
cmSsoConfig |
/sspcmrest/sspcm/rest/cmSsoConfig/import |
Imports the CM SSO Config with the XML provided. |
| Parameter | Required or Optional | Description | Validation | Valid values |
|---|---|---|---|---|
|
None |
Not Required |
Imports exported CM SSO Config with the new XML. |
None |
None |
HTTP CM SSO Config request
The following example shows the HTTP request:
PUT https://localhost:8443/sspcmrest/sspcm/rest/cmSsoConfig/import
“X-Authentication”: “61504f4a524b48532b776a3467643733374b526368513d3d”
“Content-Type”: “application/xml”
XML corresponding to the CM SSO Config to be imported
HTTP CM SSO Config response
The following example shows the JSON
response.
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<XmlResponse>
<httpCode>200</httpCode>
<httpStatus>OK</httpStatus>
<action>None</action>
<message>Import operation successful.</message>
<messageLevel>INFO</messageLevel>
<results/>
</XmlResponse>