Cisco Cisco Prime Performance Manager 1.5 Developer's Guide

Page of 41
 
Cisco Prime Performance Manager1.5 REST API Guide 
5.7.24 height 
Table 29 - height Parameter (charts image reports) 
Parameter 
Notes 
height 
Specifiesthe chart height on image reports. The height allows the user to 
specify the height in pixels of image report charts. 
  
Possible values: 
Positive integer value. 
 
Example: 
height=800 
 
Additional Notes 
 
Only supported in the “GET /{reportType} /{category}../{reportName}”graph image reports requests. 
 
The default value is 1000. 
5.7.25 showLegend 
Table 30 - showLegend Parameter (charts image reports) 
Parameter 
Notes 
showLegend 
When set to false, hides the legend on image reports charts.  
  
Possible values: 
true 
false. 
 
Example: 
showLegend=false 
 
Additional Notes 
 
Only supported in the “GET /{reportType} /{category}../{reportName}”graph image reports requests. 
 
The default value is true.  That is, legend is always displayed. 
5.7.26 showTitle 
Table 31 - showTitle Parameter (charts image reports) 
Parameter 
Notes 
showTitle 
If set to false,hides the title on image reports charts. 
  
Possible values: 
true 
false. 
 
Example: 
showTitle=false 
 
Additional Notes 
 
Only supported in the “GET /{reportType} /{category}../{reportName}”graph image reports requests. 
 
The default value is true.  That is, title is always displayed.