- /op/statisticsService/application/applicationArtAnalysis -- return the art analysis statistics of all applications in the past 1 hour
- /op/statisticsService/application/applicationArtAnalysis?networkAwareType=2 -- return the wired network art analysis statistics of all applications
- /op/statisticsService/application/applicationArtAnalysis?appId=1234,5678&siteId=10013 -- return the art analysis statistics of the application with id 1234 and 5678 in the site 10013
Since Product Version: 1.2
Resource URL
/webacs/api/v1/op/statisticsService/application/applicationArtAnalysisRequest Parameters
Type | Attribute Name | Source | Description |
---|---|---|---|
Integer |
range optional |
query |
Specifies the range of time (in hours). This field can contain values like 1,2,4,8,16,24,168(1 week), 336(2 week), 720 (1 month). The default ivalue s 1 which is the last 1 hour |
Long |
startTime optional |
query |
Specifies the time to start from. (See 'range' for more details) |
Long |
endTime optional |
query |
Specifies the time to check to. (See 'range' for more details) |
String |
appId optional |
query |
The application Id. Use comma to seperate multiple ids. |
String |
dataSourceId optional |
query |
|
String |
siteId optional |
query |
Use to filter on a specific site by ID |
String |
clientIp optional |
query |
Values could be client or server. The default value is client |
String |
networkAwareType optional |
query |
Values could be 1 (wireless), 2 (wired). When no value is specified, both wireless and wired will be returned |
Response Parameters
Type | Attribute Name | Description |
---|---|---|
childStatistics |
The set of nested StatisticsDTO objects. |
|
statisticEntry |
The set of statistics entries with attribute name, display name, and value triplets belonging to a single entity for the given category of statistics. |
|
StatisticsOperationTypeEnum |
statisticsName |
The Statistics operation type. Allowed values:
|
Sample Payloads
Sample payloads are for information only. They are automatically generated and the values included may not be representative of actual valid data values.
Sample XML Response Payload
https://172.25.123.114/webacs/api/v1/op/statisticsService/application/applicationArtAnalysis
<?xml version="1.0" ?> <mgmtResponse responseType="operation" requestUrl="../../../../../pages/common/login.jsp.html" rootUrl="https://172.25.123.114/webacs/api/v1/op/"> <statisticsDTO> <childStatistics> <childStatistic> <childStatistics> <childStatistic> <childStatistics> <childStatistic> <statisticEntries> <statisticEntry> <attributeName>String value</attributeName> <displayName>String value</displayName> <entryValue>String value</entryValue> </statisticEntry> </statisticEntries> <statisticsName>DEVICE_TOPN_CPU_UTILIZATION</statisticsName> </childStatistic> </childStatistics> <statisticEntries> <statisticEntry> <attributeName>String value</attributeName> <displayName>String value</displayName> <entryValue>String value</entryValue> </statisticEntry> </statisticEntries> <statisticsName>DEVICE_TOPN_CPU_UTILIZATION</statisticsName> </childStatistic> </childStatistics> <statisticEntries> <statisticEntry> <attributeName>String value</attributeName> <displayName>String value</displayName> <entryValue>String value</entryValue> </statisticEntry> </statisticEntries> <statisticsName>DEVICE_TOPN_CPU_UTILIZATION</statisticsName> </childStatistic> </childStatistics> <statisticEntries> <statisticEntry> <attributeName>String value</attributeName> <displayName>String value</displayName> <entryValue>String value</entryValue> </statisticEntry> </statisticEntries> <statisticsName>DEVICE_TOPN_CPU_UTILIZATION</statisticsName> </statisticsDTO> </mgmtResponse>
Sample JSON Response Payload
https://172.25.123.114/webacs/api/v1/op/statisticsService/application/applicationArtAnalysis.json
{ "mgmtResponse" : { "@responseType" : "operation", "@requestUrl" : "https : \/\/172.25.123.114\/webacs\/api\/v1\/op\/statisticsService\/application\/applicationArtAnalysis", "@rootUrl" : "https : \/\/172.25.123.114\/webacs\/api\/v1\/op\/", "statisticsDTO" : { "childStatistics" : { "childStatistic" : { "childStatistics" : { "childStatistic" : { "childStatistics" : { "childStatistic" : { "statisticEntries" : { "statisticEntry" : { "attributeName" : "String value", "displayName" : "String value", "entryValue" : "String value" } }, "statisticsName" : "DEVICE_TOPN_CPU_UTILIZATION" } }, "statisticEntries" : { "statisticEntry" : { "attributeName" : "String value", "displayName" : "String value", "entryValue" : "String value" } }, "statisticsName" : "DEVICE_TOPN_CPU_UTILIZATION" } }, "statisticEntries" : { "statisticEntry" : { "attributeName" : "String value", "displayName" : "String value", "entryValue" : "String value" } }, "statisticsName" : "DEVICE_TOPN_CPU_UTILIZATION" } }, "statisticEntries" : { "statisticEntry" : { "attributeName" : "String value", "displayName" : "String value", "entryValue" : "String value" } }, "statisticsName" : "DEVICE_TOPN_CPU_UTILIZATION" } } }