As the new CVP backend merges, we have a new way of importing a device. Quote from a email thread in cvp-dev:
Going forward, for importing devices into CVP, you need to issue a POST request
to: cvpservice/inventory/devices
Expected request body format:
{
"host":"172.1.1.1"
}
Note that value in the request body can be hostname or IP address.
If the above is successful, you should see the device appearing in undefined container. You can then move it to a different container like before from the provisioning page.
Also CSV import is not supported now for the new cvp backend, therefore #23 could be closed, and probably reopened if in the future csv is supported again.
As the new CVP backend merges, we have a new way of importing a device. Quote from a email thread in cvp-dev:
Also CSV import is not supported now for the new cvp backend, therefore #23 could be closed, and probably reopened if in the future csv is supported again.