Cisco Cisco Prime Performance Manager 1.5 Developer's Guide

Page of 41
 
Cisco Prime Performance Manager1.5 REST API Guide 
false 
 
Example: 
showViewReport=false 
showViewReport=true (default) 
 
Additional Notes 
 
Only supported in the “GET /views/{category}../{viewName}” requests. 
 
The showViewReport cannot be used with the showAllReports parameter. They are mutually 
exclusive. 
 
It is only supported by views. 
5.7.22 chartType 
Table 27 - chartType Parameter (charts image reports) 
Parameter 
Notes 
chartType 
chartType selects the type of chart for image reports. The chartType allows 
the user to select the type of chart to be rendered for the image reports. 
 
Possible values: 
bar 
line 
percentageArea 
percentageColumn 
stackedArea 
stackedColumn 
 
Example: 
chartType=percentageArea 
 
Additional Notes 
 
Only supported in the “GET /{reportType} /{category}../{reportName}”graph image reports requests. 
 
The default value is “line” 
5.7.23 width 
Table 28 - width Parameter (charts image reports) 
Parameter 
Notes 
width 
The width parameter is used for the chart width on image reports. The width 
allows the user to specify the width in pixels of image report charts. 
  
Possible values: 
Positive integer value. 
 
Example: 
width=800 
 
Additional Notes 
 
Only supported in the “GET /{reportType} /{category}../{reportName}”graph image reports requests. 
 
The default value is 1000