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

Скачать
Страница из 29
 
Cisco Prime Performance Manager REST API Guide 
Copyright 2012 Cisco Systems 
- 25 - 
HTTP/1.1 206 Partial Content 
Transfer-Encoding: chunked 
Date: Wed, 09 May 2012 16:26:11 GMT 
Content-Type: application/json;charset=UTF-8 
Server: Apache-Coyote/1.1 
Content-Range: pages 1/18 
Cache-Control: no-cache 
 

  "report": { 
    "reportHeaders": { 
      "reportHeader": [ 
        "Device", 
        "Interface", 
        "Timestamp EDT", 
        "Interface Index", 
        "Interface Availability Percentage Down", 
        "Interface Availability Percentage Up", 
        "Interface Availability Percentage Timeout" 
      ] 
    }, 
    "reportData": { 
      "reportDataItems": [ 
        { 
          "reportDataItem": [ 
              "pdngw-s-sami30-1", 
              "EOBC0/0", 
              "2012-05-08T13:00-0400", 
              "1", 
              "0.0", 
              "100.0", 
              "0.0" 
          ] 
        }, 
        { 
          "reportDataItem": [ 
              "pdngw-s-sami30-1", 
              "GigabitEthernet0/0", 
              "2012-05-08T13:00-0400", 
              "2", 
              "0.0", 
              "100.0", 
              "0.0" 
          ] 
        }, 
        { 
          "reportDataItem": [ 
              "ems7606d", 
              "EMS7606E-GigabitEthernet4/5", 
              "2012-05-08T13:00-0400", 
              "5", 
              "0.0", 
              "100.0", 
              "0.0" 
          ] 
        },