- Preface
- Introduction to the Cisco WAAS Central Manager Monitoring API
- Device Configuration Service
- Traffic Acceleration Service
- Events and Status Service
- AppNav Statistics Service
- CIFS Statistics Service
- SMB Statistics Service
- ICA Statistics Service
- HTTP and HTTPS Statistics Services
- MAPI Statistics Service
- NFS Statistics Service
- SSL Statistics Service
- Video Streaming Statistics Service
- Cache Statistics
- Web Service Objects
- Index
Cache Statistics Service
This chapter describes the Cache Statistics service, which returns the overall Cache statistics collected on either a WAE device, WAEs within a device group, or all WAEs system wide. This service returns statistics for devices running in Cache accelerator.
Cache Statistics Service Syntax
This section contains the following topics:
- CacheHits Statistics Informational URLs
- Cache Statistics Example Request
- Cache Statistics Example Response
CacheHits Statistics Informational URLs
This section provides informational URLs for the CacheHits Statistics service.
- Service URL— https://<host/ip>:8443/ws/CacheHitStats
- WSDL URL— https://<host/ip>:8443/ws/CacheHitStats?wsdl
- To obtain a description of all the operations and parameters for the CacheHitsStats Web Service, submit a URL to the service with the suffix ?wsdl as follows:
https://<host/ip>:8443/ws/CacheHitStats?wsdl
- To obtain management information using the Central Manager monitoring API, first call the service by using the service URL for this service as follows:
https://<host/ip>:8443/ws/CacheHitStats
Next, submit a SOAP request written in XML format to retrieve the information.
Cache Statistics Example Request
The following example shows an XML-formatted SOAP request to perform the retrieveRequestHitRate action. The request includes the input parameters shown in bold.
Cache Statistics Example Response
The following example shows the XML response that contains the output values for the retrieveRequestHitRate action.