Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - elg0ch0

#1
It worked.

Thanks!
#2
 Hi,

I'm trying to back up my OPNSense instance using the REST API but when trying:

curl -s -k -u "$key":"$secret" https://$FW/api/backup/backup/download

it returns:

{"message":"controller OPNsense\\Core\\Api\\IndexController not found","status":400}

As a test, I tried

curl -k -u "$key":"$secret"  https://$FW/api/core/firmware/status

and it works as expected

Currently running on OPNsense 20.1.4-amd64

Any idea what might wrong?

Thanks!