cterasdk.object.Portal module

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

Bases: cterasdk.object.Portal.Portal

Main class for Global Admin operations on a Portal

Variables:
context
file_browser_base_path
class cterasdk.object.Portal.Portal(host, port, https)

Bases: cterasdk.client.host.CTERAHost

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

Variables:
base_api_url
base_file_url
base_portal_url
context
file_browser_base_path
iterator(path, param)
put(path, value, use_file_url=False)

Update a schema object or attribute.

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

Verification check to ensure the target host is a Portal.

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

Bases: cterasdk.object.Portal.Portal

Main class for Service operations on a Portal

context
file_browser_base_path