- 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
Video Streaming Statistics Service
This chapter describes the Video Streaming Statistics service, which returns video streaming statistics for individual WAEs, device groups, and for the WAAS network.
Note The video application accelerator is used only for WAAS Versions 5.5.1 and earlier.
Video Streaming Statistics Service Syntax
This section contains the following topics:
- Video Streaming Statistics Informational URLs
- Video Streaming Statistics Example Request
- Video Streaming Statistics Example Response
Video Streaming Statistics Informational URLs
This section provides informational URLs for the Video Streaming Statistics service.
- Service URL—https:// <host/ip> :8443/ws/ VideoStats
- WSDL URL—https:// <host/ip> :8443/ws/ VideoStats?wsdl
- To obtain a description of all the operations and parameters for the VideoStats Web Service, submit a URL to the service with the suffix ?wsdl as follows:
https://<host/ip>:8443/ws/VideoStats?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/VideoStats
Next, submit a SOAP request written in an XML format to retrieve the information.
Video Streaming Statistics Example Request
The following example shows an XML-formatted SOAP request to perform the retrieveHistoricalStats action. The request includes the input parameters for this particular action shown in bold. For more information, see retrieveHistoricalStats.
Video Streaming Statistics Example Response
The following example shows the XML response that contains the output values for the retrieveHistoricalStats action. For more information, see retrieveHistoricalStats.
VIdeo Streaming Statistics Service Actions
The Video Streaming Statistics service (VideoStats Web Service) performs one or more of the following actions:
getAccelerationBypassReasons
Retrieves the overall acceleration bypass reason statistics.
Input Parameters
|
|
---|---|
A string that describes the name of the WAE, WAE group, or system. |
|
A string that describes the object type. Valid values include the following: |
|
A TimeFrameFilter value that includes the time interval, time zone, and frequency. |
Return
The output parameter VideoAccelBypassReasons[] returns a VideoAccelBypassReasons value that provides a list of video statistics.
Exceptions
|
|
|
VideoStatsService.getAccelerationBypassReasons: ERROR:Invalid name= |
getActiveConnCount
Retrieves the overall video active connection statistics collected.
Input Parameters
|
|
---|---|
A string that describes the name of the WAE, WAE group, or system. |
|
A string that describes the object type. Valid values include the following: |
|
A TimeFrameFilter value that includes the time interval, time zone, and frequency. |
Return
The output parameter VideoActiveConnCount[] returns a VideoActiveConnCount value that provides a list of video active connection statistics.
Exceptions
|
|
|
retrieveCurrentStats
Retrieves the current video statistics collected for a stream which is specified by the URL on a WAE.
Input Parameters
Return
The output parameter videostreamstats[] returns a VideoStreamStats value that provides a list of URL stream statistics.
Exceptions
|
|
|
VideoStatsService.retrieveCurrentStats: ERROR:Invalid objType= |
||
retrieveCurrentStats:The SOAP Body doesn’t have all the required elements |
||
retrieveHistoricalStats
Retrieves the overall video statistics collected on either a WAE device, WAEs within a device group, or all WAEs system wide.
Input Parameters
|
|
---|---|
A string that describes the name of the WAE, WAE group, or system. |
|
A string that describes the object type. Valid values include the following: |
|
A TimeFrameFilter value that includes the time interval, time zone, and frequency. |
Return
The output parameter videostats[] returns a VideoStats value that provides a list of video statistics.