| 1 | { |
| 2 | "port": [ |
| 3 | { |
| 4 | "durable-id": "hostport_A0", |
| 5 | "port": "A0", |
| 6 | "health": "OK", |
| 7 | "health-numeric": 0, |
| 8 | "status": "Up", |
| 9 | "status-numeric": 0, |
| 10 | "actual-speed": "12Gbps", |
| 11 | "target-id": "0" |
| 12 | }, |
| 13 | { |
| 14 | "durable-id": "hostport_A1", |
| 15 | "port": "A1", |
| 16 | "health": "OK", |
| 17 | "health-numeric": 0, |
| 18 | "status": "Up", |
| 19 | "status-numeric": 0, |
| 20 | "actual-speed": "12Gbps", |
| 21 | "target-id": "1" |
| 22 | }, |
| 23 | { |
| 24 | "durable-id": "hostport_B0", |
| 25 | "port": "B0", |
| 26 | "health": "N/A", |
| 27 | "health-numeric": 4, |
| 28 | "status": "Not Installed", |
| 29 | "status-numeric": 2, |
| 30 | "actual-speed": "", |
| 31 | "target-id": "2" |
| 32 | } |
| 33 | ], |
| 34 | "status": [ |
| 35 | { |
| 36 | "response-type": "Success", |
| 37 | "response": "Command completed successfully.", |
| 38 | "return-code": 0, |
| 39 | "response-type-numeric": 0 |
| 40 | } |
| 41 | ] |
| 42 | } |