Cisco Cisco Prime Performance Manager 1.7 Developer's Guide

Page of 44
 
Cisco Prime Performance Manager 1.7 REST API Guide 
5.7.33 kpiReportName 
Table 39 - kpiReportName Parameter  
Parameter 
Notes 
kpiReportName 
The PPM XML fully qualified report name associated with a given threshold. 
This parameter may be used to filter out the TCA (threshold crossing alerts) 
report.   
 
Example: 
kpiReportName=REPORT,level1IPSLA,level2DNSQuery,wrnI
PSLADNSDashboard 
Additional Notes 
 
Only supported in the “GET /tcas” TCA report requests. 
5.7.34 tcaType 
Table 40 - tcaType Parameter  
Parameter 
Notes 
tcaType 
By default the TCA records returned in a TCA report only contains TCA non-
alarm events.  If the user wants to see both non-alarm and alarm events, or if 
the user wants to see only alarms, then the parameter tcaType should be 
used. 
 
Possible values: 
alarms 
events  (default) 
both 
 
Example: 
tcaType=alarms 
tcaType=both 
tcaType=events 
Additional Notes 
 
Only supported in the “GET /tcas” TCA report requests. 
 
By default the tcaType is events. 
5.7.35 tcaTenant 
Table 41 - tcaTenant Parameter  
Parameter 
Notes 
tcaTenant 
By default the TCA records returned in a TCA report are not filtered by 
tenant.  If the user wants to see only records for a certain tenant, then the 
parameter tcaTenant should be used with the value set to that tenant’s 
name. 
 
Example: 
tcaTenant=MyTenantName 
Additional Notes 
 
Only supported in the “GET /tcas” TCA report requests. 
 
By default the tcaType is events.