Cisco Cisco Prime Performance Manager 1.5 开发者指南

下载
页码 41
 
Cisco Prime Performance Manager1.5 REST API Guide 
Additional Notes 
 
Only supported in the “GET /{reportType} /{category}../{reportName}”requests. 
 
By default if the precisionDigitLimit parameter is not provided, the rounding of double or float 
decimal numbers uses the decimal precision defined for that report column. If a report column does not 
have a decimal precision defined, the float/double isrounded to 2 decimal places. 
5.7.19 summary 
Table 24 - summary Parameter 
Parameter 
Notes 
summary 
The summary parameter generates a summarized report. That is, only the top 
N (N=10 by default) results are reported. The seriesLimit parameter can 
be used with the summary to specify the number of top rows to appear on the 
summary. 
 
Possible values: 
This parameter is an empty parameter. It does not accept a value. 
 
Example: 
summary 
 
Additional Notes 
 
Only supported in the “GET /{reportType} /{category}../{reportName}”requests . 
5.7.20 seriesLimit 
Table 25 - seriesLimit Parameter 
Parameter 
Notes 
seriesLimit 
The seriesLimit parameter is used with the summary parameter to allow the 
user to specify the number of top rows to appear on the summary report. 
 
Possible values: 
Positive integer number. 
 
Example: 
seriesLimit=5 
 
Additional Notes 
 
Only supported in the “GET /{reportType} /{category}../{reportName}”requests . 
 
It is only supported for summary reports. 
5.7.21 showViewReport 
Table 26 - showViewReport Parameter 
Parameter 
Notes 
showViewReport 
A view might have a subview or a view report. By default, when you are ina 
view, a report is displayed if available. If there is no report and a subview is 
found, the REST API responds with a list of the subviews. If the user wants to 
always see a list of subviews, use showViewReport=false. 
 
Possible values: 
true