Cisco Cisco Prime Performance Manager 1.5 Developer's Guide

Page of 41
 
Cisco Prime Performance Manager1.5 REST API Guide 
order (descending or ascending) to be applied on the sortedColumId. If the 
sortedColumId is not provided, the default sorted column for that report will 
use the corresponding sort direction. 
 
Possible values: 
asc  
desc (default) 
 
Example: 
sortDirection=asc 
 
Additional Notes 
 
Only supported in the “GET /{reportType} /{category}../{reportName}”requests  
 
The default value is based on user preference settings. If the user preference setting is not available, it 
defaults to “desc” (Descending) 
5.7.17 sortedColumId 
Table 22 - 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.18 precisionDigitLimit 
Table 23 - 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