Add test cases for new API to netconf/call-home suite
[integration/test.git] / csit / variables / netconf / callhome / json / apiv2 / create_ssh_device.json
diff --git a/csit/variables/netconf/callhome/json/apiv2/create_ssh_device.json b/csit/variables/netconf/callhome/json/apiv2/create_ssh_device.json
new file mode 100644 (file)
index 0000000..e4cad2e
--- /dev/null
@@ -0,0 +1,12 @@
+{
+    "device": {
+        "unique-id": "{device_name}",
+        "ssh-client-params": {
+          "credentials": {
+              "username": "{username}",
+              "passwords": [ "{password}" ]
+          },
+          "host-key": "{hostkey}"
+        }
+    }
+}