drops hat die Gist bearbeitet 2 years ago. Zu Änderung gehen
1 file changed, 26 insertions
xpenology.md(Datei erstellt)
| @@ -0,0 +1,26 @@ | |||
| 1 | + | * **Login (replace URL, PORT, USER, PASS)** | |
| 2 | + | * https://URL:PORT/webapi/auth.cgi?api=SYNO.API.Auth&method=Login&version=1&account=USER&passwd=PASS | |
| 3 | + | ||
| 4 | + | ||
| 5 | + | for **ActiveBackup** its the following urls | |
| 6 | + | ||
| 7 | + | * **Get Activationstatus** | |
| 8 | + | * https://URL:PORT/webapi/entry.cgi?api=SYNO.ActiveBackup.Activation&method=get&version=1 | |
| 9 | + | * **Set ActivationStatus** (use your SERIALNUMBER) | |
| 10 | + | * https://URL:PORT/webapi/entry.cgi?api=SYNO.ActiveBackup.Activation&method=set&version=1&activated=true&serial_number="SERIALNUMBER" | |
| 11 | + | ||
| 12 | + | ||
| 13 | + | for **Office365** its the following urls | |
| 14 | + | ||
| 15 | + | * **Get Activationstatus** | |
| 16 | + | * https://URL:PORT/webapi/entry.cgi?api=SYNO.ActiveBackupOffice365&method=get_activation&version=1 | |
| 17 | + | * **Set ActivationStatus** (use your SERIALNUMBER) | |
| 18 | + | * https://URL:PORT/webapi/entry.cgi?api=SYNO.ActiveBackupOffice365&method=set_activation&version=1&serial_number="SERIALNUMBER" | |
| 19 | + | ||
| 20 | + | ||
| 21 | + | for **GSuite** its the following urls | |
| 22 | + | ||
| 23 | + | * **Get Activationstatus** | |
| 24 | + | * https://URL:PORT/webapi/entry.cgi?api=SYNO.ActiveBackupGSuite&method=get_activation&version=1 | |
| 25 | + | * **Set ActivationStatus (use your SERIALNUMBER)** | |
| 26 | + | * https://URL:PORT/webapi/entry.cgi?api=SYNO.ActiveBackupGSuite&method=set_activation&version=1&serial_number="SERIALNUMBER" | |
Neuer
Älter