Cisco Cisco Prime Performance Manager 1.7 Developer's Guide

Page of 44
 
Cisco Prime Performance Manager 1.7 REST API Guide 
5.7.30 chartName 
Table 36 - chartName Parameter (charts image reports) 
Parameter 
Notes 
chartName 
 
Allows users to specify a chart where there is more than one chart per report.   
 
For example, under the Resources -> Disk - > Disk Space Statistics Hourly, 
one can find 4 (four) different charts: 
Disk Space Utilization 
Disk Space Total Bytes 
Disk Space Available Bytes 
Disk Space Used Bytes 
 
In the above example, if the chartName parameter is not provided, the first 
chart (Disk Space Utilization) is rendered. If the user wants other charts to be 
rendered, the corresponding chart name must be provided in the chartName 
parameter 
 
Example: 
chartName=Disk+Space+Total+Bytes 
 
Additional Notes 
 
Only supported in the “GET /{reportType} /{category}../{reportName}”graph image reports requests. 
 
By default if the chartName is not provided, the first chart for that report is displayed. 
5.7.31 thresholdName 
Table 37 - thresholdName Parameter 
Parameter 
Notes 
thresholdName 
For threshold crossing alerts (TCA), the threshold name assigned by the user 
who created the threshold.  This parameter may be used to filter out the TCA 
(threshold crossing alerts) report. 
 
Example: 
thresholdName=IPSLADNS_ReachabilityPercentage 
Additional Notes 
 
Only supported in the “GET /tcas” TCA report requests. 
5.7.32 kpiName 
Table 38 - kpiName Parameter  
Parameter 
Notes 
kpiName 
The KPI name associated with a threshold.  This parameter may be used to 
filter out the TCA (threshold crossing alerts) report.   
 
Example: 
kpiName=Reachability Percentage 
 
Additional Notes 
 
Only supported in the “GET /tcas” TCA report requests.