summaryrefslogtreecommitdiffstats
path: root/ioam/ioam_trace_postman_collection.json
diff options
context:
space:
mode:
authorSrihari Raghavan <srihari@cisco.com>2016-10-27 15:23:36 +0530
committerSrihari Raghavan <srihari@cisco.com>2016-11-03 18:26:00 +0530
commite83f0e1d6451c96ef9850b4a8b058c4b5c307617 (patch)
treea13b6175ba62b510ea7a3b4de6ea7447dbe8931d /ioam/ioam_trace_postman_collection.json
parent096e3e9a8b66970ed0b4a0e7f45dbd349902b20d (diff)
HONEYCOMB-257 - Honeycomb support for in-band OAM (iOAM) path tracing
- Add iOAM module to handle configuration for the iOAM trace VPP plugin - Add iOAM module test to verify add/delete configurations - Reader/Initializers for future, dependent on https://gerrit.fd.io/r/3387 Change-Id: I557604a955771c139165aed7cd9e5716abbac3d1 Signed-off-by: Srihari Raghavan <srihari@cisco.com>
Diffstat (limited to 'ioam/ioam_trace_postman_collection.json')
-rw-r--r--ioam/ioam_trace_postman_collection.json34
1 files changed, 34 insertions, 0 deletions
diff --git a/ioam/ioam_trace_postman_collection.json b/ioam/ioam_trace_postman_collection.json
new file mode 100644
index 000000000..d5248139a
--- /dev/null
+++ b/ioam/ioam_trace_postman_collection.json
@@ -0,0 +1,34 @@
+{
+ "id": "7d81e8b0-274e-1f22-de94-d40cb78a389d",
+ "name": "Honeycomb RESTCONF calls for iOAM Trace",
+ "description": "To enable iOAM trace on VPP management nodes.",
+ "order": [
+ "f5a5aaea-2d61-a57f-191a-7cc81286f605"
+ ],
+ "folders": [],
+ "timestamp": 1478073563257,
+ "owner": 0,
+ "public": false,
+ "requests": [
+ {
+ "id": "f5a5aaea-2d61-a57f-191a-7cc81286f605",
+ "headers": "Authorization: Basic YWRtaW46YWRtaW4=\nContent-Type: application/json\n",
+ "url": "http://localhost:8181/restconf/config/ioam-sb-trace:ioam-trace-config/",
+ "preRequestScript": "",
+ "pathVariables": {},
+ "method": "PUT",
+ "data": [],
+ "dataMode": "raw",
+ "version": 2,
+ "tests": "",
+ "currentHelper": "normal",
+ "helperAttributes": {},
+ "time": 1478077673476,
+ "name": "iaom trace",
+ "description": "",
+ "collectionId": "7d81e8b0-274e-1f22-de94-d40cb78a389d",
+ "responses": [],
+ "rawModeData": "{\n\"trace-config\":{\n \"trace-config-name\":\"trace\",\n \"acl-name\":\"testAcl\",\n \"trace-type\":31,\n \"trace-num-elt\":3,\n \"trace-tsp\":\"milliseconds\",\n \"trace-op\":\"add\",\n \"trace-app-data\":1234,\n \"data-export-profile-name\":\"dataProfileName\",\n \"transport-encap-profile-name\":\"transProfileName\",\n \"node-id\":1,\n \"node-interfaces\":[\n {\n \"index\":5,\n \"intf-name\":\"GigabitEthernetb/0/0\"\n }\n ]\n }\n}\n"
+ }
+ ]
+} \ No newline at end of file