Cisco Cisco Prime Performance Manager 1.5 Developer's Guide

Page of 41
 
Cisco Prime Performance Manager1.5 REST API Guide 
 
The startDate/endDate and durationSelect parameters are mutually exclusive. 
 
The default value is last24Hours  for network level report, unless the intervalTypeKey parameter is 
provided  (refer to document section 4 Reports Default Time Durations)
 
The default value is last12Hours  for a specific node report, unless the intervalTypeKey parameter is 
provided  (refer to document section 4 Reports Default Time Durations)
 
The durationSelect must be greater than intervalTypeKey. 
 
Not supported by views. 
 
Default values for durationSelect are based on intervalTypeKey -- refer to document section 4 Reports 
Default Time Durations.
  
5.7.6 intervalTypeKey 
Table 12 – intervalTypeKey Parameter 
Parameter 
Notes 
intervalTypeKey 
The average interval type for the measurements in the reporting data. 
 
Possible values:  
FIFTEEN_SECS 
THIRTY_SECS 
ONE_MINUTE 
FIVE_MINUTE 
QUARTER_HOUR 
HOUR 
DAY 
WEEK 
MONTH 
 
Example: 
intervalTypeKey=MONTH 
 
Additional Notes 
 
Only supported in the “GET /{reportType}/{category}../{reportName}” requests. 
 
By default, reports queried using second intervals (FIFTEEN_SECS, THIRTY_SECS) will display the 
seconds in the timestamp. In that case the format for the timestamp will be: 
 
                  yyyy-MM-ddTHH:mm:ssZ   (notice that the “ss” has been added to display seconds) 
 
 
HOUR is the default for network reports; that is, when FQDN or sgmid are not given. 
 
QUARTER_HOUR  is the default for device  reports; that is,  either FQDN or sgmid is given. 
 
Not supported by views. 
5.7.7 showSeconds 
Table 13 - showSeconds Parameter 
Parameter 
Notes 
showSeconds 
A boolean parameter thatdisplay seconds on the report timestamp column.    
 
By default, except for (FIFTEEN_SECS, THIRTY_SECS) seconds interval, 
reports do not show seconds in the timestamp column. If the user passes this 
parameter with a value of “true”, the report shows the seconds, and the 
timestamp is formatted as 
yyyy-MM-ddTHH:mm:ssZ