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