POST Create StepInjection

Creates a stepInjection on the Secure Proxy Configuration Manager.

With the createStepInjection method, you can create a stepInjection on 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. Create StepInjection request details

Create StepInjection request details.

Method Resource URI Description

POST

stepInjection

/sspcmrest/sspcm/rest/stepInjection/createStepInjection

Creates a new stepInjection on the Secure Proxy Configuration Manager.

Table 2. Create StepInjection request body parameters

Create StepInjection request body parameters

Parameter Description

XML

The XML corresponding to creating a new stepInjection definition within Secure Proxy Configuration Manager.

HTTP StepInjection request

The following example shows the HTTP request:

POST https://localhost:8443/sspcmrest/sspcm/rest/stepInjection/createStepInjection
“X-Authentication”: “61504f4a524b48532b776a3467643733374b526368513d3d”
“Content-Type”: “application/xml”
XML corresponding to defining a stepInjection

XML StepInjection 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>ssoConfigDef MySSOConfig1 deleted.</message>
    <messageLevel>INFO</messageLevel>
    <results/>
    </Xml  <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
    <XmlResponse>
    <httpCode>200</httpCode>
    <httpStatus>OK</httpStatus>
    <action>None</action>
    <message>step injection created successfully.</message>
    <messageLevel>INFO</messageLevel>
    <results/>
    </XmlResponse>Response>