cterasdk.object.Portal module¶
-
class
cterasdk.object.Portal.GlobalAdmin(host, port=443, https=True)¶ Bases:
cterasdk.object.Portal.PortalMain class for Global Admin operations on a Portal
Variables: - portals (cterasdk.core.portals.Portals) – Object holding the Portals Management APIs
- servers (cterasdk.core.servers.Servers) – Object holding the Servers Management APIs
-
context¶
-
file_browser_base_path¶
-
class
cterasdk.object.Portal.Portal(host, port, https)¶ Bases:
cterasdk.client.host.CTERAHostParent class for communicating with the Portal through either GlobalAdmin or ServicesPortal
Variables: - users (cterasdk.core.users.Users) – Object holding the Portal user APIs
- reports (cterasdk.core.reports.Reports) – Object holding the Portal reports APIs
- devices (cterasdk.core.devices.Devices) – Object holding the Portal devices APIs
- directoryservice (cterasdk.core.directoryservice.DirectoryService) – Object holding the Portal Active Directory Service APIs
- zones (cterasdk.core.zones.Zones) – Object holding the Portal zones APIs
- activation (cterasdk.core.activation.Activation) – Object holding the Portal activation APIs
- logs (cterasdk.core.logs.Logs) – Object holding the Portal logs APIs
- cloudfs (cterasdk.core.cloudfs.CloudFS) – Object holding the Portal CloudFS APIs
- files (cterasdk.core.files.browser.FileBrowser) – Object holding the Portal File Browsing APIs
-
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.PortalMain class for Service operations on a Portal
-
context¶
-
file_browser_base_path¶
-