Add test cases for call-home (devices connected with TLS transport)
[integration/test.git] / csit / variables / netconf / callhome / json / apiv2 / add_private_key.json
diff --git a/csit/variables/netconf/callhome/json/apiv2/add_private_key.json b/csit/variables/netconf/callhome/json/apiv2/add_private_key.json
new file mode 100644 (file)
index 0000000..d823e8b
--- /dev/null
@@ -0,0 +1,13 @@
+{
+    "input": {
+        "private-key": [
+            {
+                "name": "tls-device-key",
+                "data": "{client-key}",
+                "certificate-chain": [
+                    "{certificate-chain}"
+                ]
+            }
+        ]
+    }
+}