diff options
author | Mufaddal Makati <mmakati@mmakatimbpr15.cablelabs.com> | 2015-08-07 13:09:49 -0700 |
---|---|---|
committer | Mufaddal Makati <mmakati@mmakatimbpr15.cablelabs.com> | 2015-08-07 13:09:49 -0700 |
commit | ed73dbf357aff41edcbab401a94e5fbc266d9391 (patch) | |
tree | e3561a9290e4bd0de19704228867ec91910e68ed /doc/sample-json.txt | |
parent | f44f4aa8b5eb244fc7603c17e875eebf0f3b0b67 (diff) |
First Commit
Diffstat (limited to 'doc/sample-json.txt')
-rw-r--r-- | doc/sample-json.txt | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/doc/sample-json.txt b/doc/sample-json.txt new file mode 100644 index 0000000..d46dc4c --- /dev/null +++ b/doc/sample-json.txt @@ -0,0 +1,46 @@ + +// cos +Content-Type application/json +Accept application/json +{ + "id" : "gold", + "commitedInfoRate" : 100, + "availbility" : 99.9, + "frameDelay" : 2.5, + "jitter" : 3.6, + "frameLoss" : 4.7 +} + +// evc +Content-Type application/json +Accept application/json +{ + "broadcastFrameDelivery": "UNCONDITIONAL", + "ceVLanIdPreservation": true, + "ceVlanCosPreservation": true, + "cosId": "gold", + "evcMaxSvcFrameSize": 1600, + "evcType": "POINT_TO_POINT", + "id": "11:00:11:11:11:11|11:00:22:22:22:22", + "maxUnis": 2, + "multicastFrameDelivery": "UNCONDITIONAL", + "oneWayAvailability": 0.99, + "oneWayFrameDelay": 17.43, + "oneWayFrameLossRatio": 0.01, + "uniIdList": [ + "UNI-1", + "UNI-2" + ], + "uniIpList": [ + "192.168.1.1", + "192.168.1.2" + ], + "uniMacList": [ + "11:00:11:11:11:11", + "11:00:22:22:22:22" + ], + "unicastFrameDelivery": "UNCONDITIONAL" +} + +// for the simple ping test gets +Accept text/plain
\ No newline at end of file |