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.

Table 1. GET all ICAP Configuration request details

GET all ICAP Configuration request details.

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.

Table 2. Get All ICAP Configuration URI input parameters

Get All ICAP Configuration URI input parameters

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

Table 3. Get All ICAP Configuration response body parameters

Get All ICAP Configuration response body parameters

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: 61504f4a524b48532b776a3467643733374b526368513d3d

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