Cisco Cisco Prime Performance Manager 1.7 Guida Dello Sviluppatore

Pagina di 44
 
Cisco Prime Performance Manager 1.7 REST API Guide 
 
The default value is 1000 
5.7.27 height 
Table 33 - 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.28 showLegend 
Table 34 - 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.29 showTitle 
Table 35 - 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.