POST Create Engine
Creates an engine on the Secure Proxy Configuration Manager.
With the createEngine method, you can create an engine on the Secure Proxy Configuration Manager.
This API method requires authentication. Therefore the authentication token generated at login must be passed in through the "X-Authentication" header.
| Method | Resource | URI | Description |
|---|---|---|---|
POST |
engine |
/sspcmrest/sspcm/rest/engine/createEngine |
Creates a new engine on the Secure Proxy Configuration Manager. |
| Parameter | Description |
|---|---|
XML |
The XML corresponding to creating a new engine definition within Secure Proxy Configuration Manager. |
HTTP Engine request
The following example shows the HTTP request:
POST https://localhost:8443/sspcmrest/sspcm/rest/engine/createEngine
“X-Authentication”: “61504f4a524b48532b776a3467643733374b526368513d3d”
“Content-Type”: “application/xml”
XML corresponding to defining an engine
XML Engine 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>eaServerDef MyEAServer12 updated.</message>
<messageLevel>INFO</messageLevel>
<results/>
</XmlResponse>