{"info":{"_postman_id":"8447cc60-9346-4b86-8b8e-e2b27ab7e890","name":"netpalm","description":"<html><head></head><body><p>netpalm is a ReST API into your dusty old network devices, netpalm makes it easy to push and pull network state from your apps. netpalm can abstract and render structured data both inbound and outbound to your network devices native telnet, SSH, NETCONF or RESTCONF interface. netpalm leverages popular napalm, netmiko, ncclient and requests library's for network device communication, these powerful libs supprt a vast number of vendors and OS</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"2391814","collectionId":"8447cc60-9346-4b86-8b8e-e2b27ab7e890","publishedId":"T1DqgwcU","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2020-07-27T08:51:17.000Z"},"item":[{"name":"pulling state","item":[{"name":"getconfig napalm","id":"6d47bae5-fc69-4352-abf8-e7108e44d14d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"x-api-key","value":"2a84465a-cf38-46b2-9d86-b84Q7d57f288","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"library\": \"napalm\",\n\t\"connection_args\": {\n\t\t\"device_type\": \"cisco_ios\",\n\t\t\"host\": \"10.0.2.24\",\n\t\t\"username\": \"admin\",\n\t\t\"password\": \"admin\"\n\t},\n\t\"command\": \"show run | i hostname\",\n\t\"queue_strategy\": \"pinned\"\n}"},"url":"127.0.0.1:9000/getconfig","urlObject":{"path":["getconfig"],"host":["127.0.0.1:9000"],"query":[],"variable":[]}},"response":[],"_postman_id":"6d47bae5-fc69-4352-abf8-e7108e44d14d"},{"name":"getconfig puresnmp","id":"f42a5c0a-2586-4346-8675-37dace757815","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"x-api-key","type":"text","value":"2a84465a-cf38-46b2-9d86-b84Q7d57f288"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"connection_args\": {\n\t\t\"host\": \"10.0.2.33\",\n        \"community\": \"test\",\n        \"port\": 161,\n        \"timeout\":2\n\t},\n\t\"command\": \".1.3.6.1.4.1.9.2.1\",\n\t\"queue_strategy\": \"fifo\",\n    \"args\": {\n        \"type\": \"walk\"\n    }\n}"},"url":"127.0.0.1:9000/getconfig/puresnmp","urlObject":{"path":["getconfig","puresnmp"],"host":["127.0.0.1:9000"],"query":[],"variable":[]}},"response":[],"_postman_id":"f42a5c0a-2586-4346-8675-37dace757815"},{"name":"getconfig napalm with caching example","id":"0d0140ad-6fe6-45b0-9f49-b661175e5672","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"x-api-key","type":"text","value":"2a84465a-cf38-46b2-9d86-b84Q7d57f288"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"library\": \"napalm\",\n\t\"connection_args\": {\n\t\t\"device_type\": \"cisco_ios\",\n\t\t\"host\": \"10.0.2.24\",\n\t\t\"username\": \"admin\",\n\t\t\"password\": \"admin\"\n\t},\n\t\"command\": \"show run | i hostname\",\n\t\"queue_strategy\": \"pinned\",\n\t\"cache\":{\n\t\t\"enabled\":true\n\t}\n}"},"url":"127.0.0.1:9000/getconfig","urlObject":{"path":["getconfig"],"host":["127.0.0.1:9000"],"query":[],"variable":[]}},"response":[],"_postman_id":"0d0140ad-6fe6-45b0-9f49-b661175e5672"},{"name":"getconfig example with webhook","id":"57fe4bc3-9586-4a2c-a8a8-4d01e3e9ffd3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"x-api-key","type":"text","value":"2a84465a-cf38-46b2-9d86-b84Q7d57f288"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"library\": \"napalm\",\n\t\"connection_args\": {\n\t\t\"device_type\": \"cisco_ios\",\n\t\t\"host\": \"10.0.2.23\",\n\t\t\"username\": \"admin\",\n\t\t\"password\": \"admin\"\n\t},\n\t\"command\": \"show run | i hostname\",\n\t\"webhook\": {\n\t\t\"name\": \"default_webhook\",\n\t\t\"args\": {\n\t\t\t\"insert\": \"something useful\"\n\t\t}\n\t},\n\t\"queue_strategy\": \"fifo\"\n}"},"url":"127.0.0.1:9000/getconfig","urlObject":{"path":["getconfig"],"host":["127.0.0.1:9000"],"query":[],"variable":[]}},"response":[],"_postman_id":"57fe4bc3-9586-4a2c-a8a8-4d01e3e9ffd3"},{"name":"getconfig example with j2webhook","id":"c4f5072b-7408-44b1-9112-5a5d797b5767","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"x-api-key","type":"text","value":"2a84465a-cf38-46b2-9d86-b84Q7d57f288"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"library\": \"napalm\",\n\t\"connection_args\": {\n\t\t\"device_type\": \"cisco_ios\",\n\t\t\"host\": \"10.0.2.23\",\n\t\t\"username\": \"admin\",\n\t\t\"password\": \"admin\"\n\t},\n\t\"command\": \"show run | i hostname\",\n\t\"webhook\": {\n\t\t\"name\": \"default_webhook\",\n\t\t\"args\": {\n\t\t\t\"insert\": \"something useful\"\n\t\t},\n\t\t\"j2template\": \"example\"\n\t},\n\t\"queue_strategy\": \"fifo\"\n}"},"url":"127.0.0.1:9000/getconfig","urlObject":{"path":["getconfig"],"host":["127.0.0.1:9000"],"query":[],"variable":[]}},"response":[],"_postman_id":"c4f5072b-7408-44b1-9112-5a5d797b5767"},{"name":"getconfig napalm with napalm getter","id":"18c72933-52a7-435d-865a-f2bb7f70d42d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"x-api-key","type":"text","value":"2a84465a-cf38-46b2-9d86-b84Q7d57f288"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"library\": \"napalm\",\n\t\"connection_args\": {\n\t\t\"device_type\": \"cisco_ios\",\n\t\t\"host\": \"10.0.2.23\",\n\t\t\"username\": \"admin\",\n\t\t\"password\": \"admin\"\n\t},\n\t\"command\": \"get_facts\",\n\t\"queue_strategy\": \"pinned\"\n}"},"url":"127.0.0.1:9000/getconfig","urlObject":{"path":["getconfig"],"host":["127.0.0.1:9000"],"query":[],"variable":[]}},"response":[],"_postman_id":"18c72933-52a7-435d-865a-f2bb7f70d42d"},{"name":"getconfig napalm - multiple","id":"33acdbb8-b5cd-4b55-bc67-b15c328d6c20","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"x-api-key","value":"2a84465a-cf38-46b2-9d86-b84Q7d57f288","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"connection_args\": {\n\t\t\"device_type\": \"cisco_ios\",\n\t\t\"host\": \"10.0.2.23\",\n\t\t\"username\": \"admin\",\n\t\t\"password\": \"admin\"\n\t},\n\t\"library\": \"napalm\",\n\t\"command\": [\n\t\t\"show run | i hostname\",\n\t\t\"show ip int brief\"\n\t],\n\t\"webhook\": {\n\t\t\"name\": \"default_webhook\"\n\t},\n\t\"queue_strategy\": \"fifo\"\n}"},"url":"127.0.0.1:9000/getconfig","urlObject":{"path":["getconfig"],"host":["127.0.0.1:9000"],"query":[],"variable":[]}},"response":[],"_postman_id":"33acdbb8-b5cd-4b55-bc67-b15c328d6c20"},{"name":"getconfig netmiko","id":"168ae92d-e9fd-42d9-b182-5cfb82085c01","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"x-api-key","value":"2a84465a-cf38-46b2-9d86-b84Q7d57f288","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"library\": \"netmiko\",\n\t\"connection_args\": {\n\t\t\"device_type\": \"cisco_ios\",\n\t\t\"host\": \"10.0.2.33\",\n\t\t\"username\": \"admin\",\n\t\t\"password\": \"admin\",\n\t\t\"timeout\": 5\n\t},\n\t\"command\": \"show run | i hostname\",\n\t\"queue_strategy\": \"pinned\"\n}"},"url":"127.0.0.1:9000/getconfig","urlObject":{"path":["getconfig"],"host":["127.0.0.1:9000"],"query":[],"variable":[]}},"response":[],"_postman_id":"168ae92d-e9fd-42d9-b182-5cfb82085c01"},{"name":"getconfig netmiko - with args (textfsm example)","id":"0a1d8d37-dfab-48c1-b865-d3d94e0f3c73","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"x-api-key","type":"text","value":"2a84465a-cf38-46b2-9d86-b84Q7d57f288"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"library\": \"netmiko\",\n\t\"connection_args\": {\n\t\t\"device_type\": \"cisco_ios\",\n\t\t\"host\": \"10.0.2.33\",\n\t\t\"username\": \"admin\",\n\t\t\"password\": \"admin\"\n\t},\n\t\"command\": \"show ip int brief\",\n\t\"args\": {\n\t\t\"use_textfsm\": true\n\t},\n\t\"queue_strategy\": \"pinned\"\n}"},"url":"127.0.0.1:9000/getconfig","urlObject":{"path":["getconfig"],"host":["127.0.0.1:9000"],"query":[],"variable":[]}},"response":[],"_postman_id":"0a1d8d37-dfab-48c1-b865-d3d94e0f3c73"},{"name":"getconfig netmiko - with args (ttp example)","id":"a61f0fe0-53d5-45b1-a03d-e0e215cd4308","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"x-api-key","type":"text","value":"2a84465a-cf38-46b2-9d86-b84Q7d57f288"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"library\": \"netmiko\",\n\t\"connection_args\": {\n\t\t\"device_type\": \"cisco_ios\",\n\t\t\"host\": \"10.0.2.33\",\n\t\t\"username\": \"admin\",\n\t\t\"password\": \"admin\"\n\t},\n\t\"command\": \"show version\",\n\t\"args\": {\n\t\t\"use_ttp\": true,\n        \"ttp_template\": \"example\"\n\t},\n\t\"queue_strategy\": \"pinned\"\n}"},"url":"127.0.0.1:9000/getconfig","urlObject":{"path":["getconfig"],"host":["127.0.0.1:9000"],"query":[],"variable":[]}},"response":[],"_postman_id":"a61f0fe0-53d5-45b1-a03d-e0e215cd4308"},{"name":"getconfig netmiko - multiple","id":"aed2e9e9-fb4e-41dd-b2c8-8413ff7d69fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"x-api-key","value":"2a84465a-cf38-46b2-9d86-b84Q7d57f288","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"library\": \"netmiko\",\n\t\"connection_args\": {\n\t\t\"device_type\": \"cisco_ios\",\n\t\t\"host\": \"10.0.2.33\",\n\t\t\"username\": \"admin\",\n\t\t\"password\": \"admin\"\n\t},\n\t\"command\": [\n\t\t\"show run | i hostname\",\n\t\t\"show ip int brief\"\n\t],\n\t\"queue_strategy\": \"fifo\"\n}"},"url":"127.0.0.1:9000/getconfig","urlObject":{"path":["getconfig"],"host":["127.0.0.1:9000"],"query":[],"variable":[]}},"response":[],"_postman_id":"aed2e9e9-fb4e-41dd-b2c8-8413ff7d69fe"},{"name":"getconfig ncclient","id":"706999e7-5c24-4da2-9770-10ac81f97b27","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"x-api-key","type":"text","value":"2a84465a-cf38-46b2-9d86-b84Q7d57f288"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"library\": \"ncclient\",\n\t\"connection_args\": {\n\t\t\"host\": \"10.0.2.39\",\n\t\t\"username\": \"admin\",\n\t\t\"password\": \"admin\",\n\t\t\"port\": 830,\n\t\t\"hostkey_verify\": false\n\t},\n\t\"args\": {\n\t\t\"source\": \"running\",\n\t\t\"filter\": \"<filter type='subtree'><System xmlns='http://cisco.com/ns/yang/cisco-nx-os-device'></System></filter>\"\n\t},\n\t\"queue_strategy\": \"fifo\"\n}"},"url":"127.0.0.1:9000/getconfig","urlObject":{"path":["getconfig"],"host":["127.0.0.1:9000"],"query":[],"variable":[]}},"response":[],"_postman_id":"706999e7-5c24-4da2-9770-10ac81f97b27"},{"name":"getconfig ncclient rpc","id":"584ef338-10d0-495d-9e5c-d72218ca9219","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"x-api-key","type":"text","value":"2a84465a-cf38-46b2-9d86-b84Q7d57f288"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"connection_args\": {\n\t\t\"host\": \"packetferret.net\",\n\t\t\"username\": \"admin\",\n\t\t\"password\": \"admin\",\n\t\t\"port\": 8309,\n\t\t\"hostkey_verify\": false,\n        \"device_params\": {\"name\": \"junos\"}\n\t},\n\t\"args\": {\n\t\t\"rpc\": \"<get-software-information></get-software-information>\",\n        \"render_json\":true\n\t},\n\t\"queue_strategy\": \"fifo\"\n}"},"url":"127.0.0.1:9000/getconfig/ncclient","urlObject":{"path":["getconfig","ncclient"],"host":["127.0.0.1:9000"],"query":[],"variable":[]}},"response":[],"_postman_id":"584ef338-10d0-495d-9e5c-d72218ca9219"},{"name":"getconfig ncclient - renderjson","id":"c3d6a2b3-9a13-43de-87d7-529bc1003b09","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"x-api-key","type":"text","value":"2a84465a-cf38-46b2-9d86-b84Q7d57f288"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"library\": \"ncclient\",\n\t\"connection_args\": {\n\t\t\"host\": \"10.0.2.39\",\n\t\t\"username\": \"admin\",\n\t\t\"password\": \"admin\",\n\t\t\"port\": 830,\n\t\t\"hostkey_verify\": false\n\t},\n\t\"args\": {\n\t\t\"source\": \"running\",\n\t\t\"filter\": \"<filter type='subtree'><System xmlns='http://cisco.com/ns/yang/cisco-nx-os-device'></System></filter>\",\n\t\t\"render_json\": true\n\t},\n\t\"queue_strategy\": \"fifo\"\n}"},"url":"127.0.0.1:9000/getconfig","urlObject":{"path":["getconfig"],"host":["127.0.0.1:9000"],"query":[],"variable":[]}},"response":[],"_postman_id":"c3d6a2b3-9a13-43de-87d7-529bc1003b09"},{"name":"getconfig restconf get","id":"ce9ea8f8-2397-40cc-aaf3-9a18dd4d7a1e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"x-api-key","value":"2a84465a-cf38-46b2-9d86-b84Q7d57f288","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"library\": \"restconf\",\n\t\"connection_args\": {\n\t\t\"host\": \"ios-xe-mgmt-latest.cisco.com\",\n\t\t\"port\": 9443,\n\t\t\"username\": \"developer\",\n\t\t\"password\": \"C1sco12345\",\n\t\t\"verify\": false,\n\t\t\"timeout\": 10,\n\t\t\"transport\": \"https\",\n\t\t\"headers\": {\n\t\t\t\"Content-Type\": \"application/yang-data+json\",\n\t\t\t\"Accept\": \"application/yang-data+json\"\n\t\t}\n\t},\n\t\"args\": {\n\t\t\"uri\": \"/restconf/data/Cisco-IOS-XE-native:native/interface/\",\n\t\t\"action\": \"get\"\n\t},\n\t\"queue_strategy\": \"fifo\"\n}"},"url":"127.0.0.1:9000/getconfig","urlObject":{"path":["getconfig"],"host":["127.0.0.1:9000"],"query":[],"variable":[]}},"response":[],"_postman_id":"ce9ea8f8-2397-40cc-aaf3-9a18dd4d7a1e"}],"id":"120b5344-ddf2-4dff-be8f-98495e514303","_postman_id":"120b5344-ddf2-4dff-be8f-98495e514303","description":""},{"name":"pushing state","item":[{"name":"setconfig napalm - multiple","id":"02242161-4954-466d-bdae-f9322d2591cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"x-api-key","value":"2a84465a-cf38-46b2-9d86-b84Q7d57f288","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"library\": \"napalm\",\n\t\"connection_args\": {\n\t\t\"device_type\": \"cisco_ios\",\n\t\t\"host\": \"10.0.2.33\",\n\t\t\"username\": \"admin\",\n\t\t\"password\": \"admin\"\n\t},\n\t\"config\": [\n\t\t\"hostname cats\",\n\t\t\"no ip domain lookup\"\n\t],\n\t\"queue_strategy\": \"fifo\"\n}"},"url":"127.0.0.1:9000/setconfig","urlObject":{"path":["setconfig"],"host":["127.0.0.1:9000"],"query":[],"variable":[]}},"response":[],"_postman_id":"02242161-4954-466d-bdae-f9322d2591cb"},{"name":"setconfig napalm","id":"2683e1c1-343f-4151-a257-828593bf52dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"x-api-key","type":"text","value":"2a84465a-cf38-46b2-9d86-b84Q7d57f288"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"library\": \"napalm\",\n\t\"connection_args\": {\n\t\t\"device_type\": \"cisco_ios\",\n\t\t\"host\": \"10.0.2.33\",\n\t\t\"username\": \"admin\",\n\t\t\"password\": \"admin\"\n\t},\n\t\"config\": \"hostnam cat\",\n\t\"queue_strategy\": \"pinned\"\n}"},"url":"127.0.0.1:9000/setconfig","urlObject":{"path":["setconfig"],"host":["127.0.0.1:9000"],"query":[],"variable":[]}},"response":[],"_postman_id":"2683e1c1-343f-4151-a257-828593bf52dc"},{"name":"setconfig napalm with pre check","id":"4c243f0a-e26a-4694-96e8-ee1c6d849c6b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"x-api-key","type":"text","value":"2a84465a-cf38-46b2-9d86-b84Q7d57f288"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"library\": \"napalm\",\n\t\"connection_args\": {\n\t\t\"device_type\": \"cisco_ios\",\n\t\t\"host\": \"10.0.2.33\",\n\t\t\"username\": \"admin\",\n\t\t\"password\": \"admin\"\n\t},\n\t\"config\": \"hostname cat\",\n\t\"queue_strategy\": \"fifo\",\n\t\"pre_checks\": [\n\t\t{\n\t\t\t\"match_type\": \"include\",\n\t\t\t\"get_config_args\": {\n\t\t\t\t\"command\": \"show run | i hostname\"\n\t\t\t},\n\t\t\t\"match_str\": [\n\t\t\t\t\"hostname dog\"\n\t\t\t]\n\t\t}\n\t]\n}"},"url":"127.0.0.1:9000/setconfig","urlObject":{"path":["setconfig"],"host":["127.0.0.1:9000"],"query":[],"variable":[]}},"response":[],"_postman_id":"4c243f0a-e26a-4694-96e8-ee1c6d849c6b"},{"name":"setconfig napalm with pre check and post check","id":"f0566292-9690-4e43-8ad5-8402f4ee2f5c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"x-api-key","type":"text","value":"2a84465a-cf38-46b2-9d86-b84Q7d57f288"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"library\": \"napalm\",\n\t\"connection_args\": {\n\t\t\"device_type\": \"cisco_ios\",\n\t\t\"host\": \"10.0.2.33\",\n\t\t\"username\": \"admin\",\n\t\t\"password\": \"admin\"\n\t},\n\t\"config\": \"hostname cat\",\n\t\"queue_strategy\": \"fifo\",\n\t\"pre_checks\": [\n\t\t{\n\t\t\t\"match_type\": \"include\",\n\t\t\t\"get_config_args\": {\n\t\t\t\t\"command\": \"show run | i hostname\"\n\t\t\t},\n\t\t\t\"match_str\": [\n\t\t\t\t\"hostname cat\"\n\t\t\t]\n\t\t}\n\t],\n\t\"post_checks\": [\n\t\t{\n\t\t\t\"match_type\": \"include\",\n\t\t\t\"get_config_args\": {\n\t\t\t\t\"command\": \"show run | i hostname\"\n\t\t\t},\n\t\t\t\"match_str\": [\n\t\t\t\t\"hostname dog\"\n\t\t\t]\n\t\t}\n\t]\n}"},"url":"127.0.0.1:9000/setconfig","urlObject":{"path":["setconfig"],"host":["127.0.0.1:9000"],"query":[],"variable":[]}},"response":[],"_postman_id":"f0566292-9690-4e43-8ad5-8402f4ee2f5c"},{"name":"setconfig napalm j2","id":"fb2909ee-3799-44bc-be06-7b33b76f2b5e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"x-api-key","type":"text","value":"2a84465a-cf38-46b2-9d86-b84Q7d57f288"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"library\": \"napalm\",\n\t\"connection_args\": {\n\t\t\"device_type\": \"cisco_ios\",\n\t\t\"host\": \"10.0.2.33\",\n\t\t\"username\": \"admin\",\n\t\t\"password\": \"admin\",\n\t\t\"optional_args\": {\n\t\t\t\"port\": 22\n\t\t}\n\t},\n\t\"j2config\": {\n\t\t\"template\": \"test\",\n\t\t\"args\": {\n\t\t\t\"vlans\": [\n\t\t\t\t\"5\",\n\t\t\t\t\"3\",\n\t\t\t\t\"2\"\n\t\t\t]\n\t\t}\n\t},\n\t\"queue_strategy\": \"fifo\"\n}"},"url":"127.0.0.1:9000/setconfig","urlObject":{"path":["setconfig"],"host":["127.0.0.1:9000"],"query":[],"variable":[]}},"response":[],"_postman_id":"fb2909ee-3799-44bc-be06-7b33b76f2b5e"},{"name":"setconfig dryrun napalm j2","id":"21b5f739-d0de-4fc9-9319-da5e77cad61c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"x-api-key","type":"text","value":"2a84465a-cf38-46b2-9d86-b84Q7d57f288"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"library\": \"napalm\",\n\t\"connection_args\": {\n\t\t\"device_type\": \"cisco_ios\",\n\t\t\"host\": \"10.0.2.33\",\n\t\t\"username\": \"admin\",\n\t\t\"password\": \"admin\"\n\t},\n\t\"j2config\": {\n\t\t\"template\": \"test\",\n\t\t\"args\": {\n\t\t\t\"vlans\": [\n\t\t\t\t\"1\",\n\t\t\t\t\"2\",\n\t\t\t\t\"3\"\n\t\t\t]\n\t\t}\n\t},\n\t\"queue_strategy\": \"fifo\"\n}"},"url":"127.0.0.1:9000/setconfig","urlObject":{"path":["setconfig"],"host":["127.0.0.1:9000"],"query":[],"variable":[]}},"response":[],"_postman_id":"21b5f739-d0de-4fc9-9319-da5e77cad61c"},{"name":"setconfig netmiko","id":"bcbe185b-4468-4da1-a0f2-86d6cc826abd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"x-api-key","value":"2a84465a-cf38-46b2-9d86-b84Q7d57f288","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"library\": \"netmiko\",\n\t\"connection_args\": {\n\t\t\"device_type\": \"cisco_ios\",\n\t\t\"host\": \"10.0.2.33\",\n\t\t\"username\": \"admin\",\n\t\t\"password\": \"admin\"\n\t},\n\t\"j2config\": {\n\t\t\"template\": \"cisco_ios_un_shut_interfaces\",\n\t\t\"args\": {\n\t\t\t\"interfaces\": [\n\t\t\t\t\"Fa3/4\"\n\t\t\t]\n\t\t}\n\t},\n\t\"queue_strategy\": \"fifo\"\n}"},"url":"127.0.0.1:9000/setconfig","urlObject":{"path":["setconfig"],"host":["127.0.0.1:9000"],"query":[],"variable":[]}},"response":[],"_postman_id":"bcbe185b-4468-4da1-a0f2-86d6cc826abd"},{"name":"setconfig netmiko with pre and post check","id":"e2c87166-fcbe-464a-9f01-a969d400bab7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"x-api-key","value":"2a84465a-cf38-46b2-9d86-b84Q7d57f288","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"library\": \"netmiko\",\n\t\"connection_args\": {\n\t\t\"device_type\": \"cisco_ios\",\n\t\t\"host\": \"10.0.2.33\",\n\t\t\"username\": \"admin\",\n\t\t\"password\": \"admin\"\n\t},\n\t\"config\": [\n\t\t\"hostname poo\"\n\t],\n\t\"queue_strategy\": \"pinned\",\n\t\"pre_checks\": [\n\t\t{\n\t\t\t\"match_type\": \"include\",\n\t\t\t\"get_config_args\": {\n\t\t\t\t\"command\": \"show run | i hostname\"\n\t\t\t},\n\t\t\t\"match_str\": [\n\t\t\t\t\"hostname cat\"\n\t\t\t]\n\t\t}\n\t],\n\t\"post_checks\": [\n\t\t{\n\t\t\t\"match_type\": \"include\",\n\t\t\t\"get_config_args\": {\n\t\t\t\t\"command\": \"show run | i hostname\"\n\t\t\t},\n\t\t\t\"match_str\": [\n\t\t\t\t\"hostname cat\"\n\t\t\t]\n\t\t}\n\t]\n}"},"url":"127.0.0.1:9000/setconfig","urlObject":{"path":["setconfig"],"host":["127.0.0.1:9000"],"query":[],"variable":[]}},"response":[],"_postman_id":"e2c87166-fcbe-464a-9f01-a969d400bab7"},{"name":"setconfig example with webhook","id":"7835fc52-7fb5-4511-b6f3-192c70476430","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"x-api-key","type":"text","value":"2a84465a-cf38-46b2-9d86-b84Q7d57f288"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"library\": \"netmiko\",\n\t\"connection_args\": {\n\t\t\"device_type\": \"cisco_ios\",\n\t\t\"host\": \"10.0.2.33\",\n\t\t\"username\": \"admin\",\n\t\t\"password\": \"admin\"\n\t},\n\t\"config\": [\n\t\t\"hostname cat\"\n\t],\n\t\"webhook\": {\n\t\t\"name\": \"default_webhook\"\n\t},\n\t\"queue_strategy\": \"fifo\"\n}"},"url":"127.0.0.1:9000/setconfig","urlObject":{"path":["setconfig"],"host":["127.0.0.1:9000"],"query":[],"variable":[]}},"response":[],"_postman_id":"7835fc52-7fb5-4511-b6f3-192c70476430"},{"name":"setconfig example with j2 webhook","id":"ed489f37-969e-4c55-960f-7c0fe71fd03b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"x-api-key","type":"text","value":"2a84465a-cf38-46b2-9d86-b84Q7d57f288"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"library\": \"netmiko\",\n\t\"connection_args\": {\n\t\t\"device_type\": \"cisco_ios\",\n\t\t\"host\": \"10.0.2.33\",\n\t\t\"username\": \"admin\",\n\t\t\"password\": \"admin\"\n\t},\n\t\"config\": [\n\t\t\"hostname cat\"\n\t],\n\t\"webhook\": {\n\t\t\"name\": \"default_webhook\",\n\t\t\"args\": {\n\t\t\t\"insert\": \"something useful\"\n\t\t},\n\t\t\"j2template\": \"example\"\n\t},\n\t\"queue_strategy\": \"fifo\"\n}"},"url":"127.0.0.1:9000/setconfig","urlObject":{"path":["setconfig"],"host":["127.0.0.1:9000"],"query":[],"variable":[]}},"response":[],"_postman_id":"ed489f37-969e-4c55-960f-7c0fe71fd03b"},{"name":"setconfig netmiko - multiple","id":"f16c1399-8dfe-4298-bbda-9148c02ae1ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"x-api-key","value":"2a84465a-cf38-46b2-9d86-b84Q7d57f288","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"library\": \"netmiko\",\n\t\"connection_args\": {\n\t\t\"device_type\": \"cisco_ios\",\n\t\t\"host\": \"10.0.2.33\",\n\t\t\"username\": \"admin\",\n\t\t\"password\": \"admin\"\n\t},\n\t\"config\": [\n\t\t\"hostname yeti\",\n\t\t\"hostname bufoon\"\n\t],\n\t\"queue_strategy\": \"fifo\"\n}"},"url":"127.0.0.1:9000/setconfig","urlObject":{"path":["setconfig"],"host":["127.0.0.1:9000"],"query":[],"variable":[]}},"response":[],"_postman_id":"f16c1399-8dfe-4298-bbda-9148c02ae1ea"},{"name":"setconfig netmiko j2","id":"ca98e338-ed7e-4bcf-b236-17fbe45bec28","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"x-api-key","type":"text","value":"2a84465a-cf38-46b2-9d86-b84Q7d57f288"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"library\": \"netmiko\",\n\t\"connection_args\": {\n\t\t\"device_type\": \"cisco_ios\",\n\t\t\"host\": \"192.182.37.436\",\n        \"port\": 2223,\n\t\t\"username\": \"tony\",\n\t\t\"password\": \"tony1234\"\n\t},\n\t\"j2config\": {\n\t\t\"template\": \"cisco_ios_xconnect_remove\",\n\t\t\"args\": {\n            \"prev\": {\n                \"interface\": \"GigabitEthernet2\",\n                \"vif_id\": 36\n            },\n            \"interface\": \"GigabitEthernet3\",\n            \"vif_id\": 37,\n            \"service_id\": null,\n            \"vlan\": 1,\n            \"second_vlan\": 2,\n            \"loopback\": \"192.0.2.2\",\n            \"vc_id\": 663,\n            \"mtu\": 9000,\n            \"pop\": null\n\t\t}\n\t},\n\t\"queue_strategy\": \"fifo\"\n}"},"url":"127.0.0.1:9000/setconfig","urlObject":{"path":["setconfig"],"host":["127.0.0.1:9000"],"query":[],"variable":[]}},"response":[],"_postman_id":"ca98e338-ed7e-4bcf-b236-17fbe45bec28"},{"name":"setconfig ncclient","id":"14db3d92-85fa-4185-bc6c-b601cf19b1c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"x-api-key","type":"text","value":"2a84465a-cf38-46b2-9d86-b84Q7d57f288"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"library\": \"ncclient\",\n\t\"connection_args\": {\n\t\t\"host\": \"10.0.2.39\",\n\t\t\"username\": \"admin\",\n\t\t\"password\": \"admin\",\n\t\t\"port\": 830,\n\t\t\"hostkey_verify\": false\n\t},\n\t\"args\": {\n\t\t\"target\": \"running\",\n\t\t\"config\": \"<nc:config xmlns:nc='urn:ietf:params:xml:ns:netconf:base:1.0'><configure xmlns='http://www.cisco.com/nxos:1.0:vlan_mgr_cli'><__XML__MODE__exec_configure><interface><ethernet><interface>helloworld</interface><__XML__MODE_if-ethernet-switch><switchport><trunk><allowed><vlan><add><__XML__BLK_Cmd_switchport_trunk_allowed_allow-vlans><add-vlans>99</add-vlans></__XML__BLK_Cmd_switchport_trunk_allowed_allow-vlans></add></vlan></allowed></trunk></switchport></__XML__MODE_if-ethernet-switch></ethernet></interface></__XML__MODE__exec_configure></configure></nc:config>\"\n\t},\n\t\"queue_strategy\": \"fifo\"\n}"},"url":"127.0.0.1:9000/setconfig","urlObject":{"path":["setconfig"],"host":["127.0.0.1:9000"],"query":[],"variable":[]}},"response":[],"_postman_id":"14db3d92-85fa-4185-bc6c-b601cf19b1c8"},{"name":"setconfig restconf patch","id":"bba65ffc-5468-4f21-84eb-4d69b84d7711","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"x-api-key","value":"2a84465a-cf38-46b2-9d86-b84Q7d57f288","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"library\": \"restconf\",\n\t\"connection_args\": {\n\t\t\"host\": \"ios-xe-mgmt-latest.cisco.com\",\n\t\t\"port\": 9443,\n\t\t\"username\": \"developer\",\n\t\t\"password\": \"C1sco12345\",\n\t\t\"verify\": false,\n\t\t\"timeout\": 10,\n\t\t\"transport\": \"https\",\n\t\t\"headers\": {\n\t\t\t\"Content-Type\": \"application/yang-data+json\",\n\t\t\t\"Accept\": \"application/yang-data+json\"\n\t\t}\n\t},\n\t\"args\": {\n\t\t\"uri\": \"/restconf/data/Cisco-IOS-XE-native:native/interface/BDI=4001\",\n\t\t\"action\": \"patch\",\n\t\t\"payload\": {\n\t\t\t\"Cisco-IOS-XE-native:BDI\": {\n\t\t\t\t\"name\": \"4001\",\n\t\t\t\t\"description\": \"netpalm - namechange\"\n\t\t\t}\n\t\t}\n\t},\n\t\"queue_strategy\": \"fifo\"\n}"},"url":"127.0.0.1:9000/setconfig","urlObject":{"path":["setconfig"],"host":["127.0.0.1:9000"],"query":[],"variable":[]}},"response":[],"_postman_id":"bba65ffc-5468-4f21-84eb-4d69b84d7711"},{"name":"setconfig restconf delete","id":"242fe3a4-9870-4ebc-8da6-28b423e421a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"x-api-key","value":"2a84465a-cf38-46b2-9d86-b84Q7d57f288","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"library\": \"restconf\",\n\t\"connection_args\": {\n\t\t\"host\": \"ios-xe-mgmt-latest.cisco.com\",\n\t\t\"port\": 9443,\n\t\t\"username\": \"developer\",\n\t\t\"password\": \"C1sco12345\",\n\t\t\"verify\": false,\n\t\t\"timeout\": 10,\n\t\t\"transport\": \"https\",\n\t\t\"headers\": {\n\t\t\t\"Content-Type\": \"application/yang-data+json\",\n\t\t\t\"Accept\": \"application/yang-data+json\"\n\t\t}\n\t},\n\t\"args\": {\n\t\t\"uri\": \"/restconf/data/Cisco-IOS-XE-native:native/interface/BDI=4001\",\n\t\t\"action\": \"delete\"\n\t},\n\t\"queue_strategy\": \"fifo\"\n}"},"url":"127.0.0.1:9000/setconfig","urlObject":{"path":["setconfig"],"host":["127.0.0.1:9000"],"query":[],"variable":[]}},"response":[],"_postman_id":"242fe3a4-9870-4ebc-8da6-28b423e421a0"},{"name":"setconfig restconf post","id":"cc5ed742-1efb-4b93-9a66-c51b28579ccd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"x-api-key","type":"text","value":"2a84465a-cf38-46b2-9d86-b84Q7d57f288"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"library\": \"restconf\",\n\t\"connection_args\": {\n\t\t\"host\": \"ios-xe-mgmt-latest.cisco.com\",\n\t\t\"port\": 9443,\n\t\t\"username\": \"developer\",\n\t\t\"password\": \"C1sco12345\",\n\t\t\"verify\": false,\n\t\t\"timeout\": 10,\n\t\t\"transport\": \"https\",\n\t\t\"headers\": {\n\t\t\t\"Content-Type\": \"application/yang-data+json\",\n\t\t\t\"Accept\": \"application/yang-data+json\"\n\t\t}\n\t},\n\t\"args\": {\n\t\t\"uri\": \"/restconf/data/Cisco-IOS-XE-native:native/interface/\",\n\t\t\"action\": \"post\",\n\t\t\"payload\": {\n\t\t\t\"Cisco-IOS-XE-native:BDI\": {\n\t\t\t\t\"name\": \"4001\",\n\t\t\t\t\"description\": \"netpalm\"\n\t\t\t}\n\t\t}\n\t},\n\t\"queue_strategy\": \"fifo\"\n}"},"url":"127.0.0.1:9000/setconfig","urlObject":{"path":["setconfig"],"host":["127.0.0.1:9000"],"query":[],"variable":[]}},"response":[],"_postman_id":"cc5ed742-1efb-4b93-9a66-c51b28579ccd"},{"name":"setconfig restconf put","id":"bc8bef40-9ff2-4304-8791-e63ca476d98f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"x-api-key","value":"2a84465a-cf38-46b2-9d86-b84Q7d57f288","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"library\": \"restconf\",\n\t\"connection_args\": {\n\t\t\"host\": \"10.0.2.40\",\n\t\t\"port\": 80,\n\t\t\"username\": \"admin\",\n\t\t\"password\": \"admin\",\n\t\t\"verify\": false,\n\t\t\"timeout\": 10,\n\t\t\"transport\": \"http\",\n\t\t\"headers\": {\n\t\t\t\"Content-Type\": \"application/vnd.yang.data+json\",\n\t\t\t\"Accept\": \"application/vnd.yang.data+json\"\n\t\t}\n\t},\n\t\"args\": {\n\t\t\"uri\": \"/restconf/api/config/native/interface/BDI/\",\n\t\t\"action\": \"put\",\n\t\t\"payload\": {\n\t\t\t\"ned:BDI\": {\n\t\t\t\t\"description\": \"cat\",\n\t\t\t\t\"ip\": {\n\t\t\t\t\t\"no-address\": {\n\t\t\t\t\t\t\"address\": false\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t\"mop\": {\n\t\t\t\t\t\"enabled\": false\n\t\t\t\t},\n\t\t\t\t\"name\": \"1\"\n\t\t\t}\n\t\t}\n\t},\n\t\"queue_strategy\": \"fifo\"\n}"},"url":"127.0.0.1:9000/setconfig","urlObject":{"path":["setconfig"],"host":["127.0.0.1:9000"],"query":[],"variable":[]}},"response":[],"_postman_id":"bc8bef40-9ff2-4304-8791-e63ca476d98f"}],"id":"ebc869c6-dbdc-46ab-b9f4-4789177e49d7","_postman_id":"ebc869c6-dbdc-46ab-b9f4-4789177e49d7","description":""},{"name":"scripts","item":[{"name":"exec script","id":"7ad8c44c-ddeb-4031-aaf0-ab64a8042901","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"2a84465a-cf38-46b2-9d86-b84Q7d57f288","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"script\": \"hello_world_using_netpalm_manager\",\n\t\"args\": {\n\t\t\"host\": \"10.0.2.33\",\n        \"username\": \"admin\",\n        \"password\": \"admin\",\n\t},\n\t\"queue_strategy\": \"fifo\"\n}"},"url":"127.0.0.1:9000/script","urlObject":{"path":["script"],"host":["127.0.0.1:9000"],"query":[],"variable":[]}},"response":[],"_postman_id":"7ad8c44c-ddeb-4031-aaf0-ab64a8042901"},{"name":"get script","id":"f3f469e7-274c-46b9-8894-d3dfa56f7b07","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"2a84465a-cf38-46b2-9d86-b84Q7d57f288","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"script\": \"hello_world\",\n\t\"args\": {\n\t\t\"hello\": \"world\"\n\t},\n\t\"queue_strategy\": \"fifo\"\n}"},"url":"127.0.0.1:9000/script","urlObject":{"path":["script"],"host":["127.0.0.1:9000"],"query":[],"variable":[]}},"response":[],"_postman_id":"f3f469e7-274c-46b9-8894-d3dfa56f7b07"},{"name":"get webhook","id":"7e6470a1-282c-42f4-bd15-28da36c0420e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"2a84465a-cf38-46b2-9d86-b84Q7d57f288","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"script\": \"hello_world\",\n\t\"args\": {\n\t\t\"hello\": \"world\"\n\t},\n\t\"queue_strategy\": \"fifo\"\n}"},"url":"127.0.0.1:9000/webhook","urlObject":{"path":["webhook"],"host":["127.0.0.1:9000"],"query":[],"variable":[]}},"response":[],"_postman_id":"7e6470a1-282c-42f4-bd15-28da36c0420e"},{"name":"exec script with webhook","id":"b7170a92-89cd-4711-8666-ef28ef5d3bc4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","type":"text","value":"2a84465a-cf38-46b2-9d86-b84Q7d57f288"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"script\": \"hello_world\",\n\t\"args\": {\n\t\t\"hello\": \"world\"\n\t},\n\t\"webhook\": {},\n\t\"queue_strategy\": \"fifo\"\n}"},"url":"127.0.0.1:9000/script","urlObject":{"path":["script"],"host":["127.0.0.1:9000"],"query":[],"variable":[]}},"response":[],"_postman_id":"b7170a92-89cd-4711-8666-ef28ef5d3bc4"},{"name":"add script","id":"6d53439b-4b6a-4686-900a-b9ca8f60010d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"x-api-key","type":"text","value":"2a84465a-cf38-46b2-9d86-b84Q7d57f288"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"test\",\r\n    \"base64_payload\": \"YWJjMTIzIT8kKiYoKSctPUB+\"\r\n}"},"url":"127.0.0.1:9000/script/add/","urlObject":{"path":["script","add",""],"host":["127.0.0.1:9000"],"query":[],"variable":[]}},"response":[],"_postman_id":"6d53439b-4b6a-4686-900a-b9ca8f60010d"},{"name":"add webhook","id":"b42e939d-82d5-4dde-b6d1-f18b54204677","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"x-api-key","type":"text","value":"2a84465a-cf38-46b2-9d86-b84Q7d57f288"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"servicenow_request_item_patch\",\r\n    \"base64_payload\": \"aW1wb3J0IGpzb24KaW1wb3J0IHJlcXVlc3RzCgppbXBvcnQgbG9nZ2luZwpmcm9tIG5ldHBhbG0uYmFja2VuZC5jb3JlLmNvbmZsb2FkLmNvbmZsb2FkIGltcG9ydCBjb25maWcKCiIiIgpuZXRwYWxtIHdlYmhvb2sgZm9yIHVwZGF0aW5nIGEgcmVxdWVzdCBpdGVtIHN0YXRlIGFuZCB3b3Jrbm90ZXMKSU1QT1JUQU5UIE5PVEVTOgogICAgd2Vib29rIHJlcXVpcmVzIGEgcGF5bG9hZCBhcyBwZXIgYmVsb3cKICAgICJ3ZWJob29rIjogewogICAgICAgICJuYW1lIjogInNlcnZpY2Vub3dfcmVxdWVzdF9pdGVtX3BhdGNoIiwKICAgICAgICAiYXJncyI6IHsKICAgICAgICAgICAgInVzZXJuYW1lIjogImFkbWluIiwKICAgICAgICAgICAgInBhc3N3b3JkIjogIiIsCiAgICAgICAgICAgICJzeXNfaWQiOiAiNWQ1NThlYmYwNzY3OTAxMDQzMGRmZjRjN2MxZWQwMzYiLAogICAgICAgICAgICAic2VydmljZW5vd19pbnN0YW5jZSI6ICJkZXY5ODAwNS5zZXJ2aWNlLW5vdy5jb20iCiAgICAgICAgfQogICAgfQoiIiIKbG9nID0gbG9nZ2luZy5nZXRMb2dnZXIoX19uYW1lX18pCgpkZWYgcnVuX3dlYmhvb2socGF5bG9hZD1GYWxzZSk6CiAgICB0cnk6CiAgICAgICAgaWYgcGF5bG9hZDoKICAgICAgICAgICAgbG9nLmluZm8oZiJydW4gd2ViaG9vazogcnVubmluZyBzZXJ2aWNlbm93IHdlYmhvb2siKQogICAgICAgICAgICAjIHNldCB2YXJpYWJsZXMgZm9yIFBPU1QKICAgICAgICAgICAgcGFzc3dvcmQgPSBwYXlsb2FkWyJ3ZWJob29rX2FyZ3MiXVsicGFzc3dvcmQiXQogICAgICAgICAgICB1c2VybmFtZSA9IHBheWxvYWRbIndlYmhvb2tfYXJncyJdWyJ1c2VybmFtZSJdCiAgICAgICAgICAgIHN5c19pZCA9IHBheWxvYWRbIndlYmhvb2tfYXJncyJdWyJzeXNfaWQiXQogICAgICAgICAgICBzZXJ2aWNlbm93X2luc3RhbmNlID0gcGF5bG9hZFsid2ViaG9va19hcmdzIl1bInNlcnZpY2Vub3dfaW5zdGFuY2UiXQogICAgICAgICAgICAjZ2VuZXJhdGUgY2xlYW4gcGF5bG9hZCBmb3Igc25vdwogICAgICAgICAgICBwbCA9IHt9CiAgICAgICAgICAgIGlmIGxlbihwYXlsb2FkWyJkYXRhIl1bInRhc2tfZXJyb3JzIl0pID4gMDoKICAgICAgICAgICAgICAgIHBsWyJzdGF0ZSJdID0gIjQiCiAgICAgICAgICAgIGVsc2U6CiAgICAgICAgICAgICAgICBwbFsic3RhdGUiXSA9ICIzIgogICAgICAgICAgICBwbFsid29ya19ub3RlcyJdID0ganNvbi5kdW1wcyhwYXlsb2FkWyJkYXRhIl1bInRhc2tfcmVzdWx0Il0sIGluZGVudD0zKQogICAgICAgICAgICAjIGNvbnZlcnQgdG8ganNvbgogICAgICAgICAgICAjIFByZXBhcmUgcmVxdWVzdHMgZGF0YQogICAgICAgICAgICBoZWFkZXJzX3ZhbCA9IGNvbmZpZy5kZWZhdWx0X3dlYmhvb2tfaGVhZGVycwogICAgICAgICAgICB2ZXJpZnlfdmFsID0gY29uZmlnLmRlZmF1bHRfd2ViaG9va19zc2xfdmVyaWZ5CiAgICAgICAgICAgIHRpbWVvdXRfdmFsID0gY29uZmlnLmRlZmF1bHRfd2ViaG9va190aW1lb3V0CiAgICAgICAgICAgICNleGVjdXRlIHJlcXVlc3QKICAgICAgICAgICAgcmVzcG9uc2UgPSByZXF1ZXN0cy5yZXF1ZXN0KCJQQVRDSCIsIHVybD1mImh0dHBzOi8ve3NlcnZpY2Vub3dfaW5zdGFuY2V9L2FwaS9ub3cvdGFibGUvc2NfcmVxX2l0ZW0ve3N5c19pZH0iLAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGhlYWRlcnM9aGVhZGVyc192YWwsCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgdmVyaWZ5PXZlcmlmeV92YWwsCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgdGltZW91dD10aW1lb3V0X3ZhbCwKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBqc29uPXBsLAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGF1dGg9KHVzZXJuYW1lLHBhc3N3b3JkKQogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICkKICAgICAgICAgICAgaWYgc3RyKHJlc3BvbnNlLnN0YXR1c19jb2RlKVs6MV0gIT0gIjIiOgogICAgICAgICAgICAgICAgcmV0dXJuIEZhbHNlCiAgICAgICAgICAgIGVsc2U6CiAgICAgICAgICAgICAgICByZXR1cm4gVHJ1ZQogICAgICAgIGVsc2U6CiAgICAgICAgICAgIHJldHVybiBGYWxzZQogICAgZXhjZXB0IEV4Y2VwdGlvbiBhcyBlOgogICAgICAgIGxvZy5lcnJvcihmInJ1biB3ZWJob29rOiB7ZX0iKQogICAgICAgIHJldHVybiBlCg==\"\r\n}"},"url":"127.0.0.1:9000/webhook/add/","urlObject":{"path":["webhook","add",""],"host":["127.0.0.1:9000"],"query":[],"variable":[]}},"response":[],"_postman_id":"b42e939d-82d5-4dde-b6d1-f18b54204677"},{"name":"delete script","id":"14fe0e06-b4b0-4d9b-9cec-824813fe0dc7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[{"key":"x-api-key","type":"text","value":"2a84465a-cf38-46b2-9d86-b84Q7d57f288"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"test\",\r\n    \"base64_payload\": \"YWJjMTIzIT8kKiYoKSctPUB+\"\r\n}"},"url":"127.0.0.1:9000/script/remove/","urlObject":{"path":["script","remove",""],"host":["127.0.0.1:9000"],"query":[],"variable":[]}},"response":[],"_postman_id":"14fe0e06-b4b0-4d9b-9cec-824813fe0dc7"},{"name":"delete webhook","id":"293046c7-8492-473b-b048-7807e0965105","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[{"key":"x-api-key","type":"text","value":"2a84465a-cf38-46b2-9d86-b84Q7d57f288"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"test\",\r\n    \"base64_payload\": \"YWJjMTIzIT8kKiYoKSctPUB+\"\r\n}"},"url":"127.0.0.1:9000/webhook/remove/","urlObject":{"path":["webhook","remove",""],"host":["127.0.0.1:9000"],"query":[],"variable":[]}},"response":[],"_postman_id":"293046c7-8492-473b-b048-7807e0965105"}],"id":"70dda796-eb1b-4a92-a2ad-895705fd510c","_postman_id":"70dda796-eb1b-4a92-a2ad-895705fd510c","description":""},{"name":"template management","item":[{"name":"remove txtfsm template","id":"afd52e13-de6c-4ae2-8d6e-3ea6daecefc1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[{"key":"x-api-key","type":"text","value":"2a84465a-cf38-46b2-9d86-b84Q7d57f288"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"template\": \"cisco_ios_show_cef_events.template\"\n}"},"url":"127.0.0.1:9000/template","urlObject":{"path":["template"],"host":["127.0.0.1:9000"],"query":[],"variable":[]}},"response":[],"_postman_id":"afd52e13-de6c-4ae2-8d6e-3ea6daecefc1"},{"name":"get txtfsm templates","id":"ae0f1c41-ae4f-4925-917c-e4eaec986c6f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"x-api-key","type":"text","value":"2a84465a-cf38-46b2-9d86-b84Q7d57f288"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"127.0.0.1:9000/template","urlObject":{"path":["template"],"host":["127.0.0.1:9000"],"query":[],"variable":[]}},"response":[],"_postman_id":"ae0f1c41-ae4f-4925-917c-e4eaec986c6f"},{"name":"add txtfsm template","id":"ce1bbbc0-f81b-492b-806f-670c3f8a9361","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"x-api-key","type":"text","value":"2a84465a-cf38-46b2-9d86-b84Q7d57f288"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"key\": \"\",\n\t\"driver\": \"cisco_ios\",\n\t\"command\": \"show cef events\"\n}"},"url":"127.0.0.1:9000/template","urlObject":{"path":["template"],"host":["127.0.0.1:9000"],"query":[],"variable":[]}},"response":[],"_postman_id":"ce1bbbc0-f81b-492b-806f-670c3f8a9361"},{"name":"add contents ttp template","id":"98d68902-ba76-4bb2-90df-98ce617915b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"x-api-key","type":"text","value":"2a84465a-cf38-46b2-9d86-b84Q7d57f288"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"127.0.0.1:9000/ttptemplate/example","urlObject":{"path":["ttptemplate","example"],"host":["127.0.0.1:9000"],"query":[],"variable":[]}},"response":[],"_postman_id":"98d68902-ba76-4bb2-90df-98ce617915b5"},{"name":"get j2 service templates","id":"05034f45-af06-48dc-97b2-ec6a9af9d9ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"x-api-key","type":"text","value":"2a84465a-cf38-46b2-9d86-b84Q7d57f288"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"127.0.0.1:9000/j2template/service/","urlObject":{"path":["j2template","service",""],"host":["127.0.0.1:9000"],"query":[],"variable":[]}},"response":[],"_postman_id":"05034f45-af06-48dc-97b2-ec6a9af9d9ab"},{"name":"get ttp template","id":"2b39ea90-6c2f-4e9e-b4cd-4974fa3357b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"x-api-key","type":"text","value":"2a84465a-cf38-46b2-9d86-b84Q7d57f288"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"127.0.0.1:9000/ttptemplate","urlObject":{"path":["ttptemplate"],"host":["127.0.0.1:9000"],"query":[],"variable":[]}},"response":[],"_postman_id":"2b39ea90-6c2f-4e9e-b4cd-4974fa3357b4"},{"name":"get j2 config templates","id":"6719ded3-6847-460e-8bd3-ee1d35686535","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"x-api-key","type":"text","value":"2a84465a-cf38-46b2-9d86-b84Q7d57f288"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"127.0.0.1:9000/j2template/config/","urlObject":{"path":["j2template","config",""],"host":["127.0.0.1:9000"],"query":[],"variable":[]}},"response":[],"_postman_id":"6719ded3-6847-460e-8bd3-ee1d35686535"},{"name":"add j2 config templates","id":"dd01940f-c6b2-4440-8786-28c829fb47b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"x-api-key","type":"text","value":"2a84465a-cf38-46b2-9d86-b84Q7d57f288"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"test\",\r\n    \"base64_payload\": \"YWJjMTIzIT8kKiYoKSctPUB+\"\r\n}"},"url":"127.0.0.1:9000/j2template/config/","urlObject":{"path":["j2template","config",""],"host":["127.0.0.1:9000"],"query":[],"variable":[]}},"response":[],"_postman_id":"dd01940f-c6b2-4440-8786-28c829fb47b5"},{"name":"add j2 service templates","id":"491ea667-42dc-4141-800b-3e92329da922","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"x-api-key","type":"text","value":"2a84465a-cf38-46b2-9d86-b84Q7d57f288"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"test\",\r\n    \"base64_payload\": \"YWJjMTIzIT8kKiYoKSctPUB+\"\r\n}"},"url":"127.0.0.1:9000/j2template/service/","urlObject":{"path":["j2template","service",""],"host":["127.0.0.1:9000"],"query":[],"variable":[]}},"response":[],"_postman_id":"491ea667-42dc-4141-800b-3e92329da922"},{"name":"add j2 webhook templates","id":"dbdfe88a-86c2-4e8d-b134-5a4d725c98e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"x-api-key","type":"text","value":"2a84465a-cf38-46b2-9d86-b84Q7d57f288"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"test\",\r\n    \"base64_payload\": \"YWJjMTIzIT8kKiYoKSctPUB+\"\r\n}"},"url":"127.0.0.1:9000/j2template/webhook/","urlObject":{"path":["j2template","webhook",""],"host":["127.0.0.1:9000"],"query":[],"variable":[]}},"response":[],"_postman_id":"dbdfe88a-86c2-4e8d-b134-5a4d725c98e4"},{"name":"delete j2 config templates","id":"5b813712-99db-4d75-a92b-2a7b05ed384b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[{"key":"x-api-key","type":"text","value":"2a84465a-cf38-46b2-9d86-b84Q7d57f288"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"test\",\r\n    \"base64_payload\": \"YWJjMTIzIT8kKiYoKSctPUB+\"\r\n}"},"url":"127.0.0.1:9000/j2template/config/","urlObject":{"path":["j2template","config",""],"host":["127.0.0.1:9000"],"query":[],"variable":[]}},"response":[],"_postman_id":"5b813712-99db-4d75-a92b-2a7b05ed384b"},{"name":"delete ttp template","id":"3e82f802-949a-4397-949c-6ceaf09b6a9e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[{"key":"x-api-key","type":"text","value":"2a84465a-cf38-46b2-9d86-b84Q7d57f288"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"test\",\r\n    \"base64_payload\": \"YWJjMTIzIT8kKiYoKSctPUB+\"\r\n}"},"url":"127.0.0.1:9000/ttptemplate","urlObject":{"path":["ttptemplate"],"host":["127.0.0.1:9000"],"query":[],"variable":[]}},"response":[],"_postman_id":"3e82f802-949a-4397-949c-6ceaf09b6a9e"},{"name":"delete j2 service templates","id":"315dc7c2-e30f-4840-8a8b-fe64400389af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[{"key":"x-api-key","type":"text","value":"2a84465a-cf38-46b2-9d86-b84Q7d57f288"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"test\",\r\n    \"base64_payload\": \"YWJjMTIzIT8kKiYoKSctPUB+\"\r\n}"},"url":"127.0.0.1:9000/j2template/service/","urlObject":{"path":["j2template","service",""],"host":["127.0.0.1:9000"],"query":[],"variable":[]}},"response":[],"_postman_id":"315dc7c2-e30f-4840-8a8b-fe64400389af"},{"name":"delete j2 webhook templates","id":"11f90186-cddd-4ea4-9094-410e5d0e193e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[{"key":"x-api-key","type":"text","value":"2a84465a-cf38-46b2-9d86-b84Q7d57f288"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"test\",\r\n    \"base64_payload\": \"YWJjMTIzIT8kKiYoKSctPUB+\"\r\n}"},"url":"127.0.0.1:9000/j2template/webhook/","urlObject":{"path":["j2template","webhook",""],"host":["127.0.0.1:9000"],"query":[],"variable":[]}},"response":[],"_postman_id":"11f90186-cddd-4ea4-9094-410e5d0e193e"},{"name":"get j2 webhook templates","id":"1d1e4877-16bb-46c0-bf0a-017237f3dbe1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"x-api-key","type":"text","value":"2a84465a-cf38-46b2-9d86-b84Q7d57f288"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"127.0.0.1:9000/j2template/webhook/","urlObject":{"path":["j2template","webhook",""],"host":["127.0.0.1:9000"],"query":[],"variable":[]}},"response":[],"_postman_id":"1d1e4877-16bb-46c0-bf0a-017237f3dbe1"},{"name":"get j2 service template model","id":"0db58d5c-6030-4217-b6d1-979eeeca7011","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"x-api-key","type":"text","value":"2a84465a-cf38-46b2-9d86-b84Q7d57f288"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"127.0.0.1:9000/j2template/service/vlan_service","urlObject":{"path":["j2template","service","vlan_service"],"host":["127.0.0.1:9000"],"query":[],"variable":[]}},"response":[],"_postman_id":"0db58d5c-6030-4217-b6d1-979eeeca7011"},{"name":"get j2 config template model","id":"954624ca-b91a-4150-88fa-d9d58057ae66","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"x-api-key","type":"text","value":"2a84465a-cf38-46b2-9d86-b84Q7d57f288"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"127.0.0.1:9000/j2template/config/test","urlObject":{"path":["j2template","config","test"],"host":["127.0.0.1:9000"],"query":[],"variable":[]}},"response":[],"_postman_id":"954624ca-b91a-4150-88fa-d9d58057ae66"},{"name":"get j2 webhook template model","id":"4b15d2c8-a803-4c90-be25-a6f3bc643325","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"x-api-key","type":"text","value":"2a84465a-cf38-46b2-9d86-b84Q7d57f288"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"127.0.0.1:9000/j2template/webhook/example","urlObject":{"path":["j2template","webhook","example"],"host":["127.0.0.1:9000"],"query":[],"variable":[]}},"response":[],"_postman_id":"4b15d2c8-a803-4c90-be25-a6f3bc643325"},{"name":"j2 render service template","id":"728372b8-7c2d-49b0-a76f-3d08262fcb65","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"x-api-key","type":"text","value":"2a84465a-cf38-46b2-9d86-b84Q7d57f288"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"operation\": \"create\",\n\t\"args\": {\n\t\t\"hosts\": [\n\t\t\t\"10.0.2.25\",\n\t\t\t\"10.0.2.23\"\n\t\t],\n\t\t\"username\": \"admin\",\n\t\t\"password\": \"admin\"\n\t},\n\t\"queue_strategy\": \"fifo\"\n}"},"url":"127.0.0.1:9000/j2template/render/service/vlan_service","urlObject":{"path":["j2template","render","service","vlan_service"],"host":["127.0.0.1:9000"],"query":[],"variable":[]}},"response":[],"_postman_id":"728372b8-7c2d-49b0-a76f-3d08262fcb65"},{"name":"j2 render config template","id":"2c1b47d7-d60a-4add-bd1b-394503347333","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"x-api-key","type":"text","value":"2a84465a-cf38-46b2-9d86-b84Q7d57f288"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"vlans\": [\n\t\t\"1\",\n\t\t\"2\",\n\t\t\"3\"\n\t]\n}"},"url":"127.0.0.1:9000/j2template/render/config/test","urlObject":{"path":["j2template","render","config","test"],"host":["127.0.0.1:9000"],"query":[],"variable":[]}},"response":[],"_postman_id":"2c1b47d7-d60a-4add-bd1b-394503347333"},{"name":"j2 render webhook template","id":"22976c40-b0ae-4ad1-bf0e-f74483972b9a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"x-api-key","type":"text","value":"2a84465a-cf38-46b2-9d86-b84Q7d57f288"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"status\": \"success\",\n\t\"data\": {\n\t\t\"task_id\": \"1d6fcd41-ee38-4baf-9b78-63300576d413\",\n\t\t\"created_on\": \"2020-07-17T11:48:40.381728\",\n\t\t\"task_queue\": \"fifo\",\n\t\t\"task_status\": \"finished\",\n\t\t\"task_result\": {\n\t\t\t\"show run | i hostname\": [\n\t\t\t\t\"hostname with_great_power_comes_great\"\n\t\t\t]\n\t\t}\n\t}\n}"},"url":"127.0.0.1:9000/j2template/render/webhook/example","urlObject":{"path":["j2template","render","webhook","example"],"host":["127.0.0.1:9000"],"query":[],"variable":[]}},"response":[],"_postman_id":"22976c40-b0ae-4ad1-bf0e-f74483972b9a"}],"id":"857ec76b-379b-4779-ab3e-4ca3fa3b78e0","_postman_id":"857ec76b-379b-4779-ab3e-4ca3fa3b78e0","description":""},{"name":"task management","item":[{"name":"taskqueue- specific device (verbose)","id":"b6d0af11-17e3-4cd5-85f7-bc3a29fad203","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"2a84465a-cf38-46b2-9d86-b84Q7d57f288","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"127.0.0.1:9000/taskqueue/:device_ip","description":"<p>127.0.0.1:9000/getconfig/task/host/10.0.2.33</p>\n","urlObject":{"path":["taskqueue",":device_ip"],"host":["127.0.0.1:9000"],"query":[],"variable":[{"id":"893c16a9-26d5-4280-9133-45c9d6f8649a","type":"string","value":"10.0.2.33","key":"device_ip"}]}},"response":[],"_postman_id":"b6d0af11-17e3-4cd5-85f7-bc3a29fad203"},{"name":"taskqueue","id":"323ebd7a-e343-436a-a988-0b17a2b0447e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","type":"text","value":"2a84465a-cf38-46b2-9d86-b84Q7d57f288"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":"127.0.0.1:9000/taskqueue/","description":"<p>127.0.0.1:9000/getconfig/task/host/10.0.2.33</p>\n","urlObject":{"path":["taskqueue",""],"host":["127.0.0.1:9000"],"query":[],"variable":[]}},"response":[],"_postman_id":"323ebd7a-e343-436a-a988-0b17a2b0447e"},{"name":"task","id":"2c2daa35-e384-45b0-b6bf-05d9ac0232d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"x-api-key","type":"text","value":"2a84465a-cf38-46b2-9d86-b84Q7d57f288"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"127.0.0.1:9000/task/61bebfc6-d0d2-4de1-a190-a1413b98fb3b","urlObject":{"path":["task","61bebfc6-d0d2-4de1-a190-a1413b98fb3b"],"host":["127.0.0.1:9000"],"query":[],"variable":[]}},"response":[],"_postman_id":"2c2daa35-e384-45b0-b6bf-05d9ac0232d6"}],"id":"eff0929c-135b-49aa-925b-0cdfff1eebab","_postman_id":"eff0929c-135b-49aa-925b-0cdfff1eebab","description":""},{"name":"service management","item":[{"name":"service - create instance","event":[{"listen":"prerequest","script":{"id":"a0899875-a55a-4dad-9a38-44331cb47b53","exec":[""],"type":"text/javascript"}}],"id":"a1df4c95-9181-445a-a811-ef332e826b88","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"x-api-key","type":"text","value":"2a84465a-cf38-46b2-9d86-b84Q7d57f288"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"hostname\": \"test\"\n}"},"url":"127.0.0.1:9000/service/instance/create/example_simple","urlObject":{"path":["service","instance","create","example_simple"],"host":["127.0.0.1:9000"],"query":[],"variable":[]}},"response":[],"_postman_id":"a1df4c95-9181-445a-a811-ef332e826b88"},{"name":"service - update service instance values","event":[{"listen":"prerequest","script":{"id":"ce82469c-2143-48e2-bfb2-e914060641ca","exec":[""],"type":"text/javascript"}}],"id":"da636246-b5c4-40e7-a3fb-11b837eb44ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PATCH","header":[{"key":"x-api-key","type":"text","value":"2a84465a-cf38-46b2-9d86-b84Q7d57f288"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n        \"hostname\": \"jim\"\n}\n\n"},"url":"127.0.0.1:9000/service/instance/update/example_simple/983ee749-0110-43d2-8d06-8a1c547bbe0b","urlObject":{"path":["service","instance","update","example_simple","983ee749-0110-43d2-8d06-8a1c547bbe0b"],"host":["127.0.0.1:9000"],"query":[],"variable":[]}},"response":[],"_postman_id":"da636246-b5c4-40e7-a3fb-11b837eb44ef"},{"name":"service - retrieve all service instances","event":[{"listen":"prerequest","script":{"id":"8b4f02e5-5b6c-4fc0-b55b-1d5ad6ff51cc","exec":[""],"type":"text/javascript"}}],"id":"37571eeb-7c9c-45be-bbdb-c8886739150f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"x-api-key","type":"text","value":"2a84465a-cf38-46b2-9d86-b84Q7d57f288"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"operation\": \"retrieve\",\n\t\"args\": {\n\t\t\"hosts\": [\n\t\t\t\"10.0.2.25\",\n\t\t\t\"10.0.2.23\"\n\t\t],\n\t\t\"username\": \"admin\",\n\t\t\"password\": \"admin\"\n\t},\n\t\"queue_strategy\": \"fifo\"\n}"},"url":"127.0.0.1:9000/service/instances/","urlObject":{"path":["service","instances",""],"host":["127.0.0.1:9000"],"query":[],"variable":[]}},"response":[],"_postman_id":"37571eeb-7c9c-45be-bbdb-c8886739150f"},{"name":"service instance - retrieve props","id":"3e64ddc7-3c13-413c-8c3b-217d82722d49","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"x-api-key","type":"text","value":"2a84465a-cf38-46b2-9d86-b84Q7d57f288"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"operation\": \"retrieve\",\n\t\"args\": {\n\t\t\"hosts\": [\n\t\t\t\"10.0.2.25\",\n\t\t\t\"10.0.2.23\"\n\t\t],\n\t\t\"username\": \"admin\",\n\t\t\"password\": \"admin\"\n\t},\n\t\"queue_strategy\": \"fifo\"\n}"},"url":"127.0.0.1:9000/service/instance/983ee749-0110-43d2-8d06-8a1c547bbe0b","urlObject":{"path":["service","instance","983ee749-0110-43d2-8d06-8a1c547bbe0b"],"host":["127.0.0.1:9000"],"query":[],"variable":[]}},"response":[],"_postman_id":"3e64ddc7-3c13-413c-8c3b-217d82722d49"},{"name":"service instance - validate state","id":"4d05a754-90d4-4a8e-a9fe-b57e98fad353","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"x-api-key","type":"text","value":"2a84465a-cf38-46b2-9d86-b84Q7d57f288"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"operation\": \"retrieve\",\n\t\"args\": {\n\t\t\"hosts\": [\n\t\t\t\"10.0.2.25\",\n\t\t\t\"10.0.2.23\"\n\t\t],\n\t\t\"username\": \"admin\",\n\t\t\"password\": \"admin\"\n\t},\n\t\"queue_strategy\": \"fifo\"\n}"},"url":"127.0.0.1:9000/service/instance/validate/6b8c719a-43bf-4aad-8bb2-8d40bb634460","urlObject":{"path":["service","instance","validate","6b8c719a-43bf-4aad-8bb2-8d40bb634460"],"host":["127.0.0.1:9000"],"query":[],"variable":[]}},"response":[],"_postman_id":"4d05a754-90d4-4a8e-a9fe-b57e98fad353"},{"name":"service instance - re-deploy","id":"6d58f8aa-8f50-49a4-ad72-590d22f16888","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"x-api-key","type":"text","value":"2a84465a-cf38-46b2-9d86-b84Q7d57f288"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"operation\": \"retrieve\",\n\t\"args\": {\n\t\t\"hosts\": [\n\t\t\t\"10.0.2.25\",\n\t\t\t\"10.0.2.23\"\n\t\t],\n\t\t\"username\": \"admin\",\n\t\t\"password\": \"admin\"\n\t},\n\t\"queue_strategy\": \"fifo\"\n}"},"url":"127.0.0.1:9000/service/instance/re-deploy/6b8c719a-43bf-4aad-8bb2-8d40bb634460","urlObject":{"path":["service","instance","re-deploy","6b8c719a-43bf-4aad-8bb2-8d40bb634460"],"host":["127.0.0.1:9000"],"query":[],"variable":[]}},"response":[],"_postman_id":"6d58f8aa-8f50-49a4-ad72-590d22f16888"},{"name":"service instance - health_check","id":"4d0f9965-cac5-4f3d-9369-7dd0642e6b05","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"x-api-key","type":"text","value":"2a84465a-cf38-46b2-9d86-b84Q7d57f288"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"operation\": \"retrieve\",\n\t\"args\": {\n\t\t\"hosts\": [\n\t\t\t\"10.0.2.25\",\n\t\t\t\"10.0.2.23\"\n\t\t],\n\t\t\"username\": \"admin\",\n\t\t\"password\": \"admin\"\n\t},\n\t\"queue_strategy\": \"fifo\"\n}"},"url":"127.0.0.1:9000/service/instance/healthcheck/6b8c719a-43bf-4aad-8bb2-8d40bb634460","urlObject":{"path":["service","instance","healthcheck","6b8c719a-43bf-4aad-8bb2-8d40bb634460"],"host":["127.0.0.1:9000"],"query":[],"variable":[]}},"response":[],"_postman_id":"4d0f9965-cac5-4f3d-9369-7dd0642e6b05"},{"name":"service instance - delete","id":"5e5f0cb2-a120-48a3-b29f-aa5ea5553c0a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"x-api-key","type":"text","value":"2a84465a-cf38-46b2-9d86-b84Q7d57f288"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"operation\": \"retrieve\",\n\t\"args\": {\n\t\t\"hosts\": [\n\t\t\t\"10.0.2.25\",\n\t\t\t\"10.0.2.23\"\n\t\t],\n\t\t\"username\": \"admin\",\n\t\t\"password\": \"admin\"\n\t},\n\t\"queue_strategy\": \"fifo\"\n}"},"url":"127.0.0.1:9000/service/instance/delete/0de9ffc7-1fc7-483f-984f-1dd5151691b7","urlObject":{"path":["service","instance","delete","0de9ffc7-1fc7-483f-984f-1dd5151691b7"],"host":["127.0.0.1:9000"],"query":[],"variable":[]}},"response":[],"_postman_id":"5e5f0cb2-a120-48a3-b29f-aa5ea5553c0a"}],"id":"aa100130-5ebf-48fe-bfac-ab035b317200","_postman_id":"aa100130-5ebf-48fe-bfac-ab035b317200","description":""},{"name":"system management","item":[{"name":"workers","id":"72e5fb5c-1387-4573-b62f-dbc12f48d635","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","type":"text","value":"2a84465a-cf38-46b2-9d86-b84Q7d57f288"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":"127.0.0.1:9000/workers/","description":"<p>127.0.0.1:9000/getconfig/task/host/10.0.2.33</p>\n","urlObject":{"path":["workers",""],"host":["127.0.0.1:9000"],"query":[],"variable":[]}},"response":[],"_postman_id":"72e5fb5c-1387-4573-b62f-dbc12f48d635"},{"name":"reload extensibles","id":"4cd0b44d-304e-48f2-8afb-f629360eaa6c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"x-api-key","type":"text","value":"2a84465a-cf38-46b2-9d86-b84Q7d57f288"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":"127.0.0.1:9000/reload-extensibles","description":"<p>127.0.0.1:9000/getconfig/task/host/10.0.2.33</p>\n","urlObject":{"path":["reload-extensibles"],"host":["127.0.0.1:9000"],"query":[],"variable":[]}},"response":[],"_postman_id":"4cd0b44d-304e-48f2-8afb-f629360eaa6c"},{"name":"pinned containers","id":"6b36ea22-bfbb-4ffc-83f3-c3bc38e72286","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","type":"text","value":"2a84465a-cf38-46b2-9d86-b84Q7d57f288"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":"127.0.0.1:9000/containers/pinned/","description":"<p>127.0.0.1:9000/getconfig/task/host/10.0.2.33</p>\n","urlObject":{"path":["containers","pinned",""],"host":["127.0.0.1:9000"],"query":[],"variable":[]}},"response":[],"_postman_id":"6b36ea22-bfbb-4ffc-83f3-c3bc38e72286"},{"name":"get cache","id":"4624059c-c4b7-40e3-8830-874857b54941","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","type":"text","value":"2a84465a-cf38-46b2-9d86-b84Q7d57f288"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":"127.0.0.1:9000/cache","description":"<p>127.0.0.1:9000/getconfig/task/host/10.0.2.33</p>\n","urlObject":{"path":["cache"],"host":["127.0.0.1:9000"],"query":[],"variable":[]}},"response":[],"_postman_id":"4624059c-c4b7-40e3-8830-874857b54941"},{"name":"kill worker","id":"950828df-afde-4a55-9aef-e47064c07bd2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","type":"text","value":"2a84465a-cf38-46b2-9d86-b84Q7d57f288"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":"127.0.0.1:9000/workers/kill/fifo_4_d791e90d-cb49-4200-b466-c7e2d5d283e1","description":"<p>127.0.0.1:9000/getconfig/task/host/10.0.2.33</p>\n","urlObject":{"path":["workers","kill","fifo_4_d791e90d-cb49-4200-b466-c7e2d5d283e1"],"host":["127.0.0.1:9000"],"query":[],"variable":[]}},"response":[],"_postman_id":"950828df-afde-4a55-9aef-e47064c07bd2"}],"id":"accccda3-3a70-4894-af3a-8a170e35dcdb","_postman_id":"accccda3-3a70-4894-af3a-8a170e35dcdb","description":""},{"name":"schedule","item":[{"name":"get scheduled tasks","id":"fc207e64-cd52-478a-bb68-2e01e45b4a29","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","type":"text","value":"2a84465a-cf38-46b2-9d86-b84Q7d57f288"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":"127.0.0.1:9000/schedule/","description":"<p>127.0.0.1:9000/getconfig/task/host/10.0.2.33</p>\n","urlObject":{"path":["schedule",""],"host":["127.0.0.1:9000"],"query":[],"variable":[]}},"response":[],"_postman_id":"fc207e64-cd52-478a-bb68-2e01e45b4a29"},{"name":"add scheduled task","id":"f22d5d3a-8361-4787-9395-dfc6245961bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"x-api-key","type":"text","value":"2a84465a-cf38-46b2-9d86-b84Q7d57f288"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{   \r\n    \"schedule_payload\" : {\r\n        \"path\": \"/setconfig\",\r\n        \"payload\": {\r\n            \"library\": \"netmiko\",\r\n            \"connection_args\": {\r\n                \"device_type\": \"cisco_ios\",\r\n                \"host\": \"10.0.2.33\",\r\n                \"username\": \"admin\",\r\n                \"password\": \"admin\"\r\n            },\r\n            \"config\": \"hostname cat\",\r\n            \"queue_strategy\": \"fifo\"\r\n        }\r\n    },\r\n    \"seconds\":10\r\n}"},"url":"127.0.0.1:9000/schedule/test","description":"<p>127.0.0.1:9000/getconfig/task/host/10.0.2.33</p>\n","urlObject":{"path":["schedule","test"],"host":["127.0.0.1:9000"],"query":[],"variable":[]}},"response":[],"_postman_id":"f22d5d3a-8361-4787-9395-dfc6245961bd"},{"name":"modify scheduled task","id":"e8ae0cec-923e-49d2-b9a2-b6ac35f03915","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PATCH","header":[{"key":"x-api-key","type":"text","value":"2a84465a-cf38-46b2-9d86-b84Q7d57f288"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{   \r\n    \"schedule_payload\" : {\r\n        \"path\": \"/getconfig\",\r\n        \"payload\": {\r\n            \"library\": \"netmiko\",\r\n            \"connection_args\": {\r\n                \"device_type\": \"cisco_ios\",\r\n                \"host\": \"10.0.2.22\",\r\n                \"username\": \"admin\",\r\n                \"password\": \"admin\"\r\n            },\r\n            \"config\": \"hostname cat\",\r\n            \"queue_strategy\": \"fifo\"\r\n        }\r\n    },\r\n    \"seconds\":20\r\n}"},"url":"127.0.0.1:9000/schedule/b67b7059c4a2454faf8eb2d2ab6f6615","description":"<p>127.0.0.1:9000/getconfig/task/host/10.0.2.33</p>\n","urlObject":{"path":["schedule","b67b7059c4a2454faf8eb2d2ab6f6615"],"host":["127.0.0.1:9000"],"query":[],"variable":[]}},"response":[],"_postman_id":"e8ae0cec-923e-49d2-b9a2-b6ac35f03915"},{"name":"delete scheduled task","id":"8103a7df-3541-4c6b-afb7-7e340665ca1f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[{"key":"x-api-key","type":"text","value":"2a84465a-cf38-46b2-9d86-b84Q7d57f288"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{   \r\n    \"path\": \"/getconfig\",\r\n    \"payload\": {\r\n        \"library\": \"netmiko\",\r\n        \"connection_args\": {\r\n            \"device_type\": \"cisco_ios\",\r\n            \"host\": \"10.0.2.33\",\r\n            \"username\": \"admin\",\r\n            \"password\": \"admin\",\r\n            \"timeout\": 5\r\n        },\r\n        \"command\": \"show run | i hostname\",\r\n        \"queue_strategy\": \"pinned\"\r\n    }\r\n\r\n}"},"url":"127.0.0.1:9000/schedule/f3fecc43e6954d2fb69fe47d33139c6d","description":"<p>127.0.0.1:9000/getconfig/task/host/10.0.2.33</p>\n","urlObject":{"path":["schedule","f3fecc43e6954d2fb69fe47d33139c6d"],"host":["127.0.0.1:9000"],"query":[],"variable":[]}},"response":[],"_postman_id":"8103a7df-3541-4c6b-afb7-7e340665ca1f"}],"id":"e4993d1a-a3a7-4e21-95ed-18709ff2b8dd","_postman_id":"e4993d1a-a3a7-4e21-95ed-18709ff2b8dd","description":""}],"event":[{"listen":"prerequest","script":{"id":"0de802c6-d59d-4099-8d82-773b249e88fe","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"965a71f0-7592-4885-aeaa-f657a053596c","type":"text/javascript","exec":[""]}}],"variable":[{"key":"device_password","value":"admin"},{"key":"device_ip_address","value":"10.0.2.26"},{"key":"apikey","value":"2a84465a-cf38-46b2-9d86-b84Q7d57f288"},{"key":"device_username","value":"admin"},{"key":"netpalm_host","value":"127.0.0.1:9000"}]}