Cisco Cisco Prime Performance Manager 1.4 開発者ガイド

ページ / 39
 
Cisco Prime Performance Manager REST API Guide 
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 may 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. 
5.7.12 reportObjectFilter 
Table 18 – reportObjectFilter Parameter 
Parameter 
Notes 
reportObjectFilter 
The reportObjectFilter parameter is used to filter the reporting data using 
a specific report column name.