update v.0.4.0

see release notes for more informations
This commit is contained in:
Renato Visaggio
2021-11-06 16:04:09 +01:00
parent 095f5cdc0c
commit a82beca7c5
17 changed files with 1193 additions and 15 deletions

View File

@ -2,7 +2,7 @@ from . import base_api_core
class Backup(base_api_core.Core):
def __init__(self, ip_address, port, username, password, secure=False, cert_verify=False, dsm_version=2, debug=True):
def __init__(self, ip_address, port, username, password, secure=False, cert_verify=False, dsm_version=7, debug=True):
super(Backup, self).__init__(ip_address, port, username, password, secure, cert_verify, dsm_version, debug)
def backup_repository_get(self):