HONEYCOMB-151: update postman collection with RPC examples 59/4259/2
authorMarek Gradzki <mgradzki@cisco.com>
Tue, 13 Dec 2016 07:45:33 +0000 (08:45 +0100)
committerMarek Gradzki <mgradzki@cisco.com>
Tue, 13 Dec 2016 12:28:36 +0000 (13:28 +0100)
Change-Id: Ieb804d73994daad9708be616507e174db343a230
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
v3po/postman_rest_collection.json

index 6c137d4..e6df239 100644 (file)
                        ],
                        "owner": "45557"
                },
+               {
+                       "id": "750a0c20-15f3-e3c0-6289-0b86b2b0eacb",
+                       "name": "RPCs",
+                       "description": "",
+                       "order": [
+                               "8361186c-2a8d-dd4e-7738-c6f2c8c82cab",
+                               "df9a46eb-f87e-4da6-05b1-ed6b478aba9d",
+                               "341d60db-8e70-eec5-9dd5-5136d4a03317"
+                       ],
+                       "owner": "45557"
+               },
                {
                        "id": "df84e568-dac6-7014-f798-57dc87869aed",
                        "name": "SPAN",
                        "folder": "42603a84-8d76-77de-197f-19387eb13c97",
                        "rawModeData": ""
                },
+               {
+                       "id": "8361186c-2a8d-dd4e-7738-c6f2c8c82cab",
+                       "headers": "Authorization: Basic YWRtaW46YWRtaW4=\nContent-Type: application/json\n",
+                       "url": "http://localhost:8183/restconf/operations/v3po:cli-inband",
+                       "preRequestScript": "",
+                       "pathVariables": {},
+                       "method": "POST",
+                       "data": [],
+                       "dataMode": "raw",
+                       "version": 2,
+                       "tests": "",
+                       "currentHelper": "normal",
+                       "helperAttributes": {},
+                       "time": 1481614302662,
+                       "name": "show version",
+                       "description": "The cli-inband rpc provides support for CLI commands.\nHere is equivalent of show version.",
+                       "collectionId": "5bad4634-e5cf-900e-9733-0976aa9bea64",
+                       "responses": [],
+                       "rawModeData": "{\n  \"input\" :\n  {\n     \"cmd\" : \"show version\"\n  }\n}"
+               },
+               {
+                       "id": "df9a46eb-f87e-4da6-05b1-ed6b478aba9d",
+                       "headers": "Authorization: Basic YWRtaW46YWRtaW4=\nContent-Type: application/json\n",
+                       "url": "http://localhost:8183/restconf/operations/v3po:cli-inband",
+                       "preRequestScript": "",
+                       "pathVariables": {},
+                       "method": "POST",
+                       "data": [],
+                       "dataMode": "raw",
+                       "version": 2,
+                       "tests": "",
+                       "currentHelper": "normal",
+                       "helperAttributes": {},
+                       "time": 1481614804300,
+                       "name": "show interfaces",
+                       "description": "The cli-inband rpc provides support for CLI commands.\nHere is equivalent of show int.",
+                       "collectionId": "5bad4634-e5cf-900e-9733-0976aa9bea64",
+                       "responses": [],
+                       "rawModeData": "{\n  \"input\" :\n  {\n     \"cmd\" : \"show int\"\n  }\n}"
+               },
+               {
+                       "id": "341d60db-8e70-eec5-9dd5-5136d4a03317",
+                       "headers": "Authorization: Basic YWRtaW46YWRtaW4=\nContent-Type: application/json\n",
+                       "url": "http://localhost:8183/restconf/operations/v3po:cli-inband",
+                       "pathVariables": {},
+                       "preRequestScript": "",
+                       "method": "POST",
+                       "collectionId": "5bad4634-e5cf-900e-9733-0976aa9bea64",
+                       "data": [],
+                       "dataMode": "raw",
+                       "name": "create loopback interface",
+                       "description": "The cli-inband rpc provides support for CLI commands.\nHere is equivalent of create loopback interface",
+                       "descriptionFormat": "html",
+                       "time": 1481614794119,
+                       "version": 2,
+                       "responses": [],
+                       "tests": "",
+                       "currentHelper": "normal",
+                       "helperAttributes": {},
+                       "folder": "750a0c20-15f3-e3c0-6289-0b86b2b0eacb",
+                       "rawModeData": "{\n  \"input\" :\n  {\n     \"cmd\" : \"create loopback interface\"\n  }\n}"
+               },
                {
                        "id": "10ffdfa8-97bf-9d9f-e057-d18bd22291ea",
                        "headers": "Authorization: Basic YWRtaW46YWRtaW4=\nContent-Type: application/json\n",