Add test cases for new API to netconf/call-home suite
[integration/test.git] / csit / variables / netconf / callhome / json / apiv2 / create_device_hostkey_only.json
1 {
2     "device": {
3         "unique-id": "{device_name}",
4         "ssh-client-params": {
5             "host-key": "{hostkey}"
6         }
7     }
8 }