GET EA Server
Retrieves a EA Server from the IBM ® Secure Proxy Configuration Manager.
With the getEaServer/{EA Server Name} method, you can retrieve a predefined EA Server on the Secure Proxy Configuration Manager.
This API method requires authentication. The authentication token generated at login must be passed in through the "X-Authentication" header.
| Method | Resource | URI | Description |
|---|---|---|---|
GET |
EA Server |
/sspcmrest/sspcm/rest/eaServer/getEaServer/{EA Server Name} |
Get the XML corresponding to the EA Server defined with in the IBM ® Secure Proxy Configuration Manager. |
| Parameter | Required or Optional | Description | Validation | Valid values |
|---|---|---|---|---|
EA Server Name |
Required |
The name of the EA Server that is defined with in IBM ® Secure Proxy Configuration Manager. |
Must be a non-empty string |
A-Z a-z 0-9 ._- |
| Parameter | Description |
|---|---|
XML |
The XML corresponding to the EA Server |
HTTP EA Server request
The following example shows the HTTP request:
GET https://localhost:8443/sspcmrest/sspcm/rest/eaServer/getEaServer/EAServer2
“X-Authentication”: “61504f4a524b48532b776a3467643733374b526368513d3d”
XML EA Server response
<eaServerDef>
<addresses><address>
<nodeName>ea_server</nodeName>
<host>aa</host>
<port>11</port>
</address>
</addresses>
<createdBy>admin</createdBy>
<createdTimestamp>2024-06-03 11:32:08 PM</createdTimestamp>
<description>
<![CDATA[desc]]></description>
<forceToUnlock>true</forceToUnlock>
<formatVer>10</formatVer>
<formatVersion>2</formatVersion>
<lastModifiedBy>admin</lastModifiedBy>
<lastModifiedTimestamp>2024-06-06 03:21:59 AM</lastModifiedTimestamp>
<lockedBy>admin</lockedBy>
<lockedTimestamp>2024-06-06 03:22:37 AM</lockedTimestamp>
<name>ea_server</name>
<outboundPortRange></outboundPortRange>
<secureConnection>false</secureConnection>
<serverAddress>aa</serverAddress>
<serverPort>11</serverPort>
<status>locked</status>
<verStamp>3</verStamp>
</eaServerDef>