I need to download the QUMULO Core API and CLI tools so that I can install them on our closed side devices. does anyone have the path for the files?
1
I need to download the QUMULO Core API and CLI tools so that I can install them on our closed side devices. does anyone have the path for the files?
Hello Vernon, you can download the "qq" CLI directly from your cluster via a link in the API tab of your cluster. You might want to add this to your $PATH
You can download the Qumulo Python API in a machine with internet connectivity and then transfer to another walled off machine this way:
On the Internet-facing machine:
pip download -d . qumulo_api
On the remote machine:
pip install --find-links . *
I hope this helps.
Please sign in to leave a comment.
Comments
1 comment