Cisco Cisco Prime Performance Manager 1.5 Entwickleranleitung

Seite von 41
 
Cisco Prime Performance Manager1.5 REST API Guide 
Format: a positive integer number greater than 0. 
 
Example: 
maxPageSize=10000 
 
Additional Notes 
 
Only supported in the “GET /{reportType} /{category}../{reportName}”requests. 
 
The default is 1000. 
 
This parameter represents the maximum number of records that may be found on the report response. 
5.7.10 outputType 
Table 16 – outputType Parameter 
Parameter 
Notes 
outputType 
The content-type determines the expected format of the data in the response. 
This parameter, when provided, overrides the value defined in the HTTP 
“Accept” header. 
 
Possible values: 
csv 
xml 
json 
jsonv2 
jpeg 
pdf 
png 
 
Example: 
outputType=jsonv2 
outputType=png 
  
Additional Notes 
 
This parameter is supported in all requests. 
 
The default value is csv. 
5.7.11 csvHeader 
Table 17 – csvHeader Parameter 
Parameter 
Notes 
csvHeader 
The csvHeader can be used to disable headers in CSV responses.  By default 
CSV content contains headers in the first line.  If the user does not want to see 
headers in the first line, this parameter should be set to “false”. 
 
Possible values: 
true   (default) 
false 
 
Example: 
csvHeader=false 
 
Additional Notes 
 
This parameter is supported in all requests. 
 
The default value is true.