{ "info": { "_postman_id": "b638a073-6954-5c89-320a-7105437dae94", "name": "Vpp management Collection", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json" }, "item": [ { "_postman_id": "b7c33751-f435-48d2-89f2-ad5d7d729c0d", "name": "RPCs", "description": "", "item": [ { "_postman_id": "985509b9-7469-418d-8887-2d844c873927", "name": "show version", "request": { "method": "POST", "header": [ { "key": "Authorization", "value": "Basic YWRtaW46YWRtaW4=" }, { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"input\" :\n {\n \"cmd\" : \"show version\"\n }\n}" }, "url": { "raw": "http://localhost:8183/restconf/operations/vpp-management:cli-inband", "protocol": "http", "host": [ "localhost" ], "port": "8183", "path": [ "restconf", "operations", "vpp-management:cli-inband" ] }, "description": "The cli-inband rpc provides support for CLI commands.\nHere is equivalent of show version." }, "response": [] }, { "_postman_id": "f95256a3-90f7-4ff1-98df-b6a9462e259a", "name": "show interfaces", "request": { "method": "POST", "header": [ { "key": "Authorization", "value": "Basic YWRtaW46YWRtaW4=" }, { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"input\" :\n {\n \"cmd\" : \"show int\"\n }\n}" }, "url": { "raw": "http://localhost:8183/restconf/operations/vpp-management:cli-inband", "protocol": "http", "host": [ "localhost" ], "port": "8183", "path": [ "restconf", "operations", "vpp-management:cli-inband" ] }, "description": "The cli-inband rpc provides support for CLI commands.\nHere is equivalent of show int." }, "response": [] }, { "_postman_id": "f571c7b6-704d-4e8c-a747-5eb914bc3f17", "name": "create loopback interface", "request": { "method": "POST", "header": [ { "key": "Authorization", "value": "Basic YWRtaW46YWRtaW4=" }, { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"input\" :\n {\n \"cmd\" : \"create loopback interface\"\n }\n}" }, "url": { "raw": "http://localhost:8183/restconf/operations/vpp-management:cli-inband", "protocol": "http", "host": [ "localhost" ], "port": "8183", "path": [ "restconf", "operations", "vpp-management:cli-inband" ] }, "description": "The cli-inband rpc provides support for CLI commands.\nHere is equivalent of create loopback interface" }, "response": [] } ] }, { "_postman_id": "10c5f1c9-156a-4838-946f-16532f62cd90", "name": "Read vpp-state - oper", "request": { "method": "GET", "header": [ { "key": "Authorization", "value": "Basic YWRtaW46YWRtaW4=" }, { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\r\n \r\n \"interface\": [\r\n {\r\n \"name\": \"testInterface\",\r\n \"description\": \"for testing purposes\",\r\n \"type\": \"iana-if-type:ethernetCsmacd\",\r\n \"enabled\": \"true\",\r\n \"link-up-down-trap-enable\": \"enabled\",\r\n \"ietf-ip:ipv4\": {\r\n \"enabled\": \"true\",\r\n \"mtu\": \"1500\",\r\n \"address\": [\r\n {\r\n \"ip\": \"1.2.3.0\",\r\n \"netmask\": \"255.255.255.0\"\r\n }\r\n ]\r\n }\r\n }\r\n ]\r\n \r\n}" }, "url": { "raw": "http://localhost:8183/restconf/operational/vpp-management:vpp-state", "protocol": "http", "host": [ "localhost" ], "port": "8183", "path": [ "restconf", "operational", "vpp-management:vpp-state" ] } }, "response": [] } ] }