Cisco Cisco Prime Performance Manager 1.5 Developer's Guide

Page of 41
 
Cisco Prime Performance Manager1.5 REST API Guide 
    <uri>http://ppm-cls-vm05.cisco.com:4440/ppm/rest/reports/IP+QoS/</uri> 
  </reportInfo> 
  <reportInfo> 
    <name>IP SLA</name> 
    <uri>http://ppm-cls-vm05.cisco.com:4440/ppm/rest/reports/IP+SLA/</uri> 
  </reportInfo> 
  <reportInfo> 
    <name>Mobile IOS Statistics</name> 
    <uri>http://ppm-cls-
vm05.cisco.com:4440/ppm/rest/reports/Mobile+IOS+Statistics/</uri> 
  </reportInfo> 
  <reportInfo> 
    <name>Mobile StarOS Statistics</name> 
    <uri>http://ppm-cls-
vm05.cisco.com:4440/ppm/rest/reports/Mobile+StarOS+Statistics/</uri> 
  </reportInfo> 
  <reportInfo> 
    <name>Resources</name> 
    <uri>http://ppm-cls-vm05.cisco.com:4440/ppm/rest/reports/Resources/</uri> 
  </reportInfo> 
  <reportInfo> 
    <name>Security</name> 
    <uri>http://ppm-cls-vm05.cisco.com:4440/ppm/rest/reports/Security/</uri> 
  </reportInfo> 
  <reportInfo> 
    <name>Transport Statistics</name> 
    <uri>http://ppm-cls-
vm05.cisco.com:4440/ppm/rest/reports/Transport+Statistics/</uri> 
  </reportInfo> 
  <reportInfo> 
    <name>Video Broadcast</name> 
    <uri>http://ppm-cls-
vm05.cisco.com:4440/ppm/rest/reports/Video+Broadcast/</uri> 
  </reportInfo> 
</reports> 
6.3 GET Report 
The GET API retrieves a specific network or node/group report from the Prime Performance Manager 
server. The query string parameters (sgmid, startDate, endDate and FQDN) are used to constrain 
the reporting data returned. 
Examples:  
GET /reports/{category}../{reportName}  
GET /reports/{category}../{reportName}?FQDN=Node=[some node] 
GET /groupreports/{category}../{reportName}?FQDN=Group=[some group] 
Following is a sample request for the Interface Availability network level report. If the Prime 
Performance Manager server has SSL enabled, the HTTP Authorization header should be included. 
Table 43 – HTTP Report Request Sample – “Interface  Availability” Network Level Report 
HTTP Request Sample – “Interface  Availability” Network Level Report 
GET /ppm/rest/reports/Availability/Interfaces/Interface++Availability 
HTTP/1.1