Jump to content
XPEnology Community

Использование пакетов требующих учетную запись synology. Возможно или нет?


Recommended Posts

Можно попробовать так

Spoiler

   Login (replace URL, PORT, USER, PASS)
        https://URL:PORT?/webapi/auth.cgi?api=SYNO.API.Auth&method=Login&version=1&account=USER&passwd=PASS

 

for ActiveBackup its the following urls

    Get Activationstatus
        https://URL:PORT/webapi/entry.cgi?api=SYNO.ActiveBackup.Activation&method=get&version=1
    Set ActivationStatus (use your SERIALNUMBER)
        https://URL:PORT/webapi/entry.cgi?api=SYNO.ActiveBackup.Activation&method=set&version=1&activated=true&serial_number="SERIALNUMBER" ?

 

for Office365 its the following urls

    Get Activationstatus
        https://URL:PORT/webapi/entry.cgi?api=SYNO.ActiveBackupOffice365&method=get_activation&version=1
    Set ActivationStatus (use your SERIALNUMBER)
        https://URL:PORT/webapi/entry.cgi?api=SYNO.ActiveBackupOffice365&method=set_activation&version=1&serial_number="SERIALNUMBER"

 

for GSuite its the following urls

    Get Activationstatus
        https://URL:PORT/webapi/entry.cgi?api=SYNO.ActiveBackupGSuite&method=get_activation&version=1
    Set ActivationStatus (use your SERIALNUMBER)
        https://URL:PORT/webapi/entry.cgi?api=SYNO.ActiveBackupGSuite&method=set_activation&version=1&serial_number="SERIALNUMBER"

Раньше работало.

 

Link to comment
Share on other sites

проверено на

DSM 7.1.1-42962 Update 6

DS920+

 

https://ip_NAS/webapi/auth.cgi?api=SYNO.API.Auth&version=3&method=login&account=логин&passwd=пароль&format= cookie

https://ip_NAS/webapi/entry.cgi?api=SYNO.ActiveBackup.Activation&method=set&version=1&activated=true&serial_number="серийный номер"

 

спасибо коллеги.

остальные проверю позже.

 

Link to comment
Share on other sites

проверено

for Office365 its the following urls

    Get Activationstatus
        https://адрес:порт/webapi/auth.cgi?api=SYNO.API.Auth&version=3&method=login&account=логин&passwd=пароль&format= cookie
    Set ActivationStatus (use your SERIALNUMBER)
        https://адрес:порт/webapi/entry.cgi?api=SYNO.ActiveBackupOffice365&method=set_activation&version=1&serial_number="серийник"

 

Link to comment
Share on other sites

Get Activationstatus
https://адрес:порт/webapi/auth.cgi?api=SYNO.API.Auth&version=3&method=login&account=логин&passwd=пароль&format= cookie

Set ActivationStatus (use your SERIALNUMBER)

https://адрес:порт/webapi/entry.cgi?api=SYNO.ActiveBackupGSuite&method=set_activation&version=1&serial_number="серийник"

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...