Руководство Разработчика для Cisco Cisco Prime Performance Manager 1.3

Скачать
Страница из 29
 
Cisco Prime Performance Manager REST API Guide 
Copyright 2012 Cisco Systems 
- 15 - 
(Var name) found in the report XML definition followed by a specific 
value. 
 
Formats: 
<Var name>==”<value>” 
or 
<Var name>.contains(“<value>”) 
or 
not(<Var name>.contains(“<value>”)) 
or 
<Var name> > <number> 
<Var name> < <number>  
 
Examples: 
IPSLAOwner == “Range” 
IPSLAOwner.contains(“Range”) 
not(IPSLAOwner.contains(“Range”)) 
ResponseTimeAvg > 2 
ResponseTimeAvg < 2 
 
Additional Notes 
•  This parameter is only supported for network level reports. 
5.7.12 showAllReports 
Table 18 – showAllReports Parameter 
Parameter 
Notes 
showAllReports 
The showAllReports may be used to list all reports within a given 
category or sub-category.  This parameter only applies when listing the 
reports 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. 
•  There is no default value, as this parameter stands on its own 
5.8 REST Parameter Rules 
The following request parameters rules are enforced by the REST API. 
• 
Only parameters identified in the Request Parameters are accepted. 
• 
Parameter names and values are case sensitive. 
• 
Parameter values must be properly formatted according to their format specifications. 
• 
FQDN and sgmid are mutually exclusive. 
• 
FQDN or sgmid must correspond to a valid node. 
• 
startDateendDate and durationSelect are mutually exclusive.