Cisco Cisco Prime Performance Manager 1.7 Developer's Guide

Page of 44
 
Cisco Prime Performance Manager 1.7 REST API Guide 
 
Additional Notes 
 
The deviceTimeZone query string parameter is only acceptable for node level report queries. 
5.7.17 showAllReports 
Table 23 – showAllReports Parameter 
Parameter 
Notes 
showAllReports 
The showAllReports parameter is used to display all the report names 
available in the Prime Performance Manager for a given category or sub-
category.
 
The showAllReports may be used to list all reports within a given category or 
sub-category.  This parameter only applies when listing the reports available 
in the Prime Performance Manager system. 
 
Possible values: 
This parameter is an empty parameter.  It does not accept a value. 
 
Example: 
showAllReports 
 
Additional Notes 
 
This parameter is only applicable to generate a listing of reports for a given report category. 
 
There is no default value, as this parameter stands on its own 
5.7.18 sortDirection 
Table 24 - sortDirection Parameter 
Parameter 
Notes 
sortDirection 
The sort direction to be applied on the report sorted column: ascending or 
descending. 
The sortDirection can be used on text formatted reports to define the sort 
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)