GET Get All ICAP Configuration
Retrieves the IDs(names) of all the ICAP Configuration definitions that exist within the IBM ® Secure Proxy Configuration Manager.
With the icapConfigs method, you can retrieve the IDs(names) of the ICAP configuration definitions that exist within the IBM ® 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.
| Method | Resource | URI | Description |
|---|---|---|---|
|
GET |
ICAP Configuration |
/sspcmrest/sspcm/rest/icapConfigs |
Gets the IDs(names) corresponding to all ICAP Configuration objects defined with in the IBM ® Secure Proxy Configuration Manager. |
| Parameter | Required or Optional | Description | Validation | Valid values |
|---|---|---|---|---|
|
None |
Not Required |
Retrieves the IDs(names) of all ICAP Configuration definitions defined in IBM ® Secure Proxy Configuration Manager. |
None | None |
| Parameter | Description |
|---|---|
|
Messages |
The IDs(names) corresponding to all ICAP Configuration objects. |
HTTP ICAP Configuration request
The following example shows the HTTP request:
https://localhost:8443/sspcmrest/sspcm/rest/icapConfigs
X-Authentication: 61504f4a524b48532b776a3467643733374b526368513d3dXML ICAP Configuration 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>
<messageLevel>INFO</messageLevel>
<objectsList>["icap_profile_1"," icap_profile_2"]<</objectsList>
<results/>
</XmlResponse>