Cisco Cisco Prime Performance Manager 1.5 Guia Do Programador

Página de 41
 
Cisco Prime Performance Manager1.5 REST API Guide 
Date: Fri, 05 Oct 2012 21:18:30 GMT 
Content-Type: application/json;charset=UTF-8 
Server: Apache-Coyote/1.1 
Content-Range: pages 1/8 
Cache-Control: no-cache 
 

  "report": { 
    "reportHeaders": { 
      "reportHeader": [ 
        "Device", 
        "Interface", 
        "Timestamp", 
        "Interface Index", 
        "Interface Availability Percentage Down", 
        "Interface Availability Percentage Up", 
        "Interface Availability Percentage Timeout" 
      ] 
    }, 
    "reportData": { 
      "reportDataItems": [ 
        { 
          "reportDataItem": [ 
              "ems3825d", 
              "GigabitEthernet0/0", 
              "2012-10-05T05:00-0400", 
              "1", 
              "0.0", 
              "100.0", 
              "0.0" 
          ] 
        }, 
        { 
          "reportDataItem": [ 
              "ems3825j", 
              "GigabitEthernet0/0", 
              "2012-10-05T05:00-0400", 
              "1", 
              "0.0", 
              "100.0", 
              "0.0" 
          ] 
        }, 
. . . . 
. . . . 
        { 
          "reportDataItem": [ 
              "SimLab-30.4.1.90", 
              "My_ifAlias_string-GigabitEthernet0'1", 
              "2012-10-05T12:00-0400", 
              "3", 
              "0.0", 
              "100.0", 
              "0.0" 
          ] 
        } 
      ]