Search found 5 matches
- Wed Oct 26, 2022 6:01 am
- Forum: Support
- Topic: [Fixed in 2.3.0] api/v2/devices/<device_id>/backups not working
- Replies: 6
- Views: 7559
Re: api/v2/devices/<device_id>/backups not working
Thanks. We successfully downgraded to 2.2.3.
- Tue Oct 25, 2022 9:54 am
- Forum: Support
- Topic: [Fixed in 2.3.0] api/v2/devices/<device_id>/backups not working
- Replies: 6
- Views: 7559
Re: api/v2/devices/<device_id>/backups not working
I just hit this bug, fairly sure it was on the 2.2.3 to 2.2.4 upgrade.
Is a 2.2.3 downgrade or 2.2.5 release an option, I'd rather not take a 2.3 beta to fix this. It seems like it was an unintended regression.
Is a 2.2.3 downgrade or 2.2.5 release an option, I'd rather not take a 2.3 beta to fix this. It seems like it was an unintended regression.
- Tue Feb 08, 2022 2:38 am
- Forum: General
- Topic: Python API and config/device info
- Replies: 2
- Views: 5672
Re: Python API and config/device info
So it turns out I did push up my work to github, but haven't pushed it all the way to pypi. https://github.com/smallsam/pyunimus
Would be happy for the Unimus team to take this on if it is useful.
Would be happy for the Unimus team to take this on if it is useful.
- Tue Jan 18, 2022 4:03 am
- Forum: General
- Topic: Python API and config/device info
- Replies: 2
- Views: 5672
Python API and config/device info
Hi All, It would be great to see an official python API client but given the work on APIv3 it makes sense to base it on that. In the meantime I had some specific use cases pulling the device information and backups from Unimus so wrote the following: https://gist.github.com/smallsam/23e933329d876b70...
- Tue Jan 18, 2022 3:46 am
- Forum: Beta
- Topic: [Draft] Unimus API v3 - feedback wanted
- Replies: 8
- Views: 32208
Re: [Draft] Unimus API v3 - feedback wanted
Hi Tomas, Had a quick review of the APIv3 and it all looks reasonable. A minor comment on API style. 1. POST /api/v3/zones/{uuid}/proxy:remote_core IMHO this is an unusual style for a REST API, it's like you're using an operation style here for setting a property, I wonder why we can't use PUT to up...