cterasdk.object.Portal module

class cterasdk.object.Portal.GlobalAdmin(host, port=None, https=True)

Bases: Portal

Main class for Global Admin operations on a Portal

Variables
property backups_base_path
property cloud_drive_base_path
property context
class cterasdk.object.Portal.Portal(host, port, https)

Bases: CTERAHost

Parent class for communicating with the Portal through either GlobalAdmin or ServicesPortal

Variables
property backups_base_path
property base_api_url
property base_file_url
property base_portal_url
property cloud_drive_base_path
property context
iterator(path, param)
public_info()

Obtain the Portal’s public info.

put(path, value, use_file_url=False)

Update a schema object or attribute.

query(path, name, param)
show_query(path, name, param)
test()

Verification check to ensure the target host is a Portal.

class cterasdk.object.Portal.ServicesPortal(host, port=None, https=True)

Bases: Portal

Main class for Service operations on a Portal

property backups_base_path
property cloud_drive_base_path
property context