GET Client Cache Statistics

Note

PUT, POST, DELETE operations are not supported.

HTTP Method

GET

URI

http(s)://<serverIP/hostname/FQDN>/adminapi/httpClientCache

Example URI

http(s)://10.10.10.10/adminapi/httpClientCache

Content Type

Application/XML, Application/JSON

HTTP Success Code

200

HTTP Failure Codes

401, 402, 404, 405

Success Response

<?xml version="1.0" encoding="UTF-8"?>
<httpClientCaches>
   <httpClientCache>
      <totalSizeInKB>24414</totalSizeInKB>
      <totalSizeUsedInKB>383</totalSizeUsedInKB>
      <totalNumberOfEntries>3</totalNumberOfEntries>
      <httpCacheEntries>
         <httpCacheEntry>
            <url>http://10.xx.xx.xx:80/en-us/app/music.wav</url>
            <age>03 days:01 hours:14 minutes:23 seconds</age>
            <size>392120</size>
         </httpCacheEntry>
         <httpCacheEntry>
            <url>http://10.xx.xx.xx:7000/CVP/audio/CacheTest.vxml</url>
            <age>03 days:01 hours:14 minutes:23 seconds</age>
            <size>423</size>
         </httpCacheEntry>
         <httpCacheEntry>
            <url>http://10.xx.xx.xx:7000/CVP/audio/counter.js</url>
            <age>03 days:01 hours:14 minutes:23 seconds</age>
            <size>21</size>
         </httpCacheEntry>
      </httpCacheEntries>
   </httpClientCache>
</httpClientCaches>

Element

Description

totalSizeInKB

The total cache memory size that is configured.

totalSizeUsedInKB

The total cache memory used to store all the files listed. The total size of all the cached files.

httpCacheEntries

The list of cached entries with details.

httpCacheEntry

The individual cache entry with details.

url

Shows the entire URL that the data is retrieved from.
Note

The URL starts with either http or https.

age

The age element provides the duration of the URL since it was downloaded.

size

The number of bytes the cache entry has occupied.