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.
| 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. |
| 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 |
| 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>