Created At
Dec 01, 2017
Created By Liam Devlin
Simple Virtual Device which allows to create backup or reboot HC.
Created At
Dec 01, 2017
Last Update
Dec 15, 2017
Platforms
HC 2, HC Lite
Views
15220
Download
801
FUNCTIONS
INSTALLATION
ADDITIONAL DEVICES
RIGHTS
Problem with new HV - exactly this VD was working fine on 4.180 :(((
Not work with 4.520 ...
The Virtual device it's ok but fo reboot you must change the string like this: GET /api/service/reboot HTTP/1.1 Host: 192.xx.xx.xx Authorization: Basic YWRtaW46YWRtaW4= 0x0D0x0A0x0D0x0A in host put ip address of HC
For some reason both, the backup and the reboot doesn't work for me. I'm not sure what I'm doing wrong. Username:Password ([email protected]:Password) was converted to Base64. Here my string: Backup: POST /api/service/backups HTTP/1.1 Host: 192.168.0.3 Connection: keep-alive Content-Length: 50 Authorization: Basic XXXXXXXXXXXX {"action":"create","params":{"name":"AutoUpdate"}} Reboot: GET /api/service/reboot HTTP/1.1 Host: 127.0.0.1 Authorization: Basic XXXXXXXXXXXX
does not work in 4.520 - tried several times with using " " around the base64 code and without no influence at all. Useless