Cisco Cisco Prime Performance Manager 1.7 Guida Dello Sviluppatore

Pagina di 44
 
Cisco Prime Performance Manager 1.7 REST API Guide 
5.7.19 sortedColumId 
Table 25 - sortedColumnId Parameter 
Parameter 
Notes 
sortedColumnId 
The report column ID used to sort the reporting data based on a specific report 
column.  
 
The sortedColumnId consists of that report column name “Var name” 
defined in the corresponding report XML ProcessDBSummary. Or you can 
use the word “timestamp”. The “timestamp” is always an accepted 
sortedColumnId value.  
  
Possible values: 
Need to consult the report column “Var name” or use “timestamp” 
 
Example: 
sortedColumnId=timestamp 
sortedColumnId=CPUSlot 
 
Additional Notes 
 
Only supported in the “GET /{reportType} /{category}../{reportName}”requests. 
 
Defaults to sorting in descending order. To change the order, use the “sortDirection” parameter. 
5.7.20 precisionDigitLimit 
Table 26 - precisionDigitLimit Parameter 
Parameter 
Notes 
precisionDigitLimit 
The precisionDigitLimit parameter rounds and formats report columns 
containing double and float numbers. 
 
Possible values: 
A positive integer number. 
 
Example: 
precisionDigitLimit=1 
precisionDigitLimit=3 
 
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 is rounded to 2 decimal places. 
5.7.21 columnHeaders 
Table 27 - columnHeaders Parameter 
Parameter 
Notes 
columnHeaders 
The columnHeaders parameter allows users to alter the columns shown and 
the order in which they are presented. Headers (the column headers reurned in 
the report) may be included more than once, in which case that column will be 
repeated. Headers that don’t match any header in the report are silently 
ignored. If you want to include a header that contains a comma, that comma