GET Export StepInjections

Exports all StepInjections within the Secure Proxy Configuration Manager.

With the export method, you can retrieve the StepInjections that exist within 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.

Table 1. EXPORT StepInjection request details

EXPORT StepInjection request details.

Method Resource URI Description

GET

stepInjection

/sspcmrest/sspcm/rest/stepInjection/export

Exports the XML corresponding to the StepInjections defined with in the Secure Proxy Configuration Manager.

Table 2. Export All StepInjections URI input parameters

Export All StepInjections URI input parameters

Parameter Required or Optional Description Validation Valid values

None

Not Required

Exports the XML of the StepInjections that are defined with in Secure Proxy Configuration Manager.

None

None

Table 3. Export All StepInjections response body parameters

Export All StepInjections response body parameters

Parameter Description

XML

The XML corresponding to all the StepInjections in export format.

HTTP StepInjections request

The following example shows the HTTP request:

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

XML StepInjections response

The following example shows the XML response:


<sspCMConfigTag>\n<stepInjectionsTag>\n<stepInjectionDef>\n<copyOnFailure>false</copyOnFailure>\n<copyOnSuccess>false</copyOnSuccess>\n<createdBy>admin</createdBy>\n<createdTimestamp>2014-09-08 11:20:38 AM</createdTimestamp>\n<executeOnFailure>false</executeOnFailure>\n<executeOnSuccess>false</executeOnSuccess>\n<forceToUnlock>true</forceToUnlock>\n<lastModifiedBy>admin</lastModifiedBy>\n<lastModifiedTimestamp>2014-09-08 11:20:38 AM</lastModifiedTimestamp>\n<lockedBy></lockedBy>\n<lockedTimestamp></lockedTimestamp>\n<name>NewStepInjection</name>\n<status></status>\n<verStamp>5</verStamp>\n</stepInjectionDef>\n<stepInjectionDef>\n<copyOnFailure>false</copyOnFailure>\n<copyOnFailureTimeout>0</copyOnFailureTimeout>\n<copyOnSuccess>false</copyOnSuccess>\n<copyOnSuccessTimeout>0</copyOnSuccessTimeout>\n<createdBy>admin</createdBy>\n<createdTimestamp>2014-09-08 11:23:53 AM</createdTimestamp>\n<executeOnFailure>false</executeOnFailure>\n<executeOnFailureTimeout>0</executeOnFailureTimeout>\n<executeOnSuccess>false</executeOnSuccess>\n<executeOnSuccessTimeout>0</executeOnSuccessTimeout>\n<forceToUnlock>false</forceToUnlock>\n<formatVer>10</formatVer>\n<lastModifiedBy>admin</lastModifiedBy>\n<lastModifiedTimestamp>2014-09-08 11:23:53 AM</lastModifiedTimestamp>\n<lockedBy></lockedBy>\n<lockedTimestamp></lockedTimestamp>\n<name>TestStepInjection9</name>\n<status></status>\n<verStamp>1</verStamp>\n</stepInjectionDef>\n</stepInjectionsTag>\n</sspCMConfigTag>