Forum Discussion
Upload Certificate to BIG-IQ 5.3 with REST
- Sep 28, 2017
Greetings, I was able to upload, but haven't found the download just yet:
On my linux host:
cat fileo hey curl -s -k -u admin:admin -H 'Content-Type: text/plain' -H 'Content-Range: 0-2/3' -d @fileo -X POST https://172.24.171.25/mgmt/shared/file-transfer/uploads/fileo
On BIG-IQ (5.3):
cat /var/config/rest/downloads/fileo hey
Will let you know if I can find the download method.
Kevin
Greetings, I was able to upload, but haven't found the download just yet:
On my linux host:
cat fileo
hey
curl -s -k -u admin:admin -H 'Content-Type: text/plain' -H 'Content-Range: 0-2/3' -d @fileo -X POST https://172.24.171.25/mgmt/shared/file-transfer/uploads/fileo
On BIG-IQ (5.3):
cat /var/config/rest/downloads/fileo
hey
Will let you know if I can find the download method.
Kevin
Oh great, I had to do the same, should have mentioned that =(
Thanks for letting us know. I'm not sure the impact exactly, but I've been able to upload and download using the following. BIG-IQ doesn't store backups here, so it seems innocuous:
curl -s -k -u admin:admin -H 'Content-Type: text/plain' -H 'Content-Range: 0-2/3' -d @fileo -X POST https://172.24.171.25/mgmt/shared/file-transfer/ucs-uploads/fileo
curl -s -k -u admin:admin -H 'Content-Type: text/plain' -H 'Content-Range: 0-2/3' -X GET https://172.24.171.25/mgmt/shared/file-transfer/ucs-downloads/fileo -o fileo
Kevin
Recent Discussions
Related Content
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com