Skip to content

Go API client for TP-Link Omada

Omada Open API

Overview

This API client was generated by the OpenAPI Generator project. By using the OpenAPI-spec from a remote server, you can easily generate an API client.

  • API version: v0.1
  • Package version: 0.2.0
  • Generator version: 7.21.0
  • Build package: org.openapitools.codegen.languages.GoClientCodegen

Installation

Install the following dependencies:

go get github.com/stretchr/testify/assert
go get golang.org/x/net/context

Put the package under your project folder and add the following in import:

import omada "github.com/Tohaker/omada-go-sdk/omada"

To use a proxy, set the environment variable HTTP_PROXY:

os.Setenv("HTTP_PROXY", "http://proxy_name:proxy_port")

Configuration of Server URL

Default configuration comes with Servers field that contains server objects as defined in the OpenAPI specification.

Select Server Configuration

For using other server than the one defined on index 0 set context value omada.ContextServerIndex of type int.

ctx := context.WithValue(context.Background(), omada.ContextServerIndex, 1)

Templated Server URL

Templated server URL is formatted using default variables from configuration or from context value omada.ContextServerVariables of type map[string]string.

ctx := context.WithValue(context.Background(), omada.ContextServerVariables, map[string]string{
    "basePath": "v2",
})

Note, enum values are always validated and all unused variables are silently ignored.

URLs Configuration per Operation

Each operation can use different server URL defined using OperationServers map in the Configuration. An operation is uniquely identified by "{classname}Service.{nickname}" string. Similar rules for overriding default operation server index and variables applies by using omada.ContextOperationServerIndices and omada.ContextOperationServerVariables context maps.

ctx := context.WithValue(context.Background(), omada.ContextOperationServerIndices, map[string]int{
    "{classname}Service.{nickname}": 2,
})
ctx = context.WithValue(context.Background(), omada.ContextOperationServerVariables, map[string]map[string]string{
    "{classname}Service.{nickname}": {
        "port": "8443",
    },
})

Documentation for API Endpoints

All URIs are relative to https://use1-omada-northbound.tplinkcloud.com

Class Method HTTP request Description
ACLAPI BatchDeleteOsgCustomAcls Post /openapi/v1/{omadacId}/sites/{siteId}/acls/gateway-acls/batch-delete batch Delete Osg Custom Acls
ACLAPI BatchEditOsgCustomAclStatus Post /openapi/v1/{omadacId}/sites/{siteId}/acls/gateway-acls/batch-edit batch Edit Osg Custom Acls
ACLAPI ClearOsgAclHitCounts Post /openapi/v1/{omadacId}/sites/{siteId}/acls/osg-acls/hit-counts Clear gateway ACL hit counts
ACLAPI ClearOsgHitCounts Post /openapi/v1/{omadacId}/sites/{siteId}/acls/osg-custom-acls/hit-counts Clear gateway custom ACL hit counts
ACLAPI CreateEapAcl Post /openapi/v1/{omadacId}/sites/{siteId}/acls/eap-acls Create new EAP ACL
ACLAPI CreateOsgAcl Post /openapi/v1/{omadacId}/sites/{siteId}/acls/osg-acls Create new gateway ACL
ACLAPI CreateOswAcl Post /openapi/v1/{omadacId}/sites/{siteId}/acls/osw-acls Create new switch ACL
ACLAPI DeleteAcl Delete /openapi/v1/{omadacId}/sites/{siteId}/acls/{aclId} Delete ACL
ACLAPI ExportOsgCustomAcl Get /openapi/v1/{omadacId}/files/sites/{siteId}/acls/export Export gateway custom ACL rules
ACLAPI GetAclConfigTypeSetting Get /openapi/v1/{omadacId}/sites/{siteId}/acls/osg-config-mode Get gateway ACL config mode
ACLAPI GetEapAclList Get /openapi/v1/{omadacId}/sites/{siteId}/acls/eap-acls Get EAP ACL list
ACLAPI GetOsgAclList Get /openapi/v1/{omadacId}/sites/{siteId}/acls/osg-acls Get gateway ACL list
ACLAPI GetOsgCustomAclList Get /openapi/v1/{omadacId}/sites/{siteId}/acls/osg-custom-acls Get osg custom ACL
ACLAPI GetOswAclList Get /openapi/v1/{omadacId}/sites/{siteId}/acls/osw-acls Get switch ACL list
ACLAPI ModifyAclConfigTypeSetting Put /openapi/v1/{omadacId}/sites/{siteId}/acls/osg-config-mode Modify gateway ACL config mode
ACLAPI ModifyAclIndex Post /openapi/v1/{omadacId}/sites/{siteId}/acls/modifyIndex Modify ACL Index
ACLAPI ModifyEapAcl Put /openapi/v1/{omadacId}/sites/{siteId}/acls/eap-acls/{aclId} Modify an EAP ACL
ACLAPI ModifyOsgAcl Put /openapi/v1/{omadacId}/sites/{siteId}/acls/osg-acls/{aclId} Modify a gateway ACL
ACLAPI ModifyOsgCustomAclIndex Post /openapi/v1/{omadacId}/sites/{siteId}/acls/osg-custom-acls/modifyIndex Modify gateway custom ACL index
ACLAPI ModifyOswAcl Put /openapi/v1/{omadacId}/sites/{siteId}/acls/osw-acls/{aclId} Modify a switch ACL
ACLAPI UpdateOsgCustomAcls Patch /openapi/v1/{omadacId}/sites/{siteId}/acls/osg-custom-acls Update osg custom ACLs
ACLTemplateAPI CreateEapAclTemplate Post /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/acls/eap-acls Create new eap template ACL
ACLTemplateAPI CreateOsgAclTemplate Post /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/acls/osg-acls Create new gateway template ACL
ACLTemplateAPI DeleteAclTemplate Delete /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/acls/{aclId} Delete Gateway/AP ACL template
ACLTemplateAPI ExportOsgCustomAclTemplate Get /openapi/v1/{omadacId}/files/sitetemplates/{siteTemplateId}/acls/export Export gateway custom ACL template rules
ACLTemplateAPI GetAclConfigTypeSettingTemplate Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/acls/osg-config-mode Get gateway ACL config mode template
ACLTemplateAPI GetEapAclListTemplate Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/acls/eap-acls Get eap ACL template list
ACLTemplateAPI GetOsgAclListTemplate Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/acls/osg-acls Get gateway ACL template list
ACLTemplateAPI GetOsgCustomAclListTemplate Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/acls/osg-custom-acls Get osg custom ACL template
ACLTemplateAPI ModifyAclConfigTypeSettingTemplate Put /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/acls/osg-config-mode Modify gateway ACL config template mode
ACLTemplateAPI ModifyAclIndexTemplate Post /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/acls/modifyIndex Modify ACL template Index
ACLTemplateAPI ModifyEapAclTemplate Put /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/acls/eap-acls/{aclId} Modify an EAP template ACL
ACLTemplateAPI ModifyOsgAclTemplate Put /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/acls/osg-acls/{aclId} Modify a gateway template ACL
ACLTemplateAPI ModifyOsgCustomAclIndexTemplate Post /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/acls/osg-custom-acls/modifyIndex Modify gateway custom ACL template index
ACLTemplateAPI UpdateOsgCustomAclsTemplate Patch /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/acls/osg-custom-acls Update osg custom ACL templates
AbnormalDetectAPI GetAnomalyEventSettingForSite Get /openapi/v1/{omadacId}/sites/{siteId}/anomaly/setting Get site anomaly event setting
AbnormalDetectAPI GetAnomalyEventSettingForSiteTemlate Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/anomaly/setting Get site template anomaly event setting
AbnormalDetectAPI GetNotificationTemplate Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/anomaly/notification Get abnormal notification template info
AbnormalDetectAPI GetNotificationTemplate1 Get /openapi/v1/{omadacId}/sites/{siteId}/anomaly/notification Get abnormal notification info
AbnormalDetectAPI ModifyAnomalyEventSettingForSite Patch /openapi/v1/{omadacId}/sites/{siteId}/anomaly/setting/modify Modify site anomaly event setting
AbnormalDetectAPI ModifyAnomalyEventSettingForSiteTemplate Patch /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/anomaly/setting/modify Modify site template anomaly event setting
AbnormalDetectAPI ModifyNotification Patch /openapi/v1/{omadacId}/sites/{siteId}/anomaly/notification Set abnormal notification info
AbnormalDetectAPI ModifyNotificationTemplate Patch /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/anomaly/notification Set abnormal notification template info
AccessControlAPI GetAccessControl Get /openapi/v1/{omadacId}/sites/{siteId}/setting/access-control Get access control setting
AccessControlAPI ModifyAccessControl Patch /openapi/v1/{omadacId}/sites/{siteId}/setting/access-control Modify access control setting
AccessControlTemplateAPI GetAccessControlTemplate Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/setting/access-control Get access control setting template
AccessControlTemplateAPI ModifyAccessControlTemplate Patch /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/setting/access-control Modify access control setting template
ApAPI BatchModifyAntSwitchConfig Put /openapi/v1/{omadacId}/sites/{siteId}/cmd/aps/config/ant-switch Batch modify AP antSwitch setting
ApAPI BatchModifyApVlanConfig Put /openapi/v2/{omadacId}/sites/{siteId}/aps/vlan Batch modify AP vlan config
ApAPI BatchModifyMultiApPorts Post /openapi/v1/{omadacId}/sites/{siteId}/aps/ports/config Batch modify multiple APs port config
ApAPI BatchModifyPowerSavingConfig Put /openapi/v1/{omadacId}/sites/{siteId}/cmd/aps/config/power-saving Batch Modify ap power saving config
ApAPI ChangeP2pRole Post /openapi/v1/{omadacId}/sites/{siteId}/aps/change-role Change p2p AP role
ApAPI GetAfcConfig Get /openapi/v1/{omadacId}/sites/{siteId}/aps/{apMac}/afc-config Get AP AFC config
ApAPI GetAfcInfo Get /openapi/v1/{omadacId}/sites/{siteId}/aps/{apMac}/afc Get AP AFC Status Info
ApAPI GetAllApBriefInfosBySite Get /openapi/v2/{omadacId}/sites/{siteId}/lockToAp/aps Get lock to AP brief APs
ApAPI GetAntSwitchConfig Get /openapi/v1/{omadacId}/sites/{siteId}/aps/{apMac}/ant-switch Get AP antSwitch setting
ApAPI GetAntennaGainConfig Get /openapi/v1/{omadacId}/sites/{siteId}/aps/{apMac}/antenna-gain Get AP antenna gain config
ApAPI GetApBridgeInfo Get /openapi/v1/{omadacId}/sites/{siteId}/aps/{apMac}/bridge Get P2P bridge config
ApAPI GetApL3AccessConfig Get /openapi/v1/{omadacId}/sites/{siteId}/aps/{apMac}/l3access Get AP l3Access config
ApAPI GetApListChannelInfo Post /openapi/v1/{omadacId}/sites/{siteId}/aps/channel-info Get ap list channel info.
ApAPI GetApLldpConfig Get /openapi/v1/{omadacId}/sites/{siteId}/aps/{apMac}/lldp Get AP lldp config
ApAPI GetApLoadBalanceConfig Get /openapi/v1/{omadacId}/sites/{siteId}/aps/{apMac}/load-balance Get AP load balance config
ApAPI GetApOfdmaConfig Get /openapi/v1/{omadacId}/sites/{siteId}/aps/{apMac}/ofdma Get AP OFDMA config
ApAPI GetApP2pInfo Get /openapi/v1/{omadacId}/sites/{siteId}/aps/{apMac}/p2pInfo Get P2P bridge group info
ApAPI GetApPortList Get /openapi/v1/{omadacId}/sites/{siteId}/aps/{apMac}/ports Get AP port list
ApAPI GetApPortVlans Get /openapi/v1/{omadacId}/sites/{siteId}/aps/{apMac}/port-vlans Get AP current vlans config
ApAPI GetApQoSConfig Get /openapi/v1/{omadacId}/sites/{siteId}/aps/{apMac}/qos Get AP qos config
ApAPI GetApSnmpConfig Get /openapi/v1/{omadacId}/sites/{siteId}/aps/{apMac}/snmp Get AP snmp config
ApAPI GetApTrunkSettingConfig Get /openapi/v1/{omadacId}/sites/{siteId}/aps/{apMac}/trunk-setting Get AP trunk setting config
ApAPI GetApUplinkConfig Get /openapi/v1/{omadacId}/sites/{siteId}/aps/{apMac}/uplink-config Get AP uplink config
ApAPI GetApVlanConfig Get /openapi/v1/{omadacId}/sites/{siteId}/aps/{apMac}/vlan Get AP vlan config
ApAPI GetApVlanConfigV2 Get /openapi/v2/{omadacId}/sites/{siteId}/aps/{apMac}/vlan Get AP vlan config v2
ApAPI GetAvailableChannelOfAp Get /openapi/v1/{omadacId}/sites/{siteId}/aps/{apMac}/available-channel Get available channel list of AP
ApAPI GetChannelLimitConfig Get /openapi/v1/{omadacId}/sites/{siteId}/aps/{apMac}/channel-limit Get AP channel limit config
ApAPI GetDownlinkWiredDevices Get /openapi/v1/{omadacId}/sites/{siteId}/aps/{apMac}/wired-downlink Get AP downlink(wired) device list
ApAPI GetGeneralConfig2 Get /openapi/v1/{omadacId}/sites/{siteId}/aps/{apMac}/general-config Get AP general config
ApAPI GetGridMeshCandiParentsForAdopt Get /openapi/v1/{omadacId}/sites/{siteId}/aps/{apMac}/grid/mesh/candiParents Get the candidate parent AP of the mesh AP
ApAPI GetIpSettingConfig Get /openapi/v1/{omadacId}/sites/{siteId}/aps/{apMac}/ip-setting Get AP ip setting
ApAPI GetIpv6SettingConfig Get /openapi/v1/{omadacId}/sites/{siteId}/aps/{apMac}/ipv6-setting Get AP ipv6 setting
ApAPI GetLanDetail Get /openapi/v1/{omadacId}/sites/{siteId}/aps/{apMac}/lan-traffic-info Get AP lan traffic info
ApAPI GetMeshStatistics Get /openapi/v1/{omadacId}/sites/{siteId}/aps/{apMac}/mesh/statistics Get AP mesh statistics
ApAPI GetMeshStatisticsForMsp Get /openapi/v1/msp/{mspId}/customers/{customerId}/sites/{siteId}/aps/{apMac}/mesh/statistics Get AP mesh statistics for MSP view
ApAPI GetMultiApPortList Post /openapi/v1/{omadacId}/sites/{siteId}/aps/ports/capability Get multiple APs port list
ApAPI GetOverviewDetail Get /openapi/v1/{omadacId}/sites/{siteId}/aps/{apMac} Get AP info
ApAPI GetParingWindowResult Get /openapi/v1/{omadacId}/sites/{siteId}/aps/{apMac}/paring-window-result Get Paring Window Result
ApAPI GetPowerSavingConfig Get /openapi/v1/{omadacId}/sites/{siteId}/aps/{apMac}/power-saving Get AP power saving config
ApAPI GetRFScanResult Get /openapi/v1/{omadacId}/sites/{siteId}/aps/{apMac}/rf-scan-result Get rf scan result
ApAPI GetRFScanResultV2 Get /openapi/v2/{omadacId}/sites/{siteId}/aps/{apMac}/rf-scan-result Get rf scan result v2
ApAPI GetRadiosConfig Get /openapi/v1/{omadacId}/sites/{siteId}/aps/{apMac}/radio-config Get AP radio config
ApAPI GetRadiosDetail Get /openapi/v1/{omadacId}/sites/{siteId}/aps/{apMac}/radios Get AP radio detail
ApAPI GetSpeedTestResults Get /openapi/v1/{omadacId}/sites/{siteId}/aps/{apMac}/speed-test-result Get speed test result
ApAPI GetUplinkWiredDetail Get /openapi/v1/{omadacId}/sites/{siteId}/aps/{apMac}/wired-uplink Get AP uplink(wired) detail
ApAPI GetWlansConfigV2 Get /openapi/v2/{omadacId}/sites/{siteId}/aps/{apMac}/override Get AP WLANs override config V2
ApAPI ModifyAfcConfig Put /openapi/v1/{omadacId}/sites/{siteId}/aps/{apMac}/afc-config Modify AP AFC config
ApAPI ModifyAntSwitchConfig Put /openapi/v1/{omadacId}/sites/{siteId}/aps/{apMac}/ant-switch Modify AP antSwitch setting
ApAPI ModifyAntennaGainConfig Patch /openapi/v1/{omadacId}/sites/{siteId}/aps/{apMac}/antenna-gain Modify AP antenna gain config
ApAPI ModifyApBridgeInfo Patch /openapi/v1/{omadacId}/sites/{siteId}/aps/{apMac}/bridge Modify P2P bridge config
ApAPI ModifyApChannelConfig Put /openapi/v1/{omadacId}/sites/{siteId}/aps/{apMac}/channel-config Modify AP channel config
ApAPI ModifyApLoadBalanceConfig Patch /openapi/v1/{omadacId}/sites/{siteId}/aps/{apMac}/load-balance Modify AP load balance config
ApAPI ModifyApManagementSsidConfig Put /openapi/v1/{omadacId}/sites/{siteId}/aps/{apMac}/management-wlan Modify AP management ssid config
ApAPI ModifyApOfdmaConfig Patch /openapi/v1/{omadacId}/sites/{siteId}/aps/{apMac}/ofdma Modify AP OFDMA config
ApAPI ModifyApPort Patch /openapi/v1/{omadacId}/sites/{siteId}/aps/{apMac}/ports/{port} Modify AP port config
ApAPI ModifyApQosConfig Patch /openapi/v1/{omadacId}/sites/{siteId}/aps/{apMac}/qos Modify AP qos config
ApAPI ModifyApServicesConfig Patch /openapi/v1/{omadacId}/sites/{siteId}/aps/{apMac}/service-config Modify AP service config
ApAPI ModifyApTrunkSettingConfig Patch /openapi/v1/{omadacId}/sites/{siteId}/aps/{apMac}/trunk-setting Modify AP trunk setting config
ApAPI ModifyApUpLinkConfig Put /openapi/v1/{omadacId}/sites/{siteId}/aps/{apMac}/uplink-config Modify AP uplink config
ApAPI ModifyApVlanConfig Put /openapi/v2/{omadacId}/sites/{siteId}/aps/{apMac}/vlan Modify AP vlan config
ApAPI ModifyApWlanGroup Patch /openapi/v1/{omadacId}/sites/{siteId}/aps/{apMac}/wlan-group Switch AP's wlan group
ApAPI ModifyChannelLimitConfig Put /openapi/v1/{omadacId}/sites/{siteId}/aps/{apMac}/channel-limit Modify AP channel limit config
ApAPI ModifyGeneralConfig2 Patch /openapi/v1/{omadacId}/sites/{siteId}/aps/{apMac}/general-config Modify AP general config
ApAPI ModifyIpSettingConfig Patch /openapi/v1/{omadacId}/sites/{siteId}/aps/{apMac}/ip-setting Modify AP ip setting
ApAPI ModifyIpv6SettingConfig Patch /openapi/v1/{omadacId}/sites/{siteId}/aps/{apMac}/ipv6-setting Modify AP ipv6 setting
ApAPI ModifyPowerSavingConfig Put /openapi/v1/{omadacId}/sites/{siteId}/aps/{apMac}/power-saving Modify AP power saving config
ApAPI ModifyRadiosConfig Patch /openapi/v1/{omadacId}/sites/{siteId}/aps/{apMac}/radio-config Modify AP radio config
ApAPI ModifyWlansConfigV2 Patch /openapi/v2/{omadacId}/sites/{siteId}/aps/{apMac}/override Modify AP WLANs override config V2
ApAPI MspMoveToCustomer3 Post /openapi/v1/msp/{mspId}/customers/{customerId}/sites/{siteId}/cmd/aps/move Move site to target customer
ApAPI StartParingWindow Post /openapi/v1/{omadacId}/sites/{siteId}/aps/{apMac}/start-paring-window Bridge AP Start Paring Window
ApAPI StopParingWindow Post /openapi/v1/{omadacId}/sites/{siteId}/aps/{apMac}/stop-paring-window Bridge AP Stop Paring Window
ApAPI TriggerRadioFrequencyScan Post /openapi/v1/{omadacId}/sites/{siteId}/aps/{apMac}/start-rf-scan Start rf scan
ApAPI TriggerRadioFrequencyScanV2 Post /openapi/v2/{omadacId}/sites/{siteId}/aps/{apMac}/start-rf-scan Start rf scan v2
ApAPI TriggerSpeedTest Post /openapi/v1/{omadacId}/sites/{siteId}/aps/{apMac}/start-speed-test Start speed test
ApAPI UpdateApLocationUseGps Post /openapi/v1/{omadacId}/sites/{siteId}/aps/{apMac}/location-gps Update AP location info use GPS
ApplicationControlAPI AddAssignRestriction Post /openapi/v1/{omadacId}/sites/{siteId}/applicationControl/restrictions Create new restriction assigned to lan network
ApplicationControlAPI AddAssignRestrictionTemplate Post /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/applicationControl/restrictions Create new restriction assigned to lan network
ApplicationControlAPI AddFilter Post /openapi/v1/{omadacId}/sites/{siteId}/applicationControl/filters Create new filter
ApplicationControlAPI AddFilterTemplate Post /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/applicationControl/filters Create new filter
ApplicationControlAPI AddRule Post /openapi/v1/{omadacId}/sites/{siteId}/applicationControl/rules Create new rule
ApplicationControlAPI AddRuleTemplate Post /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/applicationControl/rules Create new rule
ApplicationControlAPI ClearDpiData Delete /openapi/v1/{omadacId}/sites/{siteId}/stat/dpi Clear DPI data
ApplicationControlAPI DeleteAssignRestrictions Delete /openapi/v1/{omadacId}/sites/{siteId}/applicationControl/restrictions/{restrictionId} Delete an existing restriction
ApplicationControlAPI DeleteAssignRestrictionsTemplate Delete /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/applicationControl/restrictions/{restrictionId} Delete an existing restriction
ApplicationControlAPI DeleteFilters Delete /openapi/v1/{omadacId}/sites/{siteId}/applicationControl/filters/{filterId} Delete an existing filter
ApplicationControlAPI DeleteFiltersTemplate Delete /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/applicationControl/filters/{filterId} Delete an existing filter
ApplicationControlAPI DeleteRules Delete /openapi/v1/{omadacId}/sites/{siteId}/applicationControl/rules/{ruleId} Delete an existing rule
ApplicationControlAPI DeleteRulesTemplate Delete /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/applicationControl/rules/{ruleId} Delete an existing rule
ApplicationControlAPI EditApplicationControlStatus Put /openapi/v1/{omadacId}/sites/{siteId}/applicationControl/status Modify application control general settings
ApplicationControlAPI EditApplicationControlStatusTemplate Put /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/applicationControl/status Modify application control general settings
ApplicationControlAPI EditAssignRestrictions Put /openapi/v1/{omadacId}/sites/{siteId}/applicationControl/restrictions/{restrictionId} Modify an existing restriction
ApplicationControlAPI EditAssignRestrictionsTemplate Put /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/applicationControl/restrictions/{restrictionId} Modify an existing restriction
ApplicationControlAPI EditFilters Put /openapi/v1/{omadacId}/sites/{siteId}/applicationControl/filters/{filterId} Modify an existing filter
ApplicationControlAPI EditFiltersTemplate Put /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/applicationControl/filters/{filterId} Modify an existing filter
ApplicationControlAPI EditRule Put /openapi/v1/{omadacId}/sites/{siteId}/applicationControl/rules/{ruleId} Modify an existing rule
ApplicationControlAPI EditRulesTemplate Put /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/applicationControl/rules/{ruleId} Modify an existing rule
ApplicationControlAPI GetAllowApp Get /openapi/v1/{omadacId}/sites/{siteId}/dashboard/allowApp Get allow app
ApplicationControlAPI GetApplicationControlStatus Get /openapi/v1/{omadacId}/sites/{siteId}/applicationControl/status Get application control general settings
ApplicationControlAPI GetApplicationControlStatusTemplate Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/applicationControl/status Get application control general settings
ApplicationControlAPI GetApplicationControlTraffics Get /openapi/v1/{omadacId}/sites/{siteId}/applicationControl/traffics Get top 10 application traffics
ApplicationControlAPI GetApplications Get /openapi/v1/{omadacId}/sites/{siteId}/applicationControl/applications Get application list
ApplicationControlAPI GetApplicationsTemplate Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/applicationControl/applications Get application list
ApplicationControlAPI GetAssignRestrictions Get /openapi/v1/{omadacId}/sites/{siteId}/applicationControl/restrictions Get application control assigned restriction list
ApplicationControlAPI GetAssignRestrictionsTemplate Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/applicationControl/restrictions Get application control assigned restriction list
ApplicationControlAPI GetBlockApp Get /openapi/v1/{omadacId}/sites/{siteId}/dashboard/blockApp Get block app
ApplicationControlAPI GetCategoryAppInfo Get /openapi/v1/{omadacId}/sites/{siteId}/dashboard/categoryAppInfo/{familyId} Get app traffic in specific category
ApplicationControlAPI GetCategoryInfo Get /openapi/v1/{omadacId}/sites/{siteId}/dashboard/categoryInfo Get category info
ApplicationControlAPI GetCategoryUserInfo Get /openapi/v1/{omadacId}/sites/{siteId}/dashboard/categoryUserInfo/{familyId} Get client traffic in specific category
ApplicationControlAPI GetClientTraffic Get /openapi/v1/{omadacId}/sites/{siteId}/dashboard/clientTraffic Get clients traffic
ApplicationControlAPI GetClientTrafficList Post /openapi/v1/{omadacId}/sites/{siteId}/stat/dpi/clients/trafficList Get clients traffic list
ApplicationControlAPI GetClientTrafficV2 Post /openapi/v1/{omadacId}/sites/{siteId}/dashboard/clientTraffic Get clients traffic V2
ApplicationControlAPI GetFamilies Get /openapi/v1/{omadacId}/sites/{siteId}/applicationControl/families Get family list
ApplicationControlAPI GetFamiliesTemplate Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/applicationControl/families Get family list
ApplicationControlAPI GetFilters Get /openapi/v1/{omadacId}/sites/{siteId}/applicationControl/filters Get filter list
ApplicationControlAPI GetFiltersTemplate Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/applicationControl/filters Get filter list
ApplicationControlAPI GetMostActiveApplications Get /openapi/v1/{omadacId}/sites/{siteId}/dashboard/mostActiveAppTraffic Get most active applications
ApplicationControlAPI GetRules Get /openapi/v1/{omadacId}/sites/{siteId}/applicationControl/rules Get rule list
ApplicationControlAPI GetRulesTemplate Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/applicationControl/rules Get rule list
ApplicationControlAPI GetSpecificAppInfo Get /openapi/v1/{omadacId}/sites/{siteId}/dashboard/specificAppInfo/{applicationId} Get client traffic in specific app
ApplicationControlAPI GetSpecificClientInfo Get /openapi/v1/{omadacId}/sites/{siteId}/dashboard/specificClientInfo/{clientMac} Get app traffic in specific client
ArpDetectionAPI CreateArpDetects Post /openapi/v1/{omadacId}/sites/{siteId}/arpDetects Create new arp detects
ArpDetectionAPI DeleteArpDetect Delete /openapi/v1/{omadacId}/sites/{siteId}/arpDetects/{arpDetectId} Delete an existing arp detect
ArpDetectionAPI GetArpDetectStatus Get /openapi/v1/{omadacId}/sites/{siteId}/arpDetects/status Get arp detect status
ArpDetectionAPI GetGridArpDetects Get /openapi/v1/{omadacId}/sites/{siteId}/arpDetects Get arp detect list
ArpDetectionAPI GetOswPortLagIdVlans Post /openapi/v1/{omadacId}/sites/{siteId}/arpDetects/portLagVlans Get the port or standard port or lag to vlans map of one osw.
ArpDetectionAPI ImportArpDetectImpbsFromFile Post /openapi/v1/{omadacId}/sites/{siteId}/arpDetects/impbs/import Import the static impbs from file.
ArpDetectionAPI ModifyArpDetect Patch /openapi/v1/{omadacId}/sites/{siteId}/arpDetects/{arpDetectId} Modify a arp detect
ArpDetectionAPI ModifyArpDetectStatus Patch /openapi/v1/{omadacId}/sites/{siteId}/arpDetects/status Modify arp detect status
AttackDefenseAPI GetAttackDefenseSetting Get /openapi/v1/{omadacId}/sites/{siteId}/attack-defense Get attack and defense setting
AttackDefenseAPI GetDefaultAttackDefense Get /openapi/v1/{omadacId}/sites/{siteId}/attack-defense/default Get attack and defense default setting
AttackDefenseAPI ModifyAttackDefenseSetting Patch /openapi/v1/{omadacId}/sites/{siteId}/attack-defense Modify attack and defense setting
AttackDefenseAPI ResetAttackDefenseSetting Patch /openapi/v1/{omadacId}/sites/{siteId}/attack-defense/reset Reset attack and defense setting
AttackDefenseTemplateAPI GetAttackDefenseSettingTemplate Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/attack-defense Get attack and defense template setting
AttackDefenseTemplateAPI ModifyAttackDefenseSettingTemplate Patch /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/attack-defense Modify attack and defense template setting
AttackDefenseTemplateAPI ResetAttackDefenseSettingTemplate Patch /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/attack-defense/reset Reset attack and defense template setting
AuditLogAPI ExportAuditLogListForGlobal Post /openapi/v1/{omadacId}/logs/audit/export Export audit log list in global view
AuditLogAPI GetAuditLogSettingForGlobal Get /openapi/v1/{omadacId}/audit-notification Get global audit log notification
AuditLogAPI GetAuditLogSettingForMsp1 Get /openapi/v1/{omadacId}/sites/{siteId}/site/audit-notification Get site audit log notification
AuditLogAPI GetAuditLogsForGlobal Get /openapi/v1/{omadacId}/audit-logs Get global audit log list
AuditLogAPI GetAuditLogsForSite Get /openapi/v1/{omadacId}/sites/{siteId}/audit-logs Get site audit log list
AuditLogAPI ModifyAuditLogSettingGlobal Patch /openapi/v1/{omadacId}/audit-notification Modify global audit log notification
AuditLogAPI ModifyAuditLogSettingSite1 Patch /openapi/v1/{omadacId}/sites/{siteId}/site/audit-notification Modify site audit log notification
AuditLogTemplateAPI GetAuditLogSettingForMsp Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/site/audit-notification Get site template audit log notification
AuditLogTemplateAPI ModifyAuditLogSettingSite Patch /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/site/audit-notification Modify site template audit log notification
AuthenticationAPI AddPortal Post /openapi/v1/{omadacId}/sites/{siteId}/portal Add portal
AuthenticationAPI DeletePortal Delete /openapi/v1/{omadacId}/sites/{siteId}/portal/{portalId} Delete portal
AuthenticationAPI GetEapDot1xCandidates Get /openapi/v1/{omadacId}/sites/{siteId}/dot1x/eap/candidates Get site EAP 802.1x setting candidates
AuthenticationAPI GetEapDot1xSetting Get /openapi/v1/{omadacId}/sites/{siteId}/dot1x/eap Get site eap 802.1x setting
AuthenticationAPI GetGlobalPortalDomainSetting Get /openapi/v1/{omadacId}/sites/{siteId}/portal/setting/domain Get Portal Domain
AuthenticationAPI GetMacAuthSetting1 Get /openapi/v1/{omadacId}/sites/{siteId}/mac-auth Get site MAC-Based Authentication info
AuthenticationAPI GetMacAuthSsids1 Get /openapi/v1/{omadacId}/sites/{siteId}/mac-auth/ssids Get ssids that support MAC auth
AuthenticationAPI GetPortalCandidates Post /openapi/v1/{omadacId}/sites/{siteId}/hotspot/portal/candidates Get portal SSIDs and networks
AuthenticationAPI GetPortalCustomization Get /openapi/v1/{omadacId}/sites/{siteId}/portal/{portalId}/customization Get portal customization
AuthenticationAPI GetPortalDetail Get /openapi/v1/{omadacId}/sites/{siteId}/portal/{portalId} Get portal detail
AuthenticationAPI GetPortalList Get /openapi/v1/{omadacId}/sites/{siteId}/portals Get portal list in a site
AuthenticationAPI GetPortalListWithLogoutEnabled Get /openapi/v1/{omadacId}/sites/{siteId}/portals/logout-enabled Gets a list of logout enabled portals on the site
AuthenticationAPI GetSwitchDot1xCandidates Get /openapi/v1/{omadacId}/sites/{siteId}/dot1x/candidates Get site switch 802.1x setting candidates
AuthenticationAPI GetSwitchDot1xSetting Get /openapi/v1/{omadacId}/sites/{siteId}/dot1x Get site switch 802.1x setting
AuthenticationAPI ModifyPortal Patch /openapi/v1/{omadacId}/sites/{siteId}/portal/{portalId} Modify portal
AuthenticationAPI UpdateEapDot1xSetting Patch /openapi/v1/{omadacId}/sites/{siteId}/dot1x/eap Modify site EAP 802.1x setting
AuthenticationAPI UpdateMacAuthSetting1 Patch /openapi/v1/{omadacId}/sites/{siteId}/mac-auth Update site MAC-Based Authentication info
AuthenticationAPI UpdateSwitchDot1xSetting Patch /openapi/v1/{omadacId}/sites/{siteId}/dot1x Modify site switch 802.1x setting
AuthenticationAPI UploadPortalPage Post /openapi/v1/{omadacId}/sites/{siteId}/portal/page Import portal page
AuthenticationAPI UploadPortalPic Post /openapi/v1/{omadacId}/sites/{siteId}/portal/pics Upload portal picture
AuthenticationTemplateAPI CreatePortalTemplate Post /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/portal Create portal template
AuthenticationTemplateAPI DeletePortalTemplate Delete /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/portal/{portalId} Delete portal template
AuthenticationTemplateAPI GetMacAuthSetting Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/mac-auth Get site MAC-Based Authentication Template info
AuthenticationTemplateAPI GetMacAuthSsids Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/mac-auth/ssids Get ssids that support MAC auth Template
AuthenticationTemplateAPI GetPortalListTemplate Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/portals Get portal list in a site template
AuthenticationTemplateAPI GetPortalTemplateCustomization Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/portal/{portalId}/customization Get portal template customization
AuthenticationTemplateAPI GetPortalTemplateDetail Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/portal/{portalId} Get portal template detail
AuthenticationTemplateAPI ModifyPortalTemplate Patch /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/portal/{portalId} Modify portal template
AuthenticationTemplateAPI UpdateMacAuthSetting Patch /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/mac-auth Update site MAC-Based Authentication Template info
AuthenticationTemplateAPI UploadPortalPageTemplate Post /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/portal/page Import portal page in a site template
AuthenticationTemplateAPI UploadPortalPicTemplate Post /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/portal/pics Upload portal picture in a site template
AuthorizeAPI AuthorizeCode Post /openapi/authorize/code Get authorization code (step 2)
AuthorizeAPI AuthorizeLogin Post /openapi/authorize/login Login (Authorization Code flow step 1)
AuthorizeAPI AuthorizeToken Post /openapi/authorize/token Get or refresh access token
AuthorizedClientAPI AuthClient Post /openapi/v1/{omadacId}/sites/{siteId}/hotspot/clients/{clientMac}/auth Authentication the given client
AuthorizedClientAPI CancelAuthClient Post /openapi/v1/{omadacId}/sites/{siteId}/hotspot/clients/{clientMac}/unauth Cancel authentication the given client
AuthorizedClientAPI DeleteAllInvalidAuthedClients Post /openapi/v1/{omadacId}/sites/{siteId}/hotspot/authed-records/delete Delete all invalid authed record
AuthorizedClientAPI DeleteHotspotAuthedClient Delete /openapi/v1/{omadacId}/sites/{siteId}/hotspot/authed-records/{id} Delete given authed record
AuthorizedClientAPI DisconnectHotspotAuthedClient Post /openapi/v1/{omadacId}/sites/{siteId}/hotspot/authed-records/{id}/disconnect Disconnect authed client
AuthorizedClientAPI ExportAuthedClientListGlobalByCloudAccess Post /openapi/v1/{omadacId}/sites/{siteId}/hotspot/authed-client-list Export global authed client list
AuthorizedClientAPI ExtendHotspotAuthedClient Post /openapi/v1/{omadacId}/sites/{siteId}/hotspot/authed-records/{id}/period Modify period for given authed record
AuthorizedClientAPI GetHotspotAuthedClients Get /openapi/v1/{omadacId}/sites/{siteId}/hotspot/authed-records Get authentication record list
AuthorizedClientAPI GetHotspotStatistic Get /openapi/v1/{omadacId}/sites/{siteId}/hotspot/dashboard/statistics Get hotspot statistic
BackupAndRestoreAPI BackupFileServer Post /openapi/v1/{omadacId}/maintenance/backup/file-server Backup controller config to file server
BackupAndRestoreAPI BackupSelfServer Post /openapi/v1/{omadacId}/maintenance/backup/self-server Backup controller config to cloud server
BackupAndRestoreAPI BackupSitesFileServer Post /openapi/v1/{omadacId}/sites/maintenance/multi-backup/file-server Backup multi sites config to file server
BackupAndRestoreAPI BackupSitesSelfServer Post /openapi/v1/{omadacId}/sites/maintenance/multi-backup/self-server Backup multi sites config to self server
BackupAndRestoreAPI GetBackupResult Get /openapi/v1/{omadacId}/maintenance/backup/result Get controller backup result
BackupAndRestoreAPI GetRestoreResult Get /openapi/v1/{omadacId}/maintenance/restore/result Get controller restore result
BackupAndRestoreAPI GetSelfServerFileList Get /openapi/v1/{omadacId}/maintenance/backup/files Get controller backup file list in self server
BackupAndRestoreAPI GetSelfServerSiteFileList Get /openapi/v1/{omadacId}/sites/{siteId}/maintenance/backup/files Get site backup file list in self server
BackupAndRestoreAPI GetSiteBackupResult Get /openapi/v1/{omadacId}/sites/{siteId}/backup/result Get site backup result
BackupAndRestoreAPI RestoreFileServer Post /openapi/v1/{omadacId}/maintenance/restore/file-server Restore controller config from file server
BackupAndRestoreAPI RestoreSelfServer Post /openapi/v1/{omadacId}/maintenance/restore/self-server Restore controller config from cloud server
BackupAndRestoreAPI RestoreSitesFileServer Post /openapi/v1/{omadacId}/sites/maintenance/multi-restore/file-server Restore multi sites config from file server
BackupAndRestoreAPI RestoreSitesSelfServer Post /openapi/v1/{omadacId}/sites/maintenance/multi-restore/self-server Restore multi sites config from self server
BandwidthControlAPI CreateBandwidthCtrlRule Post /openapi/v1/{omadacId}/sites/{siteId}/bandwidth-control/rules Create bandwidth control rule
BandwidthControlAPI DeleteBandwidthCtrlRule Delete /openapi/v1/{omadacId}/sites/{siteId}/bandwidth-control/rules/{ruleId} Delete bandwidth control rule
BandwidthControlAPI GetBandwidthCtrl Get /openapi/v1/{omadacId}/sites/{siteId}/bandwidth-control Get bandwidth control
BandwidthControlAPI GetGridBandwidthCtrlRule Get /openapi/v1/{omadacId}/sites/{siteId}/bandwidth-control/rules Get bandwidth control rule list
BandwidthControlAPI ModifyBandwidthCtrl Patch /openapi/v1/{omadacId}/sites/{siteId}/bandwidth-control Modify bandwidth control
BandwidthControlAPI ModifyBandwidthCtrlRule Patch /openapi/v1/{omadacId}/sites/{siteId}/bandwidth-control/rules/{ruleId} Modify bandwidth control rule
BandwidthControlAPI ModifyBandwidthCtrlRuleIndex Patch /openapi/v1/{omadacId}/sites/{siteId}/bandwidth-control/rules Modify bandwidth control rule index
BandwidthControlTemplateAPI CreateBandwidthCtrlRuleTemplate Post /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/bandwidth-control/rules Create bandwidth control template rule
BandwidthControlTemplateAPI DeleteBandwidthCtrlRuleTemplate Delete /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/bandwidth-control/rules/{ruleId} Delete bandwidth control template rule
BandwidthControlTemplateAPI GetBandwidthCtrlTemplate Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/bandwidth-control Get bandwidth control template
BandwidthControlTemplateAPI GetGridBandwidthCtrlRuleTemplate Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/bandwidth-control/rules Get bandwidth control template rule list
BandwidthControlTemplateAPI ModifyBandwidthCtrlRuleIndexTemplate Patch /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/bandwidth-control/rules Modify bandwidth control template rule index
BandwidthControlTemplateAPI ModifyBandwidthCtrlRuleTemplate Patch /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/bandwidth-control/rules/{ruleId} Modify bandwidth control template rule
BandwidthControlTemplateAPI ModifyBandwidthCtrlTemplate Patch /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/bandwidth-control Modify bandwidth control template
BatchOpenAPIAPI BatchController Post /openapi/v1/{omadacId}/batch Batch Processing OpenAPIs
BluetoothAPI BatchDeleteBtIbeaconConfig Delete /openapi/v1/{omadacId}/sites/{siteId}/setting/iot/devices/config/batch Batch delete Bluetooth Advertising
BluetoothAPI BatchDeleteBtIbeaconConfigV2 Delete /openapi/v2/{omadacId}/sites/{siteId}/setting/iot/devices/config/batch Batch delete Bluetooth Advertising v2
BluetoothAPI BatchDeleteIotServer Delete /openapi/v1/{omadacId}/sites/{siteId}/setting/iot/servers/batch-delete Batch Delete IoT Transport Stream
BluetoothAPI BatchModifyBtIbeaconConfig Post /openapi/v1/{omadacId}/sites/{siteId}/setting/iot/devices/config/batch-config Batch modify Bluetooth Advertising
BluetoothAPI BatchModifyBtIbeaconConfigV2 Post /openapi/v2/{omadacId}/sites/{siteId}/setting/iot/devices/config/batch-config Batch modify Bluetooth Advertising
BluetoothAPI BatchModifyIotDeviceTransmitPower Put /openapi/v1/{omadacId}/sites/{siteId}/setting/iot/radio/transmit-power Batch Modify transmit power of IoT devices.
BluetoothAPI CreateBtIbeaconConfig Post /openapi/v1/{omadacId}/sites/{siteId}/setting/iot/devices/config Create Bluetooth Advertising
BluetoothAPI CreateBtIbeaconConfigV2 Post /openapi/v2/{omadacId}/sites/{siteId}/setting/iot/devices/config Create Bluetooth Advertising v2
BluetoothAPI CreateIotServer Post /openapi/v1/{omadacId}/sites/{siteId}/setting/iot/servers Create IoT Transport Stream
BluetoothAPI DeleteBtIbeaconConfig Delete /openapi/v1/{omadacId}/sites/{siteId}/setting/iot/devices/config/{id} Delete Bluetooth Advertising
BluetoothAPI DeleteBtIbeaconConfigV2 Delete /openapi/v2/{omadacId}/sites/{siteId}/setting/iot/devices/config/{id} Delete Bluetooth Advertising v2
BluetoothAPI DeleteIotServer Delete /openapi/v1/{omadacId}/sites/{siteId}/setting/iot/servers/{id} Delete IoT Transport Stream
BluetoothAPI GetGridBtIbeaconDevices Get /openapi/v1/{omadacId}/sites/{siteId}/setting/iot/devices Get Bluetooth Advertising Devices
BluetoothAPI GetGridBtIbeaconList Get /openapi/v1/{omadacId}/sites/{siteId}/setting/iot/devices/config Get Bluetooth Advertising
BluetoothAPI GetGridBtIbeaconListV2 Get /openapi/v2/{omadacId}/sites/{siteId}/setting/iot/devices/config Get Bluetooth Advertising v2
BluetoothAPI GetGridIotServer Get /openapi/v1/{omadacId}/sites/{siteId}/setting/iot/servers Get IoT Transport Steam
BluetoothAPI GetIotBlueToothAgingTime Get /openapi/v1/{omadacId}/sites/{siteId}/setting/iot/aging-time Get Aging Time
BluetoothAPI GetIotDeviceTransmitPowerInfoList Get /openapi/v1/{omadacId}/sites/{siteId}/setting/iot/radio/transmit-power Get IoT devices with transmit power
BluetoothAPI GetIotRadioSetting Get /openapi/v1/{omadacId}/sites/{siteId}/setting/iot/radio Get Iot Radio Setting
BluetoothAPI ModifyBtIbeaconConfig Put /openapi/v1/{omadacId}/sites/{siteId}/setting/iot/devices/config/{id} Modify Bluetooth Advertising
BluetoothAPI ModifyBtIbeaconConfigV2 Put /openapi/v2/{omadacId}/sites/{siteId}/setting/iot/devices/config/{id} Modify Bluetooth Advertising v2
BluetoothAPI ModifyIotBlueToothAgingTime Put /openapi/v1/{omadacId}/sites/{siteId}/setting/iot/aging-time Modify Aging Time
BluetoothAPI ModifyIotRadioSetting Patch /openapi/v1/{omadacId}/sites/{siteId}/setting/iot/radio Modify Iot Radio Setting
BluetoothAPI ModifyIotServer Put /openapi/v1/{omadacId}/sites/{siteId}/setting/iot/servers/{id} Modify IoT Transport Steam
BluetoothTemplateAPI BatchDeleteIotServerTemplate Delete /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/setting/iot/servers/batch-delete Batch delete IoT Transport Stream(Template)
BluetoothTemplateAPI CreateIotServerTemplate Post /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/setting/iot/servers Create IoT Transport Stream(Template)
BluetoothTemplateAPI DeleteIotServerTemplate Delete /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/setting/iot/servers/{id} Delete IoT Transport Stream(Template)
BluetoothTemplateAPI GetGridIotServerTemplate Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/setting/iot/servers Get IoT Transport Stream(Template)
BluetoothTemplateAPI GetIotBlueToothAgingTimeTemplate Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/setting/iot/aging-time Get Aging Time(Template)
BluetoothTemplateAPI GetIotRadioSettingTemplate Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/setting/iot/radio Get Iot Radio Setting(Template)
BluetoothTemplateAPI ModifyIotBlueToothAgingTimeTemplate Put /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/setting/iot/aging-time Modify Aging Time(Template)
BluetoothTemplateAPI ModifyIotRadioSettingTemplate Patch /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/setting/iot/radio Modify Iot Radio Setting(Template)
BluetoothTemplateAPI ModifyIotServerTemplate Put /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/setting/iot/servers/{id} Modify IoT Transport Stream(Template)
CLIAPI ApplyCliConfig Post /openapi/v1/{omadacId}/sites/{siteId}/cli/configs/config-id/{configId}/apply Apply the CLI configuration
CLIAPI CreateCliConfig Post /openapi/v1/{omadacId}/sites/{siteId}/cli/config/cli-type/{cliType}/save Create a new CLI configuration
CLIAPI DeleteCliConfig Delete /openapi/v1/{omadacId}/sites/{siteId}/cli/configs/cli-type/{cliType} Delete the CLI configuration
CLIAPI ExportCliVariableToFile Post /openapi/v1/{omadacId}/sites/{siteId}/cli/export/variable Export CLI variable
CLIAPI GetCliConfig Get /openapi/v1/{omadacId}/sites/{siteId}/cli/config/cli-type/{cliType}/config-id/{configId} Get the CLI configuration content
CLIAPI GetCliDevice Get /openapi/v1/{omadacId}/sites/{siteId}/cli/config/devices Get device list when importing device configuration
CLIAPI GetCliDeviceByType Get /openapi/v1/{omadacId}/sites/{siteId}/cli/config/devices/device-type/{deviceType} Get device list when creating CLI
CLIAPI GetCliList Get /openapi/v1/{omadacId}/sites/{siteId}/cli/configs/cli-type/{cliType}/device-type/{deviceType} Get the CLI configuration list
CLIAPI GetModelAndVersionListByType Get /openapi/v1/{omadacId}/sites/{siteId}/cli/models/device-type/{deviceType} Get model and version for model CLI.
CLIAPI ImportCliVariableToFile Post /openapi/v1/{omadacId}/sites/{siteId}/cli/import/variable Import CLI variable
CLIAPI ModifyCliConfig Patch /openapi/v1/{omadacId}/sites/{siteId}/cli/config/cli-type/{cliType}/config-id/{configId} Modify the CLI configuration content
CLITemplateAPI ApplyCliConfigTemplate Post /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/cli/configs/config-id/{configId}/apply Apply the CLI template configuration
CLITemplateAPI CreateCliConfigTemplate Post /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/cli/config/cli-type/{cliType}/save Create a new CLI template configuration
CLITemplateAPI DeleteCliConfigTemplate Delete /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/cli/configs/cli-type/{cliType} Delete the CLI template configuration
CLITemplateAPI GetCliConfigTemplate Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/cli/config/cli-type/{cliType}/config-id/{configId} Get the CLI template configuration content
CLITemplateAPI GetGridCliTemplate Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/cli/configs/cli-type/{cliType}/device-type/{deviceType} Get the CLI template configuration list
CLITemplateAPI ModifyCliConfigTemplate Patch /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/cli/config/cli-type/{cliType}/config-id/{configId} Modify the CLI template configuration content
CertProfilesAPI CreateCertProfile1 Post /openapi/v1/{omadacId}/sites/{siteId}/setting/profiles/cert-profiles Create a new certificate profile
CertProfilesAPI DeleteCertProfile1 Delete /openapi/v1/{omadacId}/sites/{siteId}/setting/profiles/cert-profiles/{certId} Delete an exist certificate profile
CertProfilesAPI DeleteCertProfileFile1 Post /openapi/v1/{omadacId}/sites/{siteId}/setting/profiles/cert-profiles/delete-file/{fileId} Delete an exist certificate profile file
CertProfilesAPI GetAllCertProfile Get /openapi/v1/{omadacId}/sites/{siteId}/setting/profiles/all-cert-profiles Get certificate profile list
CertProfilesAPI GetCertProfileDetail1 Get /openapi/v1/{omadacId}/sites/{siteId}/setting/profiles/cert-profiles/{certId} Get a certificate profile detail
CertProfilesAPI GetGridCertProfile1 Get /openapi/v1/{omadacId}/sites/{siteId}/setting/profiles/cert-profiles Get grid certificate profile list
CertProfilesAPI ModifyCertProfile1 Post /openapi/v1/{omadacId}/sites/{siteId}/setting/profiles/cert-profiles/{certId} Modify an exist certificate profile
CertProfilesAPI UploadCaCertFile1 Post /openapi/v1/{omadacId}/files/sites/{siteId}/setting/profiles/cert-profiles/ca-cert Upload CA profile file
CertProfilesAPI UploadClientCertFile1 Post /openapi/v1/{omadacId}/files/sites/{siteId}/setting/profiles/cert-profiles/client-cert Upload client certificate profile file
CertProfilesAPI UploadClientPrivateKeyFile1 Post /openapi/v1/{omadacId}/files/sites/{siteId}/setting/profiles/cert-profiles/client-private-key Upload client private key file
CertProfilesTemplateAPI CreateCertProfile Post /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/setting/profiles/cert-profiles Create a new certificate profile Template
CertProfilesTemplateAPI DeleteCertProfile Delete /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/setting/profiles/cert-profiles/{certId} Delete an exist certificate profile Template
CertProfilesTemplateAPI DeleteCertProfileFile Post /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/setting/profiles/cert-profiles/delete-file/{fileId} Delete an exist certificate profile Template file
CertProfilesTemplateAPI GetCertProfileDetail Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/setting/profiles/cert-profiles/{certId} Get a certificate profile Template detail
CertProfilesTemplateAPI GetGridCertProfile Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/setting/profiles/cert-profiles Get certificate profile Template list
CertProfilesTemplateAPI ModifyCertProfile Post /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/setting/profiles/cert-profiles/{certId} Modify an exist certificate profile Template
CertProfilesTemplateAPI UploadCaCertFile Post /openapi/v1/{omadacId}/files/sitetemplates/{siteTemplateId}/setting/profiles/cert-profiles/ca-cert Upload CA profile Template file
CertProfilesTemplateAPI UploadClientCertFile Post /openapi/v1/{omadacId}/files/sitetemplates/{siteTemplateId}/setting/profiles/cert-profiles/client-cert Upload client certificate profile Template file
CertProfilesTemplateAPI UploadClientPrivateKeyFile Post /openapi/v1/{omadacId}/files/sitetemplates/{siteTemplateId}/setting/profiles/cert-profiles/client-private-key Upload client private key Template file
ClientAPI BatchModifyClientSetting Post /openapi/v1/{omadacId}/sites/{siteId}/clients/config Batch config clients
ClientAPI BlockClient Post /openapi/v1/{omadacId}/sites/{siteId}/clients/{clientMac}/block Block the client
ClientAPI DeleteClient Delete /openapi/v1/{omadacId}/sites/{siteId}/clients/{clientMac} Delete client
ClientAPI DeleteClients Post /openapi/v1/{omadacId}/sites/{siteId}/clients/delete Batch delete clients
ClientAPI DisconnectClient Post /openapi/v1/{omadacId}/sites/{siteId}/clients/{clientMac}/disconnect Disconnect the client
ClientAPI ExportClient Post /openapi/v1/{omadacId}/files/sites/{siteId}/clients/export Export client list
ClientAPI ExportClientListGlobalByCloudAccess Post /openapi/v1/{omadacId}/files/client-list Export global client list.
ClientAPI GetClientCorrectionList Get /openapi/v1/{omadacId}/correction-list Get client correction options list
ClientAPI GetClientDetail Get /openapi/v1/{omadacId}/sites/{siteId}/clients/{clientMac} Get client info
ClientAPI GetClientDetailStat5Min Post /openapi/v1/{omadacId}/sites/{siteId}/client-stat-detail/{clientMac}/5Min Get client statistical data details at a 5-minute interval.
ClientAPI GetClientDetailStatDaily Post /openapi/v1/{omadacId}/sites/{siteId}/client-stat-detail/{clientMac}/daily Get client statistical data details at a daily interval.
ClientAPI GetClientDetailStatHourly Post /openapi/v1/{omadacId}/sites/{siteId}/client-stat-detail/{clientMac}/hourly Get client statistical data details at a hourly interval.
ClientAPI GetClientFilteringOptions Get /openapi/v1/{omadacId}/sites/{siteId}/clients/search-fields-options Get client list filtering options
ClientAPI GetClientHistoryDataEnable Get /openapi/v1/{omadacId}/controller/client/history-enable Get History data retention config.
ClientAPI GetClientJourney Get /openapi/v1/{omadacId}/sites/{siteId}/clients/{clientMac}/client-connection Get client connection histories
ClientAPI GetClientTimeline Get /openapi/v1/{omadacId}/sites/{siteId}/clients/{clientMac}/client-timeline Get client timeline events
ClientAPI GetClientTopology Post /openapi/v1/{omadacId}/sites/{siteId}/clients/{clientMac}/client-link-topology Get client link topology
ClientAPI GetGridActiveClients Get /openapi/v1/{omadacId}/sites/{siteId}/clients Get client list
ClientAPI GetGridAllClients Post /openapi/v2/{omadacId}/sites/{siteId}/clients Get all client list
ClientAPI GetGridClientHistory Get /openapi/v1/{omadacId}/sites/{siteId}/clients/{clientMac}/client-history Get Client history.
ClientAPI GetVigiDetailStat5Min Post /openapi/v1/{omadacId}/sites/{siteId}/vigi-stat-detail/{vigiMac}/5Min Get VIGI device statistical data details at a 5-minute interval.
ClientAPI GetVigiDetailStatDaily Post /openapi/v1/{omadacId}/sites/{siteId}/vigi-stat-detail/{vigiMac}/daily Get VIGI device statistical data details at a daily interval.
ClientAPI GetVigiDetailStatHourly Post /openapi/v1/{omadacId}/sites/{siteId}/vigi-stat-detail/{vigiMac}/hourly Get VIGI device statistical data details at a hourly interval.
ClientAPI GetVigiJourney Get /openapi/v1/{omadacId}/sites/{siteId}/vigis/{vigiMac}/vigi-connection Get VIGI device connection histories
ClientAPI GetVigiTimeline Get /openapi/v1/{omadacId}/sites/{siteId}/vigis/{vigiMac}/vigi-timeline Get VIGI device timeline events
ClientAPI GetVigiTopology Post /openapi/v1/{omadacId}/sites/{siteId}/vigis/{vigiMac}/vigi-link-topology Get VIGI device link topology
ClientAPI GlobalClientStatByDevice Post /openapi/v1/{omadacId}/clients/stat/devices Get global client statistics by device.
ClientAPI GlobalExportAllClientList Post /openapi/v1/{omadacId}/files/all-client-list Export all client list in GLOBAL view
ClientAPI ModifyClientIpSetting Patch /openapi/v1/{omadacId}/network/sites/{siteId}/cmd/clients/{clientMac}/update-ipSetting Set ip setting for given client
ClientAPI MspClientStatByDevice Post /openapi/v1/msp/{mspId}/clients/stat/devices Get msp client statistics by device.
ClientAPI RebootClient Post /openapi/v1/{omadacId}/sites/{siteId}/clients/{clientMac}/reboot Reboot the client
ClientAPI ReconnectClient Post /openapi/v1/{omadacId}/sites/{siteId}/clients/{clientMac}/reconnect Reconnect the client
ClientAPI UnblockClient Post /openapi/v1/{omadacId}/sites/{siteId}/clients/{clientMac}/unblock Unblock the client
ClientAPI UpdateClientLockToApSetting Post /openapi/v1/{omadacId}/sites/{siteId}/clients/{clientMac}/lock-to-ap Lock the given client to aps
ClientAPI UpdateClientName Patch /openapi/v1/{omadacId}/sites/{siteId}/clients/{clientMac}/name Set name for given client
ClientAPI UpdateClientRateLimitSetting Patch /openapi/v1/{omadacId}/sites/{siteId}/clients/{clientMac}/ratelimit Set ratelimit setting for given client
ClientInsightAPI GetApDensity Get /openapi/v1/{omadacId}/sites/{siteId}/dashboard/ap-density Get ap density.
ClientInsightAPI GetClientActivity Get /openapi/v1/{omadacId}/sites/{siteId}/dashboard/client-activity Get client activity
ClientInsightAPI GetClientNumberForCustomerList Post /openapi/v1/msp/{mspId}/customers/client-count Get the Msp customers' client count.
ClientInsightAPI GetClientsAssociationActivities Get /openapi/v1/{omadacId}/sites/{siteId}/dashboard/client-association-activities Get clients association activities.
ClientInsightAPI GetClientsAssociationTimeDistribution Get /openapi/v1/{omadacId}/sites/{siteId}/dashboard/client-association-time-distribution Get clients association time distribution.
ClientInsightAPI GetClientsBandDistribution Get /openapi/v1/{omadacId}/sites/{siteId}/dashboard/client-signal-distribution Get clients signal distribution.
ClientInsightAPI GetClientsBubble Get /openapi/v1/{omadacId}/sites/{siteId}/dashboard/clients-bubble Get clients bubble.
ClientInsightAPI GetClientsDistribution Get /openapi/v1/{omadacId}/sites/{siteId}/dashboard/client-distribution Get client distribution.
ClientInsightAPI GetClientsFreqDistribution Get /openapi/v1/{omadacId}/sites/{siteId}/dashboard/client-freq-distribution Get clients freq distribution.
ClientInsightAPI GetClientsRssiDistribution Get /openapi/v1/{omadacId}/sites/{siteId}/dashboard/client-rssi-distribution Get clients rssi distribution.
ClientInsightAPI GetClientsSsidDistribution Get /openapi/v1/{omadacId}/sites/{siteId}/dashboard/client-ssid-distribution Get clients ssid distribution.
ClientInsightAPI GetCurrentClientNum Get /openapi/v1/{omadacId}/sites/{siteId}/dashboard/current-client-num Get current client number.
ClientInsightAPI GetDeviceClient5MinStat Post /openapi/v1/{omadacId}/sites/{siteId}/stat/{deviceMac}/client-stat-5min Get device client 5 min stat.
ClientInsightAPI GetGridKnownClients Get /openapi/v1/{omadacId}/sites/{siteId}/insight/clients Get known clients list
ClientInsightAPI GetGridPastConnections Get /openapi/v1/{omadacId}/sites/{siteId}/insight/past-connection Get client past connection list
ClientInsightAPI GetLongestClientUptime Get /openapi/v1/{omadacId}/sites/{siteId}/dashboard/longest-uptime Get longest client uptime.
ClientInsightAPI GetMostActiveClients Get /openapi/v1/{omadacId}/sites/{siteId}/dashboard/active-clients Get most active client.
ClientInsightAPI GetMspDashboardOverall Get /openapi/v1/msp/{mspId}/dashboard/client/overview-diagram Get the msp overview diagram of client.
ClientInsightAPI GetPastClientNum Get /openapi/v1/{omadacId}/sites/{siteId}/dashboard/past-client-num Get past client number.
ClientInsightAPI GetStackClientStat Post /openapi/v1/{omadacId}/sites/{siteId}/stat/stacks/{stackId}/client-stat Get stack client stat.
CloudUserAPI BindMspOwner Post /openapi/v1/msp/{mspId}/cmd/cloud/bind Bind the MSP owner account
CloudUserAPI BindOwner Post /openapi/v1/{omadacId}/cmd/cloud/bind Bind the owner account
CloudUserAPI GetCloudAccessStatus Get /openapi/v1/{omadacId}/cloud/status Get cloud access status
CloudUserAPI GetCloudUserInfo Get /openapi/v1/{omadacId}/cloud/user Get cloud user information
CloudUserAPI GetMspCloudAccessStatus Get /openapi/v1/msp/{mspId}/cloud/status Get MSP cloud access status
CloudUserAPI GetRemoteBindingStatus Get /openapi/v1/{omadacId}/cloud/remote/bind/status Get remote bind status
CloudUserAPI UnbindMspOwner Post /openapi/v1/msp/{mspId}/cmd/cloud/unbind Unbind the MSP owner account
CloudUserAPI UnbindOwner Post /openapi/v1/{omadacId}/cmd/cloud/unbind Unbind the owner account
ClusterAPI GetMspClusterNodesInfo Get /openapi/v1/msp/{mspId}/cluster/nodes/info Get msp cluster nodes information.
ControllerSettingsAPI CancelFavoriteSite Post /openapi/v1/{omadacId}/sites/{siteId}/favorites/cancels Cancel favorite site
ControllerSettingsAPI EvaluateFeedback Post /openapi/v1/{omadacId}/users/feedback/evaluates Evaluate a customer feedback
ControllerSettingsAPI FavoriteSite Post /openapi/v1/{omadacId}/sites/{siteId}/favorites Favorite site
ControllerSettingsAPI GetClientActiveTimeout Get /openapi/v1/{omadacId}/controller/setting/active-timeout Get client active timeout
ControllerSettingsAPI GetClientDetailInformationSetting Get /openapi/v1/{omadacId}/client-detail-information Get client detail information settings
ControllerSettingsAPI GetClientRecognitionEnable Get /openapi/v1/{omadacId}/controller/setting/client-recognition Get whether client recognition is enabled
ControllerSettingsAPI GetExpImprove Get /openapi/v1/{omadacId}/global/controller/setting/exp-improve Get experience improvement
ControllerSettingsAPI GetGernalSettings Get /openapi/v1/{omadacId}/global/controller/setting/general Get general settings
ControllerSettingsAPI GetMailServerStatus Get /openapi/v1/{omadacId}/mail/status Get mailServer status
ControllerSettingsAPI GetOmadacDstInfo1 Get /openapi/v1/{omadacId}/dst-info Get controller DST
ControllerSettingsAPI GetPrivacyPolicy Get /openapi/v1/{omadacId}/privacy-policy Get privacy policy
ControllerSettingsAPI GetRemoteLogging Get /openapi/v1/{omadacId}/global/controller/setting/syslog Get remote logging
ControllerSettingsAPI GetRetention Get /openapi/v1/{omadacId}/controller/setting/retention Get retention
ControllerSettingsAPI GetUiInterface Get /openapi/v1/{omadacId}/controller/setting/ui-interface Get UI interface
ControllerSettingsAPI ModfiyClientRecognitionEnable Patch /openapi/v1/{omadacId}/controller/setting/client-recognition Modify client recognition enable
ControllerSettingsAPI ModifyClientActiveTimeout Patch /openapi/v1/{omadacId}/controller/setting/active-timeout Modify an existing client active timeout
ControllerSettingsAPI ModifyClientDetailInformationSetting Patch /openapi/v1/{omadacId}/client-detail-information Modify client detail information settings
ControllerSettingsAPI ModifyExpImprove Patch /openapi/v1/{omadacId}/global/controller/setting/exp-improve Modify an existing experience improvement
ControllerSettingsAPI ModifyGeneralSettings Patch /openapi/v1/{omadacId}/global/controller/setting/general Modify an existing general settings
ControllerSettingsAPI ModifyRemoteLogging Patch /openapi/v1/{omadacId}/global/controller/setting/syslog Modify an existing remote logging
ControllerSettingsAPI ModifyRetention1 Patch /openapi/v1/{omadacId}/controller/setting/retention Modify an existing retention
ControllerSettingsAPI ModifyUiInterface Patch /openapi/v1/{omadacId}/controller/setting/ui-interface Modify an existing UI interface
ControllerSettingsAPI SendTestEmail Post /openapi/v1/{omadacId}/settings/test-mail Send test mail for controller
CustomerAPI CancelFavoriteCustomer Post /openapi/v1/msp/{mspId}/customers/{customerId}/favorites/cancels Cancel a favorite customer
CustomerAPI CopyCustomer Post /openapi/v1/msp/{mspId}/customers/copy Create a customer by copying from existing customer
CustomerAPI CreateCustomer Post /openapi/v1/msp/{mspId}/customers Create new customer
CustomerAPI DeleteCustomer Delete /openapi/v1/msp/{mspId}/customers/{customerId} Delete an existing customer
CustomerAPI FavoriteCustomer Post /openapi/v1/msp/{mspId}/customers/{customerId}/favorites Favorite a customer
CustomerAPI GetCustomerDetail Get /openapi/v1/msp/{mspId}/customers/{customerId} Get customer info
CustomerAPI GetCustomerList Get /openapi/v1/msp/{mspId}/customers Get customer list
CustomerAPI GetCustomersInGlobalHaveSiteTemplateModify Get /openapi/v1/{omadacId}/copy/site/template/batch/customers Obtain the customer ID with permission to modify site templates
CustomerAPI ModifyCustomer Patch /openapi/v1/msp/{mspId}/customers/{customerId} Modify an existing customer
DashboardAPI BatchConfigTab Patch /openapi/v1/{omadacId}/sites/{siteId}/dashboard/multi-tabs/config Batch set tab config
DashboardAPI ConfigBandwidthForWanPorts Post /openapi/v1/{omadacId}/sites/{siteId}/wan/bandwidth Set site dashboard wan bandwidth
DashboardAPI CreateTab Post /openapi/v1/{omadacId}/sites/{siteId}/dashboard/tabs Create new tab
DashboardAPI GetActiveAps Get /openapi/v1/{omadacId}/sites/{siteId}/dashboard/most-active-eaps Get the most active eap list
DashboardAPI GetActiveApsV2 Get /openapi/v2/{omadacId}/sites/{siteId}/dashboard/most-active-eaps Get the most active eap list
DashboardAPI GetActiveSwitches Get /openapi/v1/{omadacId}/sites/{siteId}/dashboard/most-active-switches Get most active switch list
DashboardAPI GetAllNetworkActivity Get /openapi/v1/{omadacId}/sites/{siteId}/dashboard/allNetworkActivity Get grid dashboard open network activity statistic list
DashboardAPI GetCardTopology Get /openapi/v1/{omadacId}/sites/{siteId}/dashboard/card/overview Get network overview
DashboardAPI GetChannels Get /openapi/v1/{omadacId}/sites/{siteId}/dashboard/channels Get channel distribution and usage
DashboardAPI GetGatewayIspLoad Get /openapi/v1/{omadacId}/sites/{siteId}/dashboard/gateway/isp/load Get site dashboard isp load inform
DashboardAPI GetGridDashboardIpsecTunnelStats Get /openapi/v1/{omadacId}/sites/{siteId}/dashboard/lpset-tunnel-stats Get grid dashboard lpsec tunnel statistic list
DashboardAPI GetGridDashboardOpenVpnTunnelStats Get /openapi/v1/{omadacId}/sites/{siteId}/dashboard/open-vpn-tunnel-stats Get grid dashboard open vpn tunnel statistic list
DashboardAPI GetGridDashboardTunnelStats Get /openapi/v1/{omadacId}/sites/{siteId}/dashboard/vpn-tunnel-stats Get grid dashboard tunnel statistic list
DashboardAPI GetInterference Get /openapi/v1/{omadacId}/sites/{siteId}/dashboard/top-interference Get top interference
DashboardAPI GetIspLoad Get /openapi/v1/{omadacId}/sites/{siteId}/dashboard/isp-load Get isp load info
DashboardAPI GetOverview Get /openapi/v1/{omadacId}/sites/{siteId}/dashboard/overview-diagram Get site overview diagram info
DashboardAPI GetPoeUsage Get /openapi/v1/{omadacId}/sites/{siteId}/dashboard/poe-usage Get poe usage
DashboardAPI GetRetryAndDroppedRate Get /openapi/v1/{omadacId}/sites/{siteId}/dashboard/retry-dropped-rate Get retried rate and dropped rate
DashboardAPI GetSpeedTestV2Result Get /openapi/v1/{omadacId}/sites/{siteId}/gateways/{gatewayMac}/speedTestResult Get Speed Test Result
DashboardAPI GetSpeedTestV2ResultDateList Post /openapi/v1/{omadacId}/sites/{siteId}/gateways/{gatewayMac}/speedTestResult/dateList Get date list of speed test results
DashboardAPI GetSwitchSummary Get /openapi/v1/{omadacId}/sites/{siteId}/dashboard/switch-summary Get switch summary
DashboardAPI GetTop5Aps Get /openapi/v1/{omadacId}/sites/{siteId}/dashboard/top-aps Get Top 5 Aps
DashboardAPI GetTopCpuUsageWithTimeRange Get /openapi/v1/{omadacId}/sites/{siteId}/dashboard/top-device-cpu-usage Get top device cpu usage
DashboardAPI GetTopMemoryUsageWithTimeRange Get /openapi/v1/{omadacId}/sites/{siteId}/dashboard/top-device-memory-usage Get top device memory usage
DashboardAPI GetTrafficActivities Get /openapi/v1/{omadacId}/sites/{siteId}/dashboard/traffic-activities Get traffic activity
DashboardAPI GetTrafficDistribution Get /openapi/v1/{omadacId}/sites/{siteId}/dashboard/traffic-distribution Get traffic distribution
DashboardAPI GetWifiSummary Get /openapi/v1/{omadacId}/sites/{siteId}/dashboard/wifi-summary Get wifi summary
DashboardAPI ListAllTabs Get /openapi/v1/{omadacId}/sites/{siteId}/dashboard/tabs Get tab list
DashboardAPI ListTabs Get /openapi/v1/{omadacId}/sites/{siteId}/dashboard/without-overall-tabs Get tab without overall tab list
DashboardAPI RemoveTab Delete /openapi/v1/{omadacId}/sites/{siteId}/dashboard/tabs/{tabId} Delete an existing tab
DashboardAPI StartSpeedTestV2 Post /openapi/v1/{omadacId}/sites/{siteId}/gateways/{gatewayMac}/speedTest Start Speed Test
DashboardAPI UpdateTab Patch /openapi/v1/{omadacId}/sites/{siteId}/dashboard/tabs/{tabId} Modify an existing tab
DataExportAPI ExportSiteRogueApZipFile Get /openapi/v1/{omadacId}/sites/{siteId}/rogue-ap/export/{format} Export site Rogue AP scan results
DeviceAPI ActiveDevice Post /openapi/v1/{omadacId}/sites/{siteId}/multi-devices/active Batch active devices
DeviceAPI ActiveDeviceBySn Post /openapi/v1/{omadacId}/sites/{siteId}/multi-devices/sn-active Batch active devices by SN
DeviceAPI ActiveDeviceWithMultiSite Post /openapi/v1/{omadacId}/multi-devices/active Batch active devices with multi site
DeviceAPI AddDevices Post /openapi/v1/{omadacId}/sites/{siteId}/devices/multi-add Batch add devices
DeviceAPI AddDevicesByDeviceKey Post /openapi/v1/{omadacId}/sites/{siteId}/multi-devices/devicekey-add Batch add devices by DEVICE KEY.
DeviceAPI AddDevicesBySn Post /openapi/v1/{omadacId}/sites/{siteId}/multi-devices/sn-add Batch add devices by SN
DeviceAPI AddDevicesBySnWithMultiSite Post /openapi/v1/{omadacId}/multi-devices/sn-add Batch add devices by SN with multi site
DeviceAPI AddDevicesForMsp Post /openapi/v1/msp/{mspId}/customers/{customerId}/sites/{siteId}/devices/multi-add Batch add devices in MSP view
DeviceAPI AddTag Post /openapi/v1/{omadacId}/sites/{siteId}/devices/tag Create new tag
DeviceAPI AdoptDevice Post /openapi/v1/{omadacId}/sites/{siteId}/devices/{deviceMac}/start-adopt Start adopt device
DeviceAPI BatchAdopt Post /openapi/v1/{omadacId}/sites/{siteId}/cmd/devices/batch-adopt batch adopt device
DeviceAPI CancelRollingUpgrade Delete /openapi/v1/{omadacId}/sites/{siteId}/multi-devices/rolling-upgrade-tasks/{taskId} End the rolling upgrade task
DeviceAPI CheckMacType Get /openapi/v1/{omadacId}/sites/{siteId}/devices/{deviceMac}/check-mac-type Check the device type by mac.
DeviceAPI CopyDeviceConfiguration Post /openapi/v1/{omadacId}/sites/{siteId}/devices/copy Copy configuration
DeviceAPI DeleteTag Delete /openapi/v1/{omadacId}/sites/{siteId}/devices/tag Delete an existing tag
DeviceAPI DownloadDeviceInfo Get /openapi/v1/{omadacId}/sites/{siteId}/cmd/devices/{deviceMac}/downloadDeviceInfo/{type} Download device information.
DeviceAPI ExistUnSupportRadSecDevice Get /openapi/v1/{omadacId}/sites/{siteId}/devices/un-support-radsec Check for unsupported RadSec devices.
DeviceAPI ExportAddFailDevices Get /openapi/v1/{omadacId}/devices/add/{operateId}/export Export the device file that failed to add in GLOBAL view.
DeviceAPI ExportGlobalDeviceList Post /openapi/v1/{omadacId}/devices/export Export device list in GLOBAL view
DeviceAPI ExportMspAddFailDevices Get /openapi/v1/msp/{mspId}/customers/{customerId}/devices/add/{operateId}/export Export the device file that failed to add in MSP view.
DeviceAPI ExportPreConfigDevices Post /openapi/v1/{omadacId}/sites/{siteId}/migrate/exportPreDevice Export preconfigured devices of site.
DeviceAPI ExportPreConfigDevicesGlobal Post /openapi/v1/{omadacId}/migrate/exportPreDevice Export preconfigured devices in GLOBAL view.
DeviceAPI ExportSiteDeviceList Post /openapi/v1/{omadacId}/sites/{siteId}/devices/export Export device list of site
DeviceAPI ForceProvisionDevice Post /openapi/v1/{omadacId}/sites/{siteId}/devices/{deviceMac}/force-provision Force provision device
DeviceAPI ForgetDevice Post /openapi/v1/{omadacId}/sites/{siteId}/devices/{deviceMac}/forget Forget device
DeviceAPI ForgetDeviceForMsp Post /openapi/v1/msp/{mspId}/customers/{customerId}/sites/{siteId}/devices/{deviceMac}/forget Forget one device in MSP view.
DeviceAPI GetAddDevicesStatus Get /openapi/v1/{omadacId}/sites/{siteId}/multi-devices/add/{operateId}/status Batch get added device status
DeviceAPI GetAddDevicesStatusMultiSite Get /openapi/v1/{omadacId}/multi-devices/add/{operateId}/status Batch get added device status with multi site
DeviceAPI GetAdoptAbleDevicesForGlobalBatchAdopt Get /openapi/v1/{omadacId}/devices/batch/info Batch get info of adopted device in global view.
DeviceAPI GetAdoptAbleDevicesForMspBatchAdopt Get /openapi/v1/msp/{mspId}/devices/batch/info Batch get info of adopted device in MSP view.
DeviceAPI GetAdoptTip Get /openapi/v1/{omadacId}/adopt-tip Get adopt tip
DeviceAPI GetAllDeviceBySite Get /openapi/v1/{omadacId}/sites/{siteId}/devices/all Get device list info.
DeviceAPI GetAutoSelectDevices Post /openapi/v1/{omadacId}/sites/{siteId}/quick-action/network-wizard/auto-select-devices Get auto select devices in quick-config page.
DeviceAPI GetCheckFirmwareTaskResult Get /openapi/v1/{omadacId}/sites/{siteId}/all-devices/check-latest-firmware-tasks/{taskId} Get the result of the given check latest firmware task
DeviceAPI GetDeviceAdoptResult Get /openapi/v1/{omadacId}/sites/{siteId}/devices/{deviceMac}/adopt-result Get device adopt result
DeviceAPI GetDeviceList Get /openapi/v1/{omadacId}/sites/{siteId}/devices Get site device list
DeviceAPI GetDeviceRememberMe Get /openapi/v1/{omadacId}/sites/{siteId}/devices/{deviceMac}/remember Get device remember Config
DeviceAPI GetDeviceWhiteList Get /openapi/v1/{omadacId}/sites/{siteId}/device-white-list Get the whitelist list of devices.
DeviceAPI GetFirmwareInfo Get /openapi/v1/{omadacId}/sites/{siteId}/devices/{deviceMac}/latest-firmware-info Get the latest firmware info of the device
DeviceAPI GetForgetProcess Get /openapi/v1/{omadacId}/sites/{siteId}/devices/forget/{forgetId}/status Get batch forget process
DeviceAPI GetGlobalKnownDeviceList Get /openapi/v1/{omadacId}/devices/known-devices Get global known device list
DeviceAPI GetGlobalUnknownDeviceList Get /openapi/v1/{omadacId}/devices/unknown-devices Get global unknown device list
DeviceAPI GetGridAdoptedBridgeDevicesBySite Get /openapi/v1/{omadacId}/sites/{siteId}/grid/bridge-devices/adopted Get Bridge group grouped devices
DeviceAPI GetGridAdoptedDevicesStatByGlobal Get /openapi/v1/{omadacId}/devices/stat Query the statistics for the list of global adopted devices.
DeviceAPI GetGridPendingBridgeDevicesBySite Get /openapi/v1/{omadacId}/sites/{siteId}/grid/bridge-devices/pending Get Bridge group ungrouped devices
DeviceAPI GetGridPendingDevicesBySite Get /openapi/v1/{omadacId}/sites/{siteId}/grid/devices/pending Get adoptable device list of target site
DeviceAPI GetManuallyUpgradeRes Get /openapi/v1/{omadacId}/sites/{siteId}/multi-devices/manually-upgrade-tasks/{taskId} Get the result of the given manually upgrade task
DeviceAPI GetMoveSiteProcess Get /openapi/v1/{omadacId}/sites/{siteId}/devices/move/{moveSiteId}/status Get batch move site process
DeviceAPI GetOnlineTimeline Get /openapi/v1/{omadacId}/sites/{siteId}/devices/{deviceMac}/timeline Get device online timeline
DeviceAPI GetOnlineUpgradeRes Get /openapi/v1/{omadacId}/sites/{siteId}/devices/{deviceMac}/online-upgrade-result Get online upgrade result
DeviceAPI GetRollingUpgradeRes Get /openapi/v1/{omadacId}/sites/{siteId}/multi-devices/rolling-upgrade-tasks/{taskId} Get the result of the given rolling upgrade task
DeviceAPI GetSingleForgetProcess Get /openapi/v1/{omadacId}/sites/{siteId}/devices/{deviceMac}/forget/{forgetId}/status Get forget process of device
DeviceAPI GetSingleMoveSiteProcess Get /openapi/v1/{omadacId}/sites/{siteId}/devices/{deviceMac}/move/{moveSiteId}/status Get move site process of device
DeviceAPI GetTags Get /openapi/v1/{omadacId}/sites/{siteId}/devices/tag Get tag list
DeviceAPI GetUplinkDeviceInfo Post /openapi/v1/{omadacId}/sites/{siteId}/devices/uplink-info Query uplink information for specified device MAC addresses under the site.
DeviceAPI LocateDevice Post /openapi/v1/{omadacId}/sites/{siteId}/devices/{deviceMac}/locate Locate device
DeviceAPI LocatePorts Post /openapi/v1/{omadacId}/sites/{siteId}/devices/locate/switch-ports Locate multiple ports of multiple switches
DeviceAPI ManuallyUpgrade Post /openapi/v1/{omadacId}/sites/{siteId}/multi-devices/start-manually-upgrade Start manually upgrade
DeviceAPI ModifyDeviceRememberMe Post /openapi/v1/{omadacId}/sites/{siteId}/devices/{deviceMac}/remember Modify device remember Config
DeviceAPI ModifyTag Patch /openapi/v1/{omadacId}/sites/{siteId}/devices/tag Modify an existing tag
DeviceAPI MoveSite Post /openapi/v1/{omadacId}/sites/{siteId}/devices/{deviceMac}/site-move Move site
DeviceAPI MoveSiteForAps Post /openapi/v1/{omadacId}/sites/{siteId}/aps/site-move Move aps to another site
DeviceAPI OnlineCheckUpgrade Post /openapi/v1/{omadacId}/sites/{siteId}/all-devices/start-check-latest-firmware Start check latest firmware for all devices
DeviceAPI OnlineRollingUpgrade Post /openapi/v1/{omadacId}/sites/{siteId}/multi-devices/start-rolling-upgrade Start batch rolling upgrade
DeviceAPI OnlineRollingUpgradeByQuery Post /openapi/v1/{omadacId}/sites/{siteId}/cmd/devices/onlineRollingUpgrade Start batch rolling upgrade By Query
DeviceAPI OnlineUpgrade Post /openapi/v1/{omadacId}/sites/{siteId}/devices/{deviceMac}/start-online-upgrade Start online upgrade
DeviceAPI RebootDevice Post /openapi/v1/{omadacId}/sites/{siteId}/devices/{deviceMac}/reboot Reboot device
DeviceAPI RetryAddDevice Post /openapi/v1/{omadacId}/sites/{siteId}/devices/{deviceMac}/add/retry Retry add device
DeviceAPI RetryAddDeviceByMsp Post /openapi/v1/msp/{mspId}/customers/{customerId}/sites/{siteId}/devices/{deviceMac}/add/retry retry add device in msp view
DeviceAPI SearchGlobalDevice Get /openapi/v1/{omadacId}/devices Global search for devices returns the devices under the sites that have permissions.
DeviceAPI UnbindActiveDeviceBySn Post /openapi/v1/{omadacId}/sites/{siteId}/devices/sn-unbind-active Change the license from the old device to the new device
DeviceAPI UnbindDevice Post /openapi/v1/{omadacId}/sites/{siteId}/multi-devices/unbind Batch unbind devices
DeviceAPI UnbindDeviceBySn Post /openapi/v1/{omadacId}/sites/{siteId}/multi-devices/sn-unbind Batch unbind devices by SN
DeviceAPI UpdateDeviceTag Post /openapi/v1/{omadacId}/sites/{siteId}/multi-devices/tag Set device tag for given devices
DeviceAPI UploadUpgradeFile Post /openapi/v1/{omadacId}/sites/{siteId}/devices/upgrade-file Upload device firmware
DeviceManagementSettingAPI GetDeviceAccessMgmtSetting Get /openapi/v1/{omadacId}/device-mgmt Get device access management setting
DeviceManagementSettingAPI ModifyDeviceAccessMgmtSetting Patch /openapi/v1/{omadacId}/device-mgmt Modify device access management setting
DhcpSnoopingAPI CreateDhcpSnoops Post /openapi/v1/{omadacId}/sites/{siteId}/dhcpSnoops Create new dhcp snoops
DhcpSnoopingAPI DeleteDhcpSnoop Delete /openapi/v1/{omadacId}/sites/{siteId}/dhcpSnoops/{dhcpSnoopId} Delete an existing dhcp snoop
DhcpSnoopingAPI GetDhcpSnoopImpbs Post /openapi/v1/{omadacId}/sites/{siteId}/dhcpSnoops/impbs Get the impbs with given omadacid, siteid and mac and stackId.
DhcpSnoopingAPI GetDhcpSnoopStatus Get /openapi/v1/{omadacId}/sites/{siteId}/dhcpSnoops/status Get dhcp snoop status
DhcpSnoopingAPI GetGridDhcpSnoops Get /openapi/v1/{omadacId}/sites/{siteId}/dhcpSnoops Get dhcp snoop list
DhcpSnoopingAPI ModifyDhcpSnoop Patch /openapi/v1/{omadacId}/sites/{siteId}/dhcpSnoops/{dhcpSnoopId} Modify a dhcp snoop
DhcpSnoopingAPI ModifyDhcpSnoopStatus Patch /openapi/v1/{omadacId}/sites/{siteId}/dhcpSnoops/status Modify dhcp snoop status
DisableNatAPI AddDisableNat1 Post /openapi/v1/{omadacId}/sites/{siteId}/wired-networks/disable-nat Create Disable Nat
DisableNatAPI DeleteDisableNat1 Delete /openapi/v1/{omadacId}/sites/{siteId}/wired-networks/disable-nat/{disableNatId} Delete Disable Nat
DisableNatAPI GetDisableNatGrid1 Get /openapi/v1/{omadacId}/sites/{siteId}/wired-networks/disable-nats Get Disable Nat Grid
DisableNatAPI ModifyDisableNat Put /openapi/v1/{omadacId}/sites/{siteId}/wired-networks/disable-nat/{disableNatId} Modify Disable Nat
EoGRETunnelAPI GetGreTunnelConfig Get /openapi/v1/{omadacId}/sites/{siteId}/vpn/gre-tunnel Get EoGRE tunnel config
EoGRETunnelAPI ModifyGreTunnelConfig Put /openapi/v1/{omadacId}/sites/{siteId}/vpn/gre-tunnel Modify EoGRE tunnel config
FirewallAPI GetDefaultFirewallConfig Get /openapi/v1/{omadacId}/sites/{siteId}/firewall/timeout/default Get firewall default setting
FirewallAPI GetFirewallSetting Get /openapi/v1/{omadacId}/sites/{siteId}/firewall Get firewall setting
FirewallAPI ModifyFirewallSetting Patch /openapi/v1/{omadacId}/sites/{siteId}/firewall Modify firewall setting
FirewallAPI ResetFirewallSetting Patch /openapi/v1/{omadacId}/sites/{siteId}/firewall/reset Reset firewall setting
FirewallTemplateAPI GetFirewallSettingTemplate Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/firewall Get firewall template setting
FirewallTemplateAPI ModifyFirewallSettingTemplate Patch /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/firewall Modify firewall template setting
FirewallTemplateAPI ResetFirewallSettingTemplate Patch /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/firewall/reset Reset firewall template setting
FirmwareAPI CheckUploadUpgradeFirmwareLimit Post /openapi/v1/{omadacId}/upgrade/firmware-size/{firmwareSize} Check the limit of the firmware pool
FirmwareAPI CreateAutoCheckUpgrade Post /openapi/v1/{omadacId}/upgrade/autoCheck Create autocheck upgrade plan
FirmwareAPI CreateFailedDeviceModelPlan Post /openapi/v1/{omadacId}/logs/{upgradeLogId}/upgrade/overview/failed-model-plan Create Upgrade Plan for Failed Device
FirmwareAPI CreateFirmwareUpgradePlan Post /openapi/v1/{omadacId}/firmwares/{firmwareId}/upgrade/plan Create firmware upgrade plan based on manually uploaded firmware
FirmwareAPI CreateRollback Post /openapi/v1/{omadacId}/logs/{upgradeLogId}/upgrade/overview/rollback Create rollback plan
FirmwareAPI CreateUpgradePlan Post /openapi/v1/{omadacId}/upgrade/overview/plans Create firmware upgrade plan
FirmwareAPI DeleteAutoCheckUpgrade Delete /openapi/v1/{omadacId}/autoCheck/{autoCheckId}/upgrade Delete autoCheck upgrade plan
FirmwareAPI DeleteUpgradeFirmware Delete /openapi/v1/{omadacId}/firmwares/{firmwareId}/upgrade Delete upgrade firmware
FirmwareAPI DeleteUpgradePlan Delete /openapi/v1/{omadacId}/plans/{planId}/upgrade/overview Delete firmware upgrade plan
FirmwareAPI EditAutoCheckUpgrade Patch /openapi/v1/{omadacId}/autoCheck/{autoCheckId}/upgrade Edit autoCheck upgrade plan
FirmwareAPI EditFirmwareUpgrade Post /openapi/v1/{omadacId}/upgrade/firmwares/{firmwareId} Edit the uploaded firmware
FirmwareAPI EditUpgradePlan Patch /openapi/v1/{omadacId}/plans/{planId}/upgrade/overview Edit firmware upgrade plan
FirmwareAPI GetEmailReminderSwitchStatus Get /openapi/v1/{omadacId}/upgrade/overview/mail/reminder Get Email Reminder Switch Status
FirmwareAPI GetGridAutoCheckUpgrade Get /openapi/v1/{omadacId}/upgrade/autoCheck Get autocheck upgrade plan
FirmwareAPI GetGridFirmwareList Get /openapi/v1/{omadacId}/upgrade/firmwares Get the uploaded firmware list
FirmwareAPI GetGridFirmwarePoolList Get /openapi/v1/{omadacId}/upgrade/overview/firmwares Get firmware pool list
FirmwareAPI GetGridPlanUpgradeModelList Get /openapi/v1/{omadacId}/upgrade/plan/models Get the list of models
FirmwareAPI GetGridPlanUpgradeSiteList Post /openapi/v1/{omadacId}/upgrade/plan/sites Get the sites of the selected model
FirmwareAPI GetGridUpgradeLogs Get /openapi/v1/{omadacId}/upgrade/overview/logs Get firmware upgrade logs
FirmwareAPI GetGridUpgradePlans Get /openapi/v1/{omadacId}/upgrade/overview/plans Get firmware upgrade plans
FirmwareAPI GetModelBySites Post /openapi/v1/{omadacId}/upgrade/models Get the model of the specified site
FirmwareAPI GetModelFirmwareReleaseNotes Post /openapi/v1/{omadacId}/upgrade/overview/firmwares/release-note Get release notes information
FirmwareAPI GetPlanUpgradeModelInfo Post /openapi/v1/{omadacId}/upgrade/plan/firmware Get the upgradeable information of the selected model
FirmwareAPI GetTargetFirmwareAllSites Get /openapi/v1/{omadacId}/upgrade/firmwares/{firmwareId}/target-sites Get all sites of target firmware
FirmwareAPI GetTryBetaChannel Get /openapi/v1/{omadacId}/upgrade/overview/try-beta/channel Get try-beta Channel Info
FirmwareAPI GetTryBetaStatus Get /openapi/v1/{omadacId}/upgrade/overview/try-beta Get try-beta switch status
FirmwareAPI GetUpgradeFailedDeviceFirmwareInfo Get /openapi/v1/{omadacId}/logs/{upgradeLogId}/upgrade/overview/failed-model-firmware Get firmware information about the failed device to be upgraded
FirmwareAPI GetUpgradeFailedDeviceInfos Get /openapi/v1/{omadacId}/logs/{upgradeLogId}/upgrade/overview/failed-devices Get the list of devices which upgrade failed
FirmwareAPI GetcriticalModelNum Get /openapi/v1/{omadacId}/upgrade/overview/critical Get the number of critical models
FirmwareAPI ModifyEmailReminderSwitchStatus Patch /openapi/v1/{omadacId}/upgrade/overview/mail/reminder Modify Email Reminder Switch Status
FirmwareAPI ModifyTryBetaChannel Patch /openapi/v1/{omadacId}/upgrade/overview/try-beta/channel Modify try-beta Channel Info
FirmwareAPI ModifyTryBetaStatus Patch /openapi/v1/{omadacId}/upgrade/overview/try-beta Modify try-beta switch status
FirmwareAPI UploadUpgradeFirmware Post /openapi/v1/{omadacId}/files/upgrade/firmware Upload upgrade firmware
FormAuthDataAPI CreateAuthForm Post /openapi/v1/{omadacId}/sites/{siteId}/hotspot/surveys Create a new authentication survey
FormAuthDataAPI DeleteAuthForm Delete /openapi/v1/{omadacId}/sites/{siteId}/hotspot/surveys/{surveyId} Delete an existing authentication survey
FormAuthDataAPI DeleteFormAuthResult Delete /openapi/v1/{omadacId}/sites/{siteId}/hotspot/surveys/auth-results/{surveyResultId} Delete an authentication survey result for given surveyResultId
FormAuthDataAPI DeleteSelectedFormAuthResult Post /openapi/v1/{omadacId}/sites/{siteId}/hotspot/surveys/{surveyId}/auth-results Delete selected authentication survey results for given surveyId
FormAuthDataAPI ExportAuthForms Get /openapi/v1/{omadacId}/sites/{siteId}/files/hotspot/form-auths/{formId}/export Export the Form Authentication Result List
FormAuthDataAPI GetAuthForm Get /openapi/v1/{omadacId}/sites/{siteId}/hotspot/surveys/{surveyId} Get an authentication survey for given surveyId
FormAuthDataAPI GetAuthForms Get /openapi/v1/{omadacId}/sites/{siteId}/hotspot/surveys Get authentication survey list
FormAuthDataAPI GetFormAuthResult Get /openapi/v1/{omadacId}/sites/{siteId}/hotspot/surveys/auth-results/{surveyResultId} Get an authentication survey result for given surveyResultId
FormAuthDataAPI GetFormAuthResults Get /openapi/v1/{omadacId}/sites/{siteId}/hotspot/surveys/{surveyId}/auth-results Get authentication result lists for given survey
FormAuthDataAPI GetGridFormAuthResults Get /openapi/v1/{omadacId}/sites/{siteId}/hotspot/form-auths/{formId}/auth-results Get Form Authentication Result
FormAuthDataAPI ModifyAuthForm Patch /openapi/v1/{omadacId}/sites/{siteId}/hotspot/surveys/{surveyId} Modify an authentication survey for given surveyId
GatewayAPI BatchModifyPortConfig Patch /openapi/v1/{omadacId}/sites/{siteId}/gateways/{gatewayMac}/multi-ports/config Batch modify gateway port config
GatewayAPI ChangeInternetState Post /openapi/v1/{omadacId}/sites/{siteId}/gateways/{gatewayMac}/internet-state Change Internet State
GatewayAPI ChangeIpv6State Post /openapi/v1/{omadacId}/sites/{siteId}/cmd/gateways/{gatewayMac}/ipv6State Modify IPv6 state
GatewayAPI ChangeOduMode Post /openapi/v1/{omadacId}/sites/{siteId}/gateways/{gatewayMac}/change-mode Change mode for 5G-Outdoor
GatewayAPI ChangeOduModeForMsp Post /openapi/v1/msp/{mspId}/customers/{customerId}/sites/{siteId}/gateways/{gatewayMac}/change-mode Change mode for 5G-Outdoor for msp
GatewayAPI ChangePinSetting Put /openapi/v1/{omadacId}/sites/{siteId}/gateways/{gatewayMac}/pin Modify PIN management information of an LTE model
GatewayAPI DeleteIspFile Delete /openapi/v1/{omadacId}/files/sites/{siteId}/gateways/{gatewayMac}/isp-upgrade/{fileId} Delete isp file
GatewayAPI GetClientDhcpLeaseTimes Post /openapi/v1/{omadacId}/sites/{siteId}/dhcp-lease-time Get gateway dhcp client lease time
GatewayAPI GetEnableWanDetail Get /openapi/v1/{omadacId}/sites/{siteId}/health/gateways/{gatewayMac}/wans/details Get enable wan port detail
GatewayAPI GetGatewayInfo1 Get /openapi/v1/{omadacId}/sites/{siteId}/gateways/{gatewayMac} Get gateway info
GatewayAPI GetGeneralConfig1 Get /openapi/v1/{omadacId}/sites/{siteId}/gateways/{gatewayMac}/general-config Get gateway general config
GatewayAPI GetGridDhcpUserList1 Get /openapi/v1/{omadacId}/sites/{siteId}/gateways/{gatewayMac}/dhcp/user-list Get gateway dhcp user list
GatewayAPI GetIpptLanIpv6 Get /openapi/v1/{omadacId}/sites/{siteId}/gateways/{gatewayMac}/network/ipv6 Get lan ipv6 config for ippt
GatewayAPI GetLanStatus Get /openapi/v1/{omadacId}/sites/{siteId}/gateways/{gatewayMac}/lan-status Get gateway lan status
GatewayAPI GetPinSetting Get /openapi/v1/{omadacId}/sites/{siteId}/gateways/{gatewayMac}/pin Get PIN setting
GatewayAPI GetPorts Get /openapi/v1/{omadacId}/sites/{siteId}/gateways/{gatewayMac}/ports Get gateway ports
GatewayAPI GetSimCardUsed Get /openapi/v1/{omadacId}/sites/{siteId}/gateways/{gatewayMac}/simCardUsed Get SIM card used
GatewayAPI GetSpecifiedGatewayInfos Get /openapi/v1/{omadacId}/global/gateways/wan-status Get global gateways wan status
GatewayAPI GetSsidDetail1 Get /openapi/v1/{omadacId}/sites/{siteId}/gateways/{gatewayMac}/config/wlans/ssid Get SSID detail info
GatewayAPI GetWanStatus Get /openapi/v1/{omadacId}/sites/{siteId}/gateways/{gatewayMac}/wan-status Get gateway wan status
GatewayAPI IspUpgrade Post /openapi/v1/{omadacId}/sites/{siteId}/cmd/gateways/{gatewayMac}/isp-upgrade Upgrade isp
GatewayAPI ModifyConfigAdvanced Put /openapi/v1/{omadacId}/sites/{siteId}/gateways/{gatewayMac}/config/advanced Modify gateway advanced config
GatewayAPI ModifyConfigCommonAdvanced Put /openapi/v1/{omadacId}/sites/{siteId}/gateways/{gatewayMac}/config/advanced/common Modify gateway advanced common config
GatewayAPI ModifyConfigGeneral Put /openapi/v1/{omadacId}/sites/{siteId}/gateways/{gatewayMac}/config/general Modify gateway general config
GatewayAPI ModifyConfigRadios Put /openapi/v1/{omadacId}/sites/{siteId}/gateways/{gatewayMac}/config/radios Modify gateway radios config
GatewayAPI ModifyConfigServices Put /openapi/v1/{omadacId}/sites/{siteId}/gateways/{gatewayMac}/config/services Modify gateway config service
GatewayAPI ModifyConfigWirelessAdvanced Put /openapi/v1/{omadacId}/sites/{siteId}/gateways/{gatewayMac}/config/advanced/wireless Modify gateway advanced wireless config
GatewayAPI ModifyConfigWlans Put /openapi/v1/{omadacId}/sites/{siteId}/gateways/{gatewayMac}/config/wlans Modify gateway wlans config
GatewayAPI ModifyGeneralConfig1 Patch /openapi/v1/{omadacId}/sites/{siteId}/gateways/{gatewayMac}/general-config Modify gateway general config
GatewayAPI ModifyIpptLanIpv6 Patch /openapi/v1/{omadacId}/sites/{siteId}/gateways/{gatewayMac}/network/ipv6 Modify lan ipv6 config for ippt
GatewayAPI ModifyOsgConfigForMsp Patch /openapi/v1/msp/{mspId}/customers/{customerId}/sites/{siteId}/gateways/{gatewayMac} Modify gateway config for msp
GatewayAPI ModifyOsgConfigGeneralForMsp Put /openapi/v1/msp/{mspId}/customers/{customerId}/sites/{siteId}/gateways/{gatewayMac}/config/general Modify general gateway config for msp
GatewayAPI ModifyPortConfig1 Patch /openapi/v1/{omadacId}/sites/{siteId}/gateways/{gatewayMac}/ports/{port}/config Modify gateway port config
GatewayAPI ModifySshSettingByMac Put /openapi/v1/{omadacId}/sites/{siteId}/gateways/{gatewayMac}/config/services/ssh Modify SSH setting by mac
GatewayAPI ModifySsidBasicConfig Patch /openapi/v1/{omadacId}/sites/{siteId}/gateways/{gatewayMac}/config/wlans/ssid/{ssidId}/basic-config modify SSID basic config
GatewayAPI ModifySsidMacFilterConfig Patch /openapi/v1/{omadacId}/sites/{siteId}/gateways/{gatewayMac}/config/wlans/ssid/{ssidId}/mac-filter Update SSID mac filter config
GatewayAPI MoveToSite1 Post /openapi/v1/{omadacId}/sites/{siteId}/cmd/gateways/move Move devices to another site
GatewayAPI MspMoveToCustomer2 Post /openapi/v1/msp/{mspId}/customers/{customerId}/sites/{siteId}/cmd/gateways/move Move site to target customer
GatewayAPI RecoveryPoePort Post /openapi/v1/{omadacId}/sites/{siteId}/gateways/{gatewayMac}/ports/{port}/restart Recovery gateway poe port
GatewayAPI UploadIspFile Post /openapi/v1/{omadacId}/files/sites/{siteId}/gateways/{gatewayMac}/isp-upgrade Upload isp upgrade file
GatewayQOSTemplateAPI CreateTemplateBwCtrl Post /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/qos/gateway/bwcs Create siteTemplate's new bandwidth control rule
GatewayQOSTemplateAPI CreateTemplateClassRule Post /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/qos/gateway/class-rules Create siteTemplate's new class rule
GatewayQOSTemplateAPI DeleteTemplateBwCtrl Delete /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/qos/gateway/bwcs/{id} Delete an existing bandwidth control rule in siteTemplate
GatewayQOSTemplateAPI DeleteTemplateClassRule Delete /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/qos/gateway/class-rules/{id} Delete an existing class rule in siteTemplate
GatewayQOSTemplateAPI GetTemplateBandwidthCtrlGrid Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/qos/gateway/bwcs Get siteTemplate's bandwidth control rule list
GatewayQOSTemplateAPI GetTemplateClassRuleGrid Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/qos/gateway/class-rules Get siteTemplate's class rule list
GatewayQOSTemplateAPI GetTemplateQosWans Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/qos/gateway/wans Get siteTemplate's WAN ports info for Gateway QoS
GatewayQOSTemplateAPI GetTemplateTagOut Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/qos/gateway/tag-outbound-traffic Get siteTemplate's Tag Outbound Traffic info
GatewayQOSTemplateAPI GetTemplateVoip Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/qos/gateway/voip-prioritization Get siteTemplate's VoIP Prioritization info
GatewayQOSTemplateAPI ModifyTemplateBwCtrl Put /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/qos/gateway/bwcs/{id} Modify an existing bandwidth control rule in siteTemplate
GatewayQOSTemplateAPI ModifyTemplateClassRule Put /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/qos/gateway/class-rules/{id} Modify an existing class rule in siteTemplate
GatewayQOSTemplateAPI ModifyTemplateTagOut Put /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/qos/gateway/tag-outbound-traffic Modify siteTemplate's Tag Outbound Traffic info
GatewayQOSTemplateAPI ModifyTemplateVoip Put /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/qos/gateway/voip-prioritization Modify siteTemplate's VoIP Prioritization info
GatewayQoSAPI CreateBwCtrl Post /openapi/v1/{omadacId}/sites/{siteId}/qos/gateway/bwcs Create new bandwidth control rule
GatewayQoSAPI CreateClassRule Post /openapi/v1/{omadacId}/sites/{siteId}/qos/gateway/class-rules Create new class rule
GatewayQoSAPI DeleteBwCtrl Delete /openapi/v1/{omadacId}/sites/{siteId}/qos/gateway/bwcs/{id} Delete an existing bandwidth control rule
GatewayQoSAPI DeleteClassRule Delete /openapi/v1/{omadacId}/sites/{siteId}/qos/gateway/class-rules/{id} Delete an existing class rule
GatewayQoSAPI GetBandwidthCtrlGrid Get /openapi/v1/{omadacId}/sites/{siteId}/qos/gateway/bwcs Get bandwidth control rule list
GatewayQoSAPI GetClassRuleGrid Get /openapi/v1/{omadacId}/sites/{siteId}/qos/gateway/class-rules Get class rule list
GatewayQoSAPI GetQosWans Get /openapi/v1/{omadacId}/sites/{siteId}/qos/gateway/wans Get WAN ports info for Gateway QoS
GatewayQoSAPI GetTagOut Get /openapi/v1/{omadacId}/sites/{siteId}/qos/gateway/tag-outbound-traffic Get Tag Outbound Traffic info
GatewayQoSAPI GetVoip Get /openapi/v1/{omadacId}/sites/{siteId}/qos/gateway/voip-prioritization Get VoIP Prioritization info
GatewayQoSAPI ModifyBwCtrl Put /openapi/v1/{omadacId}/sites/{siteId}/qos/gateway/bwcs/{id} Modify an existing bandwidth control rule
GatewayQoSAPI ModifyClassRule Put /openapi/v1/{omadacId}/sites/{siteId}/qos/gateway/class-rules/{id} Modify an existing class rule
GatewayQoSAPI ModifyTagOut Put /openapi/v1/{omadacId}/sites/{siteId}/qos/gateway/tag-outbound-traffic Modify Tag Outbound Traffic info
GatewayQoSAPI ModifyVoip Put /openapi/v1/{omadacId}/sites/{siteId}/qos/gateway/voip-prioritization Modify VoIP Prioritization info
GatewayTemplateAPI GetGatewayInfo Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/gatewaytemplates/{deviceTemplateId} Get gateway template info
GatewayTemplateAPI GetPortsTemplate Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/gatewaytemplates/{deviceTemplateId}/ports/config Get gateway template port info
GatewayTemplateAPI GetSsidDetailTemplate1 Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/gatewaytemplates/{deviceTemplateId}/config/wlans/ssid Get SSID detail info
GatewayTemplateAPI ModifyConfigAdvancedTemplate Put /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/gatewaytemplates/{deviceTemplateId}/config/advanced Modify gateway template advanced config
GatewayTemplateAPI ModifyConfigCommonAdvancedTemplate Put /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/gatewaytemplates/{deviceTemplateId}/config/advanced/common Modify gateway template common advanced config
GatewayTemplateAPI ModifyConfigGeneralTemplate Put /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/gatewaytemplates/{deviceTemplateId}/config/general Modify gateway template general config
GatewayTemplateAPI ModifyConfigRadiosTemplate Put /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/gatewaytemplates/{deviceTemplateId}/config/radios Modify gateway template radios config
GatewayTemplateAPI ModifyConfigServicesTemplate Put /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/gatewaytemplates/{deviceTemplateId}/config/services Modify gateway template services config
GatewayTemplateAPI ModifyConfigWirelessAdvancedTemplate Put /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/gatewaytemplates/{deviceTemplateId}/config/advanced/wireless Modify gateway template wireless advanced config
GatewayTemplateAPI ModifyConfigWlansTemplate Put /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/gatewaytemplates/{deviceTemplateId}/config/wlans Modify gateway template wlans config
GatewayTemplateAPI ModifyPortConfig Patch /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/gatewaytemplates/{deviceTemplateId}/ports/{port}/config Modify gateway template port config
GatewayTemplateAPI ModifySsidBasicConfigTemplate Patch /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/gatewaytemplates/{deviceTemplateId}/config/wlans/ssid/{ssidId}/basic-config modify SSID basic config
GatewayTemplateAPI ModifySsidMacFilterConfigTemplate Patch /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/gatewaytemplates/{deviceTemplateId}/config/wlans/ssid/{ssidId}/mac-filter Update SSID mac filter config
GlobalDashboardOverviewAPI GetGernalSettings1 Get /openapi/v1/{omadacId}/dashboard/overview-without-client Get global dashboard overview
GlobalSecurityAPI AddBlockedCountry Post /openapi/v1/{omadacId}/security/blocked-country/add Add Blocked Country
GlobalSecurityAPI DelBlockedCountry Delete /openapi/v1/{omadacId}/security/blocked-country Delete blocked countries.
GlobalSecurityAPI DeleteGlobalThreatList Post /openapi/v1/{omadacId}/ips/threat Delete Global Threat List
GlobalSecurityAPI GetBlockedCountries Post /openapi/v1/{omadacId}/security/blocked-country Get Blocked Countries
GlobalSecurityAPI GetCountryThreats Post /openapi/v1/{omadacId}/security/threat-map/threats Get Country Threats
GlobalSecurityAPI GetGlobalCategory Post /openapi/v1/{omadacId}/security/threat-map/threat-count Get Global Category
GlobalSecurityAPI GetGlobalThreatList Get /openapi/v1/{omadacId}/security/threat-management Get Global Threat List
GlobalSecurityAPI GetGlobalThreatMap Post /openapi/v1/{omadacId}/security/threat-map Get Global Threat Map
GlobalSecurityAPI GetGlobalTopThreatList Get /openapi/v1/{omadacId}/security/threat-management/top Get Global Top Threat List
GlobalSecurityAPI GetThreatCount Get /openapi/v1/{omadacId}/security/threat-management/severity Get Threat Count
GlobalSecurityAPI OperateGlobalThreats Post /openapi/v1/{omadacId}/ips/threat/ops Operate Global Threats
HealthAPI GetApHealthDetail Get /openapi/v1/{omadacId}/sites/{siteId}/eaps/{apMac}/health/detail Get ap health detail
HealthAPI GetApHealthTimeList Get /openapi/v1/{omadacId}/sites/{siteId}/eaps/{apMac}/health/timeline Get ap health time line
HealthAPI GetClientHealthDetail Get /openapi/v1/{omadacId}/sites/{siteId}/clients/{clientMac}/health/detail Get client health detail
HealthAPI GetClientHealthTimeList Get /openapi/v1/{omadacId}/sites/{siteId}/clients/{clientMac}/health/timeline Get client health time line
HealthAPI GetMspApHealthDetail Get /openapi/v1/msp/{mspId}/customers/{customerId}/sites/{siteId}/eaps/{apMac}/health/detail Get msp ap health detail
HealthAPI GetMspApHealthTimeList Get /openapi/v1/msp/{mspId}/customers/{customerId}/sites/{siteId}/eaps/{apMac}/health/timeline Get msp ap health time line
HealthAPI GetMspOsgHealthDetail Get /openapi/v1/msp/{mspId}/customers/{customerId}/sites/{siteId}/gateways/{gatewayMac}/health/detail Get msp gateway health detail
HealthAPI GetMspOsgHealthTimeList Get /openapi/v1/msp/{mspId}/customers/{customerId}/sites/{siteId}/gateways/{gatewayMac}/health/timeline Get msp gateway health time line
HealthAPI GetMspOswHealthDetail Get /openapi/v1/msp/{mspId}/customers/{customerId}/sites/{siteId}/switches/{switchMac}/health/detail Get msp switch health detail
HealthAPI GetMspOswHealthTimeList Get /openapi/v1/msp/{mspId}/customers/{customerId}/sites/{siteId}/switches/{switchMac}/health/timeline Get msp switch health time line
HealthAPI GetMultiOswHealthTimeList Get /openapi/v1/{omadacId}/sites/{siteId}/switches/health/timeline Batch get switch health time line
HealthAPI GetOsgHealthDetail Get /openapi/v1/{omadacId}/sites/{siteId}/gateways/{gatewayMac}/health/detail Get gateway health detail
HealthAPI GetOsgHealthTimeList Get /openapi/v1/{omadacId}/sites/{siteId}/gateways/{gatewayMac}/health/timeline Get gateway health time line
HealthAPI GetOswHealthDetail Get /openapi/v1/{omadacId}/sites/{siteId}/switches/{switchMac}/health/detail Get switch health detail
HealthAPI GetOswHealthTimeList Get /openapi/v1/{omadacId}/sites/{siteId}/switches/{switchMac}/health/timeline Get switch health time line
HealthAPI GetSiteClientHealthTimeList Get /openapi/v1/{omadacId}/sites/{siteId}/health/client/timeline Get site client health time line
HealthAPI GetSiteHealthTimeList Get /openapi/v1/{omadacId}/sites/{siteId}/health/timeline Get site health time line
HealthAPI GetWifiClientInfoList Post /openapi/v1/{omadacId}/sites/{siteId}/wifi/health/client/list Get site wifi top k device/client
HealthAPI GetWifiHealthTimeList Get /openapi/v1/{omadacId}/sites/{siteId}/wifi/health/timeline Get site wifi health time line
HealthAPI GetWifiSubHealthTimeList Get /openapi/v1/{omadacId}/sites/{siteId}/wifi/sub/health/timeline Get site wifi sub health detail
HistoryDataRetentionAPI GetDataRetention Get /openapi/v1/{omadacId}/retention Get history data retention configuration
HistoryDataRetentionAPI GetMspClientDetailInfoSetting Get /openapi/v1/msp/{mspId}/client-detail-information Get MSP client detail information setting.
HistoryDataRetentionAPI ModifyMspClientDetailInfoSetting Patch /openapi/v1/msp/{mspId}/client-detail-information Modify MSP client detail information setting.
HistoryDataRetentionAPI ModifyRetention Patch /openapi/v1/{omadacId}/retention Modify history data retention configuration
HotspotOperatorsAPI CreateHotspotOperator Post /openapi/v1/{omadacId}/sites/{siteId}/hotspot/operators Create a new hotspot operator
HotspotOperatorsAPI DeleteHotspotOperator Delete /openapi/v1/{omadacId}/sites/{siteId}/hotspot/operators/{id} Delete an existing hotspot operator
HotspotOperatorsAPI GetHotspotOperatorDetail Get /openapi/v1/{omadacId}/sites/{siteId}/hotspot/operators/{id} Get hotspot operator detail
HotspotOperatorsAPI GetHotspotOperatorList Get /openapi/v1/{omadacId}/sites/{siteId}/hotspot/operators Get hotspot operators list
HotspotOperatorsAPI ModifyHotspotOperator Patch /openapi/v1/{omadacId}/sites/{siteId}/hotspot/operators/{id} Modify an existing hotspot operator
IDSIPSAPI CreateAllowList Post /openapi/v1/{omadacId}/sites/{siteId}/network-security/ips/allow-list Create new allow list
IDSIPSAPI DeleteAllowList Delete /openapi/v1/{omadacId}/sites/{siteId}/network-security/ips/allow-list/{entryId} Delete allow list
IDSIPSAPI DeleteBlockList Delete /openapi/v1/{omadacId}/sites/{siteId}/network-security/ips/block-list/{entryId} Delete block list
IDSIPSAPI DeleteSignature Delete /openapi/v1/{omadacId}/sites/{siteId}/network-security/ips/signature/{signId} Delete signature
IDSIPSAPI EditAllowList Patch /openapi/v1/{omadacId}/sites/{siteId}/network-security/ips/allow-list Edit allow list
IDSIPSAPI GetGridAllowList Get /openapi/v1/{omadacId}/sites/{siteId}/network-security/ips/grid/allow-list Get grid ips allow list
IDSIPSAPI GetGridBlockList Get /openapi/v1/{omadacId}/sites/{siteId}/network-security/ips/grid/block-list Get grid IPS block list
IDSIPSAPI GetGridSignature Get /openapi/v1/{omadacId}/sites/{siteId}/network-security/ips/signature Get signature list
IDSIPSAPI GetIpsConfig Get /openapi/v1/{omadacId}/sites/{siteId}/network-security/ips Get site IDS/IPS config
IDSIPSAPI ModifyIpsConfig Patch /openapi/v1/{omadacId}/sites/{siteId}/network-security/ips Modify site IDS/IPS config
IDSIPSAPI ModifySignature Patch /openapi/v1/{omadacId}/sites/{siteId}/network-security/ips/signature/{signId} Modify signature
IDSIPSTemplateAPI CreateTemplateAllowList Post /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/network-security/ips/allow-list Create site template's allow list
IDSIPSTemplateAPI DeleteTemplateAllowList Delete /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/network-security/ips/allow-list/{entryId} Delete template allow list
IDSIPSTemplateAPI EditTemplateAllowList Patch /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/network-security/ips/allow-list Edit site template's allow list
IDSIPSTemplateAPI GetIpsTemplateConfig Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/network-security/ips Get site template IDS/IPS config
IDSIPSTemplateAPI GetTemplateGridAllowList Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/grid/allow-list Get site template grid ips allow list
IDSIPSTemplateAPI ModifyIpsTemplateConfig Patch /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/network-security/ips Modify site template IDS/IPS config
IPMACBindingAPI BatchDeleteIpMacBindings Post /openapi/v1/{omadacId}/sites/{siteId}/ip-mac-binds/batch-delete Batch delete IP-MAC bindings
IPMACBindingAPI CheckIpMacBindingExportToDhcpReservation Post /openapi/v1/{omadacId}/sites/{siteId}/ip-mac-binds/check/dhcp-res Check IP-MAC binding export to DHCP reservation
IPMACBindingAPI CreateIpMacBinding Post /openapi/v1/{omadacId}/sites/{siteId}/ip-mac-binds Create IP-MAC binding
IPMACBindingAPI DeleteIpMacBinding Delete /openapi/v1/{omadacId}/sites/{siteId}/ip-mac-binds/{bindId} Delete IP-MAC binding
IPMACBindingAPI GetGridIpMacBinding Get /openapi/v1/{omadacId}/sites/{siteId}/ip-mac-binds Get IP-MAC binding list
IPMACBindingAPI GetIpMacBindingGeneralSetting Get /openapi/v1/{omadacId}/sites/{siteId}/ip-mac-bind Get IP-MAC binding general setting
IPMACBindingAPI ImportIpMacBindingListFromFile Post /openapi/v1/{omadacId}/sites/{siteId}/ip-mac-binds/import Import IP-MAC bindings from file
IPMACBindingAPI ModifyIpMacBinding Patch /openapi/v1/{omadacId}/sites/{siteId}/ip-mac-binds/{bindId} Modify IP-MAC binding
IPMACBindingAPI ModifyIpMacBindingGeneralSetting Patch /openapi/v1/{omadacId}/sites/{siteId}/ip-mac-bind Modify IP-MAC binding general setting
IPMACBindingTemplateAPI BatchDeleteIpMacBindingsTemplate Post /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/ip-mac-binds/batch-delete Batch delete IP-MAC bindings template
IPMACBindingTemplateAPI CreateIpMacBindingTemplate Post /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/ip-mac-binds Create IP-MAC binding template
IPMACBindingTemplateAPI DeleteIpMacBindingTemplate Delete /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/ip-mac-binds/{bindId} Delete IP-MAC binding template
IPMACBindingTemplateAPI GetGridIpMacBindingTemplate Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/ip-mac-binds Get IP-MAC binding template list
IPMACBindingTemplateAPI GetIpMacBindingGeneralSettingTemplate Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/ip-mac-bind Get IP-MAC binding template general setting
IPMACBindingTemplateAPI ModifyIpMacBindingGeneralSettingTemplate Patch /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/ip-mac-bind Modify IP-MAC binding template general setting
IPMACBindingTemplateAPI ModifyIpMacBindingTemplate Patch /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/ip-mac-binds/{bindId} Modify IP-MAC binding template
InsightAPI DeleteALLBatchFullChannelDetectHistory Delete /openapi/v1/{omadacId}/sites/{siteId}/full-channel-detect Delete all interference detection history
InsightAPI DeleteBatchFullChannelDetectHistory Delete /openapi/v1/{omadacId}/sites/{siteId}/full-channel-detect/{historyId} Delete the interference detection history
InsightAPI ExportBatchFullChannelDetectResultData Get /openapi/v1/{omadacId}/files/sites/{siteId}/full-channel-detect/{historyId} Export batch interference detection results
InsightAPI ExportRogueApsGlobal Post /openapi/v1/{omadacId}/files/neighbors Export global Rogue AP scan results
InsightAPI GetBatchChannelLoadsResult Get /openapi/v1/{omadacId}/sites/{siteId}/full-channel-detect/{historyId}/channel-load Get channel utilization results of batch interference detection
InsightAPI GetBatchFullChannelDetectApList Get /openapi/v1/{omadacId}/sites/{siteId}/full-channel-detect/{historyId}/ap-list Get the AP list of batch interference detection
InsightAPI GetBatchFullChannelDetectStatus Post /openapi/v1/{omadacId}/sites/{siteId}/full-channel-detect/status Get the interference detection status
InsightAPI GetBatchWifiInterferencesResult Get /openapi/v1/{omadacId}/sites/{siteId}/full-channel-detect/{historyId}/grid/wifi-interference Get WiFi interference results of batch interference detection
InsightAPI GetChannelLoadResult Get /openapi/v1/{omadacId}/sites/{siteId}/aps/{apMac}/full-channel-detect/channel-load Get channel utilization results of interference detection
InsightAPI GetDisableFullChannelDetectApMacList Get /openapi/v1/{omadacId}/sites/{siteId}/full-channel-detect/batch/info Get the MAC list of APs that cannot perform interference detection
InsightAPI GetFullChannelDetectStatus Get /openapi/v1/{omadacId}/sites/{siteId}/aps/{apMac}/full-channel-detect/status Get the interference detection status of APs
InsightAPI GetGridEnableFullChannelDetectApList Get /openapi/v1/{omadacId}/sites/{siteId}/grid/full-channel-detect/ap-list Get the list of devices that can perform interference detection by page
InsightAPI GetGridFullChannelDetectHistory Get /openapi/v1/{omadacId}/sites/{siteId}/full-channel-detect/grid/scan-history Get the interference detection history by page
InsightAPI GetGridOswRoutingTable Get /openapi/v1/{omadacId}/sites/{siteId}/switches/{switchMac}/routingTable Get switch routing table
InsightAPI GetGridRogueAps Get /openapi/v1/{omadacId}/sites/{siteId}/insight/rogueaps Query the Rogue AP scan results
InsightAPI GetGridRouting Get /openapi/v1/{omadacId}/sites/{siteId}/insight/routing/{type} Get the routing table data interface
InsightAPI GetGridStackRoutingTable Get /openapi/v1/{omadacId}/sites/{siteId}/stack/{stackId}/routingTable Get stack routing table
InsightAPI GetGridVpnClientStatus Get /openapi/v1/{omadacId}/sites/{siteId}/setting/vpn/stats/client Get VPN Client status list
InsightAPI GetGridVpnIpSec Get /openapi/v1/{omadacId}/sites/{siteId}/setting/vpn/stats/ipsec Query the vpnStats ipsec list
InsightAPI GetGridVpnS2SPeersStatus Get /openapi/v1/{omadacId}/sites/{siteId}/setting/vpn/stats/s2s/{vpnId}/peer Get VPN Site-to-Site's peers status list
InsightAPI GetGridVpnS2SStatus Get /openapi/v1/{omadacId}/sites/{siteId}/setting/vpn/stats/s2s Get VPN Site-to-Site status list
InsightAPI GetGridVpnServerClientsStatus Get /openapi/v1/{omadacId}/sites/{siteId}/setting/vpn/stats/server/{vpnId}/client Get VPN Server's clients status list
InsightAPI GetGridVpnServerStatus Get /openapi/v1/{omadacId}/sites/{siteId}/setting/vpn/stats/server Get VPN Server status list
InsightAPI GetGridVpnTunnel Get /openapi/v1/{omadacId}/sites/{siteId}/setting/vpn/stats/tunnel Query the vpnStats tunnel list
InsightAPI GetGridWidsData Get /openapi/v1/{omadacId}/sites/{siteId}/insight/wids Query the Wireless IDS entry list
InsightAPI GetGridWifiInterfResult Get /openapi/v1/{omadacId}/sites/{siteId}/aps/{apMac}/full-channel-detect/wlan-interference Get WiFi interference results of interference detection
InsightAPI GetGridWipsBlackList Get /openapi/v1/{omadacId}/sites/{siteId}/insight/wids/blacklist Get the dynamic blacklist entry data of Wireless IDS
InsightAPI GetPortForwardStatus Get /openapi/v1/{omadacId}/sites/{siteId}/insight/port-forwarding/{type} Get Port Forwarding Status
InsightAPI GetSpectralScanHistoryResult Get /openapi/v1/{omadacId}/sites/{siteId}/spectral-scan/aps/{apMac}/spectral-scan-result/history Get history results of environment scanning
InsightAPI GetSpectralScanResult Get /openapi/v1/{omadacId}/sites/{siteId}/spectral-scan/aps/{apMac}/spectral-scan-result Get current results of environment scanning
InsightAPI RemoveWipsBlackList Put /openapi/v1/{omadacId}/sites/{siteId}/insight/wids/blacklist/{mac} Remove the specified Device MAC from the blacklist of the reported device
InsightAPI ScanRogueAps Post /openapi/v1/{omadacId}/sites/{siteId}/cmd/rogueaps/scan Scan Rogue APs
InsightAPI StartBatchFullChannelDetect Post /openapi/v1/{omadacId}/sites/{siteId}/full-channel-detect-start Enable batch interference detection
InsightAPI StopSpectralScan Post /openapi/v1/{omadacId}/sites/{siteId}/aps/{apMac}/spectral-scan-stop Stop environment scanning
InsightAPI TerminateVpnTunnel Post /openapi/v1/{omadacId}/sites/{siteId}/cmd/vpn/stats/tunnel/terminate Terminating vpn tunnel
InsightAPI TriggerFullChannelDetect Post /openapi/v1/{omadacId}/sites/{siteId}/aps/{apMac}/full-channel-detect-start Enable interference detection
InsightAPI TriggerSpectralScan Post /openapi/v1/{omadacId}/sites/{siteId}/aps/{apMac}/spectral-scan-start Enable environment scanning
IntelliRecoverClientAPI AddMonitorClients Post /openapi/v1/{omadacId}/sites/{siteId}/monitor-client/add Add client into intelli recover client list
IntelliRecoverClientAPI DeleteMonitorClients Delete /openapi/v1/{omadacId}/sites/{siteId}/monitor-client/delete Delete the intelli recover client
IntelliRecoverClientAPI GetEligibleClientList Get /openapi/v1/{omadacId}/sites/{siteId}/monitor-client/eligible-client-grids Obtain the list of clients that can be monitored
IntelliRecoverClientAPI GetGridMonitorClient Get /openapi/v1/{omadacId}/sites/{siteId}/monitor-client/grids Get the intelli recover client list
IntelliRecoverClientAPI RebootClientUplinkPoe Post /openapi/v1/{omadacId}/sites/{siteId}/monitor-client/reboot-uplink-poe Reboot the client uplinkDevice poe
IntelliRecoverClientAPI VerifyMonitorClient Post /openapi/v1/{omadacId}/sites/{siteId}/monitor-client/verify Verify if the client is allowed to be monitored
IntelliRecoverDeviceAPI AddMonitorDevices Post /openapi/v1/{omadacId}/sites/{siteId}/monitor-device/add Add device into intelli recover device list
IntelliRecoverDeviceAPI DeleteMonitorDevices Delete /openapi/v1/{omadacId}/sites/{siteId}/monitor-device/delete Delete the intelli recover device
IntelliRecoverDeviceAPI GetEligibleDeviceList Get /openapi/v1/{omadacId}/sites/{siteId}/monitor-device/eligible-device-grids Obtain the list of devices that can be monitored
IntelliRecoverDeviceAPI GetGridMonitorDevice Get /openapi/v1/{omadacId}/sites/{siteId}/monitor-device/grids Get the intelli recover device list
IntelliRecoverDeviceAPI GetIntelliRecoverSetting Get /openapi/v1/{omadacId}/sites/{siteId}/intelli-recover/auto-setting/config Get intelli recover setting
IntelliRecoverDeviceAPI ModifyIntelliRecoverSetting Post /openapi/v1/{omadacId}/sites/{siteId}/intelli-recover/auto-setting/modify Modify intelli recover setting
IntelliRecoverDeviceAPI RebootDeviceUplinkPoe Post /openapi/v1/{omadacId}/sites/{siteId}/monitor-device/reboot-uplink-poe Reboot the device uplinkDevice poe
IntelliRecoverDeviceAPI VerifyMonitorDevice Post /openapi/v1/{omadacId}/sites/{siteId}/monitor-device/verify Verify if the device is allowed to be monitored
LanMulticastAPI CreateLanMulticast Post /openapi/v1/{omadacId}/sites/{siteId}/lan-multicasts Create new lan multicast
LanMulticastAPI DeleteLanMulticast Delete /openapi/v1/{omadacId}/sites/{siteId}/lan-multicasts/{multicastId} Delete an existing lan multicast
LanMulticastAPI GetGridLanMulticasts Get /openapi/v1/{omadacId}/sites/{siteId}/lan-multicasts Get lan multicast list
LanMulticastAPI ModifyLanMulticast Patch /openapi/v1/{omadacId}/sites/{siteId}/lan-multicasts/{multicastId} Modify a lan multicast
LanMulticastTemplateAPI CreateLanMulticastTemplate Post /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/lan-multicasts Create new lan multicast template
LanMulticastTemplateAPI DeleteLanMulticastTemplate Delete /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/lan-multicasts/{multicastId} Delete an existing lan multicast template
LanMulticastTemplateAPI GetGridLanMulticastTemplates Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/lan-multicasts Get lan multicast template list
LanMulticastTemplateAPI ModifyLanMulticastTemplate Patch /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/lan-multicasts/{multicastId} Modify a lan multicast template
LicenseAPI GetAutoActive Get /openapi/v1/{omadacId}/license/auto-active Get license auto active
LicenseAPI GetAutoRenew Get /openapi/v1/{omadacId}/license/auto-renew Get license auto renew
LicenseAPI GetLicenseNumByCategory Get /openapi/v1/{omadacId}/licenses/available-license Get available license num
LicenseAPI GetSiteAutoRenew Get /openapi/v1/{omadacId}/sites/{siteId}/license/auto-renew Get site license auto renew
LicenseAPI ModifyAutoActive Post /openapi/v1/{omadacId}/license/auto-active Modify license auto active
LicenseAPI ModifyAutoRenew Post /openapi/v1/{omadacId}/license/auto-renew Modify license auto renew
LicenseAPI ModifySiteAutoRenew Post /openapi/v1/{omadacId}/sites/{siteId}/license/auto-renew Modify site license auto renew
LocalUserAPI ClearLocalUserDynamicMac Post /openapi/v1/{omadacId}/sites/{siteId}/hotspot/localusers/{id}/clear-dynamic-mac Clear dynamic mac
LocalUserAPI CreateLocalUser Post /openapi/v1/{omadacId}/sites/{siteId}/hotspot/localusers Create a new local user
LocalUserAPI DeleteLocalUser Delete /openapi/v1/{omadacId}/sites/{siteId}/hotspot/localusers/{id} Delete an existing localuser
LocalUserAPI DownloadLocalUsers Get /openapi/v1/{omadacId}/sites/{siteId}/files/hotspot/local-users Download local user file (excel or csv) by localhost
LocalUserAPI GetLocalUser Get /openapi/v1/{omadacId}/sites/{siteId}/hotspot/localusers/{id} Get a local user for given localuserId
LocalUserAPI GetLocalUsers Get /openapi/v1/{omadacId}/sites/{siteId}/hotspot/localusers Get local user list
LocalUserAPI ModifyLocalUser Post /openapi/v1/{omadacId}/sites/{siteId}/hotspot/localusers/{id} Modify an existing localuser
LocalUserAPI UploadLocalUsers Post /openapi/v1/{omadacId}/sites/{siteId}/files/hotspot/local-users Upload local user file (excel or csv) by localhost
LogAPI DeleteAlertLogsForGlobal Delete /openapi/v1/{omadacId}/logs/alerts/delete Delete global alert log
LogAPI DeleteAlertLogsForSite Delete /openapi/v1/{omadacId}/sites/{siteId}/logs/alerts/delete Delete site alert log
LogAPI DeleteEventLogsForGlobal Delete /openapi/v1/{omadacId}/logs/events/delete Delete global event log
LogAPI DeleteEventLogsForSite Delete /openapi/v1/{omadacId}/sites/{siteId}/logs/events/delete Delete site event log
LogAPI ExportLogListForGlobal Post /openapi/v1/{omadacId}/logs/export Export log list in global view
LogAPI GetAlertLogsForGlobal Get /openapi/v1/{omadacId}/logs/alerts Get global alert log list
LogAPI GetAlertLogsForSite Get /openapi/v1/{omadacId}/sites/{siteId}/logs/alerts Get site alert log list
LogAPI GetEventLogsForGlobal Get /openapi/v1/{omadacId}/logs/events Get global event log list
LogAPI GetEventLogsForSite Get /openapi/v1/{omadacId}/sites/{siteId}/logs/events Get site event log list
LogAPI GetLogSettingForGlobal Get /openapi/v1/{omadacId}/log-notification Get global log notification
LogAPI GetLogSettingForGlobalV2 Get /openapi/v2/{omadacId}/log-notification Get global log notification v2
LogAPI GetLogSettingForSite Get /openapi/v1/{omadacId}/sites/{siteId}/site/log-notification Get site log notification
LogAPI GetLogSettingForSiteV2 Get /openapi/v2/{omadacId}/sites/{siteId}/site/log-notification Get site log notification v2
LogAPI GetRemoteLoggingSettingTip Get /openapi/v1/{omadacId}/sites/{siteId}/remote-logging/tip Get site remote logging setting tip
LogAPI GetRemoteLoggingTip Get /openapi/v1/{omadacId}/global/controller/setting/syslog/tip Get customer remote logging tip
LogAPI ModifyLogSettingGlobal Patch /openapi/v1/{omadacId}/log-notification Modify global log notification
LogAPI ModifyLogSettingGlobalV2 Patch /openapi/v2/{omadacId}/log-notification Modify global log notification v2
LogAPI ModifyLogSettingSite Patch /openapi/v1/{omadacId}/sites/{siteId}/site/log-notification Modify site log notification
LogAPI ModifyLogSettingSiteV2 Patch /openapi/v2/{omadacId}/sites/{siteId}/site/log-notification Modify site log notification v2
LogAPI ResetLogSettingGlobal Post /openapi/v1/{omadacId}/reset/log-notification Reset global log notification
LogAPI ResetLogSettingSite Post /openapi/v1/{omadacId}/sites/{siteId}/site/reset/log-notification Reset site log notification
LogAPI ResolveAlertForSite Post /openapi/v1/{omadacId}/sites/{siteId}/logs/alerts/resolve Resolve site alert log
LogTemplateAPI GetLogSettingForSiteTemplate Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/site/log-notification Get site template log notification
LogTemplateAPI ModifyLogSettingSiteTemplate Patch /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/site/log-notification Modify site template log notification
LogTemplateAPI ResetLogSettingSiteTemplate Post /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/site/reset/log-notification Reset site template log notification
MACFilteringAPI CreateMacFiltering Post /openapi/v1/{omadacId}/sites/{siteId}/mac-filters Create MAC filtering
MACFilteringAPI DeleteMacFiltering Delete /openapi/v1/{omadacId}/sites/{siteId}/mac-filters/{filterId} Delete MAC filtering
MACFilteringAPI GetGridAllowMacFiltering Get /openapi/v1/{omadacId}/sites/{siteId}/mac-filters/allow Get allow MAC filtering list
MACFilteringAPI GetGridDenyMacFiltering Get /openapi/v1/{omadacId}/sites/{siteId}/mac-filters/deny Get deny MAC filtering list
MACFilteringAPI GetMacFilteringGeneralSetting Get /openapi/v1/{omadacId}/sites/{siteId}/mac-filter Get MAC filtering general setting
MACFilteringAPI ModifyMacFiltering Patch /openapi/v1/{omadacId}/sites/{siteId}/mac-filters/{filterId} Modify MAC filtering
MACFilteringAPI ModifyMacFilteringGeneralSetting Patch /openapi/v1/{omadacId}/sites/{siteId}/mac-filter Modify MAC filtering general setting
MACFilteringTemplateAPI CreateMacFilteringTemplate Post /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/mac-filters Create MAC filtering template
MACFilteringTemplateAPI DeleteMacFilteringTemplate Delete /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/mac-filters/{filterId} Delete MAC filtering template
MACFilteringTemplateAPI GetGridAllowMacFilteringTemplate Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/mac-filters/allow Get allow MAC filtering template list
MACFilteringTemplateAPI GetGridDenyMacFilteringTemplate Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/mac-filters/deny Get deny MAC filtering template list
MACFilteringTemplateAPI GetMacFilteringGeneralSettingTemplate Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/mac-filter Get MAC filtering template general setting
MACFilteringTemplateAPI ModifyMacFilteringGeneralSettingTemplate Patch /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/mac-filter Modify MAC filtering template general setting
MACFilteringTemplateAPI ModifyMacFilteringTemplate Patch /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/mac-filters/{filterId} Modify MAC filtering template
MSPBatchOpenAPIAPI MspBatchController Post /openapi/v1/msp/{mspId}/batch Batch Processing MSP OpenAPIs
MSPDeviceAPI AdoptOneForMsp Post /openapi/v1/msp/{mspId}/customers/{customerId}/sites/{siteId}/devices/{deviceMac}/start-adopt Start adopt device For Msp
MSPDeviceAPI BatchAdoptForMsp Post /openapi/v1/msp/{mspId}/customers/{customerId}/sites/{siteId}/cmd/devices/batch-adopt batch adopt device in msp view
MSPDeviceAPI GetMspKnownDeviceList Get /openapi/v1/msp/{mspId}/devices/known-devices Get MSP known device list
MSPDeviceAPI GetMspUnknownDeviceList Get /openapi/v1/msp/{mspId}/devices/unknown-devices Get MSP unknown device list
MSPDeviceAPI GetTags3 Get /openapi/v1/msp/{mspId}/devices/tag Get tag list
MSPHistoryDataRetentionAPI GetMspDataRetention Get /openapi/v1/msp/{mspId}/retention Get MSP history data retention configuration
MSPHistoryDataRetentionAPI ModifyMspRetention Patch /openapi/v1/msp/{mspId}/retention Modify MSP history data retention configuration
MSPSSOAPI CreateExternalUserGroup1 Post /openapi/v1/msp/{mspId}/sso/external-user-groups Create new msp external user group
MSPSSOAPI CreateIdpMetadata1 Post /openapi/v1/msp/{mspId}/sso/saml-idps Create new msp idp
MSPSSOAPI DeleteExternalUserGroup1 Delete /openapi/v1/msp/{mspId}/sso/external-user-groups/{externalUserGroupId} Delete an existing msp external user group
MSPSSOAPI DeleteIdpMetadata1 Delete /openapi/v1/msp/{mspId}/sso/saml-idps/{idpId} Delete an existing msp idp
MSPSSOAPI GetExternalUserGroupList1 Get /openapi/v1/msp/{mspId}/sso/external-user-groups Get msp external user group list
MSPSSOAPI GetExternalUserList1 Get /openapi/v1/msp/{mspId}/sso/external-users Get msp external user list
MSPSSOAPI GetIdpMetadataList1 Get /openapi/v1/msp/{mspId}/sso/saml-idps Get msp idp list
MSPSSOAPI ModifyExternalUserGroup1 Put /openapi/v1/msp/{mspId}/sso/external-user-groups/{externalUserGroupId} Modify an existing msp external user group
MSPSSOAPI ModifyIdpMetadata1 Put /openapi/v1/msp/{mspId}/sso/saml-idps/{idpId} Modify an existing msp idp
MSPSiteAPI GetSiteList1 Get /openapi/v1/msp/{mspId}/sites Get msp site list
MSPSiteAPI GetTags2 Get /openapi/v1/msp/{mspId}/sites/tags Get msp site tag list
MSPUserAndRoleAPI CreateCustomerRole Post /openapi/v1/msp/{mspId}/account/customer-roles Create new customer role
MSPUserAndRoleAPI CreateNewMspRole Post /openapi/v1/msp/{mspId}/roles Create new msp role
MSPUserAndRoleAPI CreateNewMspUser Post /openapi/v1/msp/{mspId}/users Create new msp user
MSPUserAndRoleAPI DeleteCustomerRole Delete /openapi/v1/msp/{mspId}/account/customer-roles/{roleId} Delete an existing customer role
MSPUserAndRoleAPI DeleteMspRole Delete /openapi/v1/msp/{mspId}/roles/{roleId} Delete an existing msp role
MSPUserAndRoleAPI DeleteMspUser Delete /openapi/v1/msp/{mspId}/users/{userID} Delete an existing msp user
MSPUserAndRoleAPI GetAllCustomerRoles Get /openapi/v1/msp/{mspId}/customer-roles Get customer role list in msp
MSPUserAndRoleAPI GetAllMspCloudUsersExcludeRoot Get /openapi/v1/msp/{mspId}/users/cloud Get all MSP cloud users exclude owner
MSPUserAndRoleAPI GetAllMspLocalUsersExcludeRoot Get /openapi/v1/msp/{mspId}/users/local Get all MSP local users exclude owner
MSPUserAndRoleAPI GetAllMspRoles Get /openapi/v1/msp/{mspId}/roles Get msp role list
MSPUserAndRoleAPI GetAvailableCustomerRoles Get /openapi/v1/msp/{mspId}/roles/customer/roles/available Get available customer roles for creating new user
MSPUserAndRoleAPI GetAvailableMspRoles Get /openapi/v1/msp/{mspId}/roles/available Get available MSP roles for creating new user
MSPUserAndRoleAPI GetGridUsers1 Get /openapi/v1/msp/{mspId}/users Get msp user list
MSPUserAndRoleAPI GetMFAStatus Get /openapi/v1/msp/{mspId}/mfa/status Get the status of the MSP system's Two-Factor Authentication.
MSPUserAndRoleAPI GetMspAppGridUsers Get /openapi/v1/msp/{mspId}/all-users Get msp user list for app
MSPUserAndRoleAPI GetMspRole Get /openapi/v1/msp/{mspId}/roles/{roleId} Get msp role info
MSPUserAndRoleAPI GetUser1 Get /openapi/v1/msp/{mspId}/users/{userID} Get msp user info
MSPUserAndRoleAPI ModifyCustomerRole Put /openapi/v1/msp/{mspId}/account/customer-roles/{roleId} Modify an existing customer role
MSPUserAndRoleAPI ModifyMspMFAStatus Post /openapi/v1/msp/{mspId}/mfa/status Modify the status of the MSP system's Two-Factor Authentication.
MSPUserAndRoleAPI ModifyMspRole Put /openapi/v1/msp/{mspId}/roles/{roleId} Modify an existing msp role
MSPUserAndRoleAPI ModifyMspUser Put /openapi/v1/msp/{mspId}/users/{userID} Modify an existing msp user
MSPUserAndRoleAPI ModifyMspUserBatch Patch /openapi/v1/msp/{mspId}/users/batch-temporary-users Batch modify MSP users.
MlagAPI CreateMlagGroup Post /openapi/v1/{omadacId}/sites/{siteId}/mlag Create M-LAG group
MlagAPI DeleteMlagGroup Delete /openapi/v1/{omadacId}/sites/{siteId}/mlag/{mlagId} Delete M-LAG group
MlagAPI GetGridMlagGroup Get /openapi/v1/{omadacId}/sites/{siteId}/mlag Get M-LAG group list
MlagAPI GetMlagCccResult Get /openapi/v1/{omadacId}/sites/{siteId}/mlag/{mlagId}/mlag-ccc/{type} Get the configuration consistency check result of the M-LAG Group
MlagAPI ListSupportMlagGroupOsws Get /openapi/v1/{omadacId}/sites/{siteId}/mlag/switches Get support M-LAG group switch list
MlagAPI LocateMlag Post /openapi/v1/{omadacId}/sites/{siteId}/cmd/mlag/{mlagId}/locate Locate M-LAG group
MlagAPI ModifyMlagGroup Put /openapi/v1/{omadacId}/sites/{siteId}/mlag/{mlagId} Modify M-LAG group
MlagAPI RebootMlag Post /openapi/v1/{omadacId}/sites/{siteId}/cmd/mlag/{mlagId}/reboot Reboot M-LAG group
MspLicenseAPI AssignAvailableLicenseForMsp Get /openapi/v1/msp/{mspId}/license/assign Get available assign license info
MspLicenseAPI AssignmentLicenseForMsp Post /openapi/v1/msp/{mspId}/license/assign Assign license to a customer
MspLicenseAPI GetAutoActive1 Get /openapi/v1/msp/{mspId}/license/recycle Get available recycle license info
MspLicenseAPI GetAutoActive2 Get /openapi/v1/msp/{mspId}/license/auto-active Get license auto active
MspLicenseAPI GetUsedLicenseForMsp Get /openapi/v1/msp/{mspId}/license/used Get used license info list for assign or recycle license
MspLicenseAPI ModifyAutoActive1 Post /openapi/v1/msp/{mspId}/license/auto-active Modify license auto active
MspLicenseAPI RecycleLicenseForMsp Post /openapi/v1/msp/{mspId}/license/recycle Recycle license from a customer
MspLogAPI DeleteAlertLogsForMsp Delete /openapi/v1/msp/{mspId}/logs/alerts/delete Delete MSP alert log
MspLogAPI DeleteEventLogsForMsp Delete /openapi/v1/msp/{mspId}/logs/events/delete Delete MSP event log
MspLogAPI ExportAuditLogListForGlobal1 Post /openapi/v1/msp/{mspId}/logs/audit/export Export audit log list in MSP view
MspLogAPI ExportLogListForMsp Post /openapi/v1/msp/{mspId}/logs/export Export log list in MSP view
MspLogAPI GetAlertLogsForMsp Get /openapi/v1/msp/{mspId}/logs/alerts Get MSP alert log list
MspLogAPI GetAuditLogSettingForMsp2 Get /openapi/v1/msp/{mspId}/audit-notification Get MSP audit log notification
MspLogAPI GetAuditLogsForMsp Get /openapi/v1/msp/{mspId}/audit-logs Get MSP audit log list
MspLogAPI GetEventLogsForMsp Get /openapi/v1/msp/{mspId}/logs/events Get MSP event log list
MspLogAPI GetLogSettingForMsp Get /openapi/v1/msp/{mspId}/log-notification Get MSP log notification
MspLogAPI GetLogSettingForMspV2 Get /openapi/v1/msp/{mspId}/log-notification-setting Get MSP log notification v2
MspLogAPI ModifyAuditLogSettingMsp Patch /openapi/v1/msp/{mspId}/audit-notification Modify MSP audit log notification
MspLogAPI ModifyLogSettingMsp Patch /openapi/v1/msp/{mspId}/log-notification Modify MSP log notification
MspLogAPI ModifyLogSettingMspV2 Patch /openapi/v1/msp/{mspId}/log-notification-setting Modify MSP log notification v2
MspLogAPI ResetLogSettingMsp Post /openapi/v1/msp/{mspId}/reset/log-notification Reset MSP log notification
MspLogAPI ResolveAlertForMsp Post /openapi/v1/msp/{mspId}/logs/alerts/resolve Resolve MSP alert log
MspSettingAPI DeleteCertificate Delete /openapi/v1/msp/{mspId}/system/setting/certificate/{cerId} Delete an existing msp certificate
MspSettingAPI DeleteSSLKey Delete /openapi/v1/msp/{mspId}/system/setting/ssl-key/{keyId} Delete an existing msp SSL key
MspSettingAPI DisableMspControllerUpgradeNotification Post /openapi/v1/msp/{mspId}/notification/disable Turn off the software update push switch in MSP mode
MspSettingAPI EvaluateMspFeedback Post /openapi/v1/msp/{mspId}/users/feedback/evaluates Evaluate MSP feedback
MspSettingAPI GetGeneralSetting Get /openapi/v1/msp/{mspId}/general-setting Get msp general setting
MspSettingAPI GetMspDstInfo Get /openapi/v1/msp/{mspId}/dst-info Get msp DST
MspSettingAPI GetMspMailServer Get /openapi/v1/msp/{mspId}/settings/mail-server Get MSP mail server
MspSettingAPI GetMspMailServerStatusGlobal Get /openapi/v1/msp/{mspId}/account/mail-status Get MSP mailServer status
MspSettingAPI GetMspUserInterface Get /openapi/v1/msp/{mspId}/settings/user-interface Get msp user interface
MspSettingAPI GetPrivacyPolicyMsp Get /openapi/v1/msp/{mspId}/privacy-policy Get msp privacy policy
MspSettingAPI GetRemoteLoggingSetting1 Get /openapi/v1/msp/{mspId}/remote-logging Get msp remote logging setting
MspSettingAPI GetUiInterface1 Get /openapi/v1/msp/{mspId}/ui-interface Get msp ui interface
MspSettingAPI ModifyGeneralSetting Patch /openapi/v1/msp/{mspId}/general-setting Modify msp general setting
MspSettingAPI ModifyMspMailServer Patch /openapi/v1/msp/{mspId}/settings/mail-server Modify MSP mail server
MspSettingAPI ModifyMspUserInterface Patch /openapi/v1/msp/{mspId}/settings/user-interface Modify msp user interface
MspSettingAPI ModifyRemoteLoggingSetting Patch /openapi/v1/msp/{mspId}/remote-logging Modify msp remote logging setting
MspSettingAPI ModifyUiInterface1 Patch /openapi/v1/msp/{mspId}/ui-interface Modify msp ui interface
MspSettingAPI SendTestMailForMspV2 Post /openapi/v1/msp/{mspId}/settings/test-mail Send test mail for MSP
MspSettingAPI UploadCertificate Post /openapi/v1/msp/{mspId}/system/setting/certificate Upload msp certificate
MspSettingAPI UploadSSLKey Post /openapi/v1/msp/{mspId}/system/setting/ssl-key Upload msp SSL key
MspWebhookSettingAPI CreateWebhookForMsp Post /openapi/v1/msp/{mspId}/webhook/settings Create MSP webhook setting
MspWebhookSettingAPI DeleteWebhookForMsp Delete /openapi/v1/msp/{mspId}/webhook/settings/{webhookId} Delete MSP webhook setting
MspWebhookSettingAPI GetWebhookForMsp Get /openapi/v1/msp/{mspId}/webhook/settings Get MSP webhook setting list
MspWebhookSettingAPI GetWebhookLogsForMsp Get /openapi/v1/msp/{mspId}/webhook/settings/dispatch-logs Get MSP webhook dispatch log list
MspWebhookSettingAPI ModifyWebhookForMsp Patch /openapi/v1/msp/{mspId}/webhook/settings/{webhookId} Modify MSP webhook setting
MspWebhookSettingAPI TestWebhookFormsp Post /openapi/v1/msp/{mspId}/webhook/settings/{webhookId} Test MSP webhook setting
NATAPI CreateOtoNat Post /openapi/v1/{omadacId}/sites/{siteId}/nat/one-to-one-nat Create new One-to-One NAT
NATAPI CreatePortForwarding Post /openapi/v1/{omadacId}/sites/{siteId}/nat/port-forwardings Create new port forwarding
NATAPI DeleteOtoNat Delete /openapi/v1/{omadacId}/sites/{siteId}/nat/one-to-one-nat/{otonatId} Delete One-to-One NAT
NATAPI DeletePortForwarding Delete /openapi/v1/{omadacId}/sites/{siteId}/nat/port-forwardings/{portForwardingId} Delete port forwarding
NATAPI GetAlg Get /openapi/v1/{omadacId}/sites/{siteId}/nat/alg Get ALG Info
NATAPI GetGridOtoNats Get /openapi/v1/{omadacId}/sites/{siteId}/nat/one-to-one-nat Get One-to-One NAT list
NATAPI GetPortForwardingList Get /openapi/v1/{omadacId}/sites/{siteId}/nat/port-forwardings Get port forwarding list
NATAPI ModifyAlg Put /openapi/v1/{omadacId}/sites/{siteId}/nat/alg Modify ALG setting
NATAPI ModifyOtoNat Put /openapi/v1/{omadacId}/sites/{siteId}/nat/one-to-one-nat/{otonatId} Modify One-to-One NAT
NATAPI ModifyPortForwarding Put /openapi/v1/{omadacId}/sites/{siteId}/nat/port-forwardings/{portForwardingId} Modify port forwarding
NATTemplateAPI AddDisableNat Post /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/wired-networks/disable-nat Create new siteTemplate's Disable Nat
NATTemplateAPI AddOtoNatTemplates Post /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/transmission/otonats Create site template's otonat
NATTemplateAPI CreateTemplatePortForwarding Post /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/nat/port-forwardings Create site template's new port forwarding
NATTemplateAPI DeleteDisableNat Delete /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/wired-networks/disable-nat/{disableNatId} Delete an existing Disable Nat in siteTemplate
NATTemplateAPI DeleteTemplatePortForwarding Delete /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/nat/port-forwardings/{portForwardingId} Delete site template's port forwarding
NATTemplateAPI GetDisableNatGrid Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/wired-networks/disable-nat Get siteTemplate's Disable Nat list
NATTemplateAPI GetTemplateAlg Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/nat/alg Get site template's ALG Info
NATTemplateAPI GetTemplatePortForwardingList Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/nat/port-forwardings Get site template's port forwarding list
NATTemplateAPI ModifyDisableNatTemplate Put /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/wired-networks/disable-nat/{disableNatId} Modify an existing Disable Nat in siteTemplate
NATTemplateAPI ModifyTemplateAlg Put /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/nat/alg Modify site template's ALG setting
NATTemplateAPI ModifyTemplatePortForwarding Put /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/nat/port-forwardings/{portForwardingId} Modify site template's port forwarding
NetworkAnalyzeAPI DownloadCaptureFile Post /openapi/v1/{omadacId}/files/sites/{siteId}/capture/device-type/{deviceType}/{deviceMac}/download Download package capture file
NetworkAnalyzeAPI GetAllCaptureDevices Get /openapi/v1/{omadacId}/sites/{siteId}/capture/all-devices/device-type/{deviceType} Get devices that can capture packages
NetworkAnalyzeAPI GetDeviceInterfaces Get /openapi/v1/{omadacId}/sites/{siteId}/capture/device-type/{deviceType}/{deviceMac}/interfaces Get device interfaces
NetworkAnalyzeAPI GetLastCaptureDevice Get /openapi/v1/{omadacId}/sites/{siteId}/capture/lastDevice Get last capture device
NetworkAnalyzeAPI QueryPackageCaptureStatus Get /openapi/v1/{omadacId}/sites/{siteId}/capture/device-type/{deviceType}/{deviceMac}/{requestId}/status Query package capture status
NetworkAnalyzeAPI StartPackageCapture Post /openapi/v1/{omadacId}/sites/{siteId}/capture/device-type/{deviceType}/{deviceMac}/start Start package capturing
NetworkAnalyzeAPI StopPackageCapture Get /openapi/v1/{omadacId}/sites/{siteId}/capture/device-type/{deviceType}/{deviceMac}/stop Stop package capturing
NetworkReportAPI EmailNetworkReportLater Post /openapi/v1/{omadacId}/sites/{siteId}/networkReport/oneTime Email Network Report Later
NetworkReportAPI EmailNetworkReportSchedule Post /openapi/v1/{omadacId}/sites/{siteId}/networkReport/schedule Email Network Report Schedule
OLTAPI EditConfig Post /openapi/v1/{omadacId}/sites/{siteId}/olts/{deviceMac}/system/system-info/configs/edit Modify OLT description info
OLTAPI EditConfigForMsp Post /openapi/v1/msp/{mspId}/customers/{customerId}/sites/{siteId}/olts/{deviceMac}/system/system-info/configs/edit Modify OLT description info(MSP mode)
OLTAPI EditLagsConfigList Post /openapi/v1/{omadacId}/sites/{siteId}/olts/{deviceMac}/l2-feature/eth-port/port/lags/edit Batch modify ETH LAG(Link Aggregation Group) config
OLTAPI EditManagementSystemInterfaces Post /openapi/v1/{omadacId}/sites/{siteId}/olts/{deviceMac}/system/management-system-interface/edit Modify OLT Management System Interface
OLTAPI EditPortsConfigList Post /openapi/v1/{omadacId}/sites/{siteId}/olts/{deviceMac}/l2-feature/eth-port/port/unit1/edit Batch Modify ETH Unit1 port of olt
OLTAPI GetConfig Get /openapi/v1/{omadacId}/sites/{siteId}/olts/{deviceMac}/system/system-info/configs Get OLT description info
OLTAPI GetConfigForMsp Get /openapi/v1/msp/{mspId}/customers/{customerId}/sites/{siteId}/olts/{deviceMac}/system/system-info/configs Get OLT description info(MSP mode)
OLTAPI GetDetail Get /openapi/v1/{omadacId}/sites/{siteId}/olts/{deviceMac} Get OLT info
OLTAPI GetEthAndPonList Get /openapi/v1/{omadacId}/sites/{siteId}/olts/{deviceMac}/eth-port/and/pon-port/list Get pon port and eth port of OLT
OLTAPI GetEthAndPonListForMsp Get /openapi/v1/msp/{mspId}/customers/{customerId}/sites/{siteId}/eth-port/and/pon-port/list Get pon port and eth port of OLT(MSP mode)
OLTAPI GetLagsConfigList Get /openapi/v1/{omadacId}/sites/{siteId}/olts/{deviceMac}/l2-feature/eth-port/port/lags/list Get ETH LAG(Link Aggregation Group) config list
OLTAPI GetManagementSystemInterfaces Get /openapi/v1/{omadacId}/sites/{siteId}/olts/{deviceMac}/system/management-system-interface/get Get OLT Management System Interface list
OLTAPI GetOltDetailForMsp Get /openapi/v1/msp/{mspId}/customers/{customerId}/sites/{siteId}/olts/{deviceMac} Get OLT info(MSP mode)
OLTAPI GetOltPortsDDMStatus Post /openapi/v1/{omadacId}/sites/{siteId}/stat/olt/{deviceMac}/ddm/info Get DDM(Digital Diagnostic Monitoring) status list of OLT port list
OLTAPI GetPortsConfigList Get /openapi/v1/{omadacId}/sites/{siteId}/olts/{deviceMac}/l2-feature/eth-port/port/unit1/list Get ETH Unit1 port list of olt
OLTAPI GetPortsConfigListForMsp Get /openapi/v1/msp/{mspId}/customers/{customerId}/sites/{siteId}/olts/{deviceMac}/l2-feature/eth-port/port/unit1/list Get ETH Unit1 port list of olt(MSP mode)
OLTAPI ModifyOltConfig Patch /openapi/v1/{omadacId}/sites/{siteId}/olts/{deviceMac} Modify olt config
OLTAPI ModifyOltConfigForMsp Patch /openapi/v1/msp/{mspId}/customers/{customerId}/sites/{siteId}/olts/{deviceMac} Modify olt config(MSP mode)
OLTAPI MoveToSite Post /openapi/v1/{omadacId}/sites/{siteId}/cmd/olts/move Move OLT to another site
OLTAPI MspMoveToCustomer1 Post /openapi/v1/msp/{mspId}/customers/{customerId}/sites/{siteId}/cmd/olts/move Move OLT to another customer(MSP mode)
OLTAPI RebootNow Post /openapi/v1/{omadacId}/sites/{siteId}/olts/{deviceMac}/system/system-tools/reboot/now Reboot OLT
OLTDBAAPI AddDBAProfile Post /openapi/v1/{omadacId}/sites/{siteId}/olts/{deviceMac}/pon/profile/dba/profiles/add Create new DBA profile
OLTDBAAPI DeleteDBAProfile Post /openapi/v1/{omadacId}/sites/{siteId}/olts/{deviceMac}/pon/profile/dba/profiles/delete Delete an existing DBA profile
OLTDBAAPI EditDBAProfile Post /openapi/v1/{omadacId}/sites/{siteId}/olts/{deviceMac}/pon/profile/dba/profiles/edit Modify an existing DBA profile
OLTDBAAPI GetDBAProfileList Get /openapi/v1/{omadacId}/sites/{siteId}/olts/{deviceMac}/pon/profile/dba/profiles/list Get DBA profile list
OLTDBAAPI GetDBAProfilePage Get /openapi/v1/{omadacId}/sites/{siteId}/olts/{deviceMac}/pon/profile/dba/profiles/page Get DBA profile page
OLTGemMappingAPI AddGemMapping Post /openapi/v1/{omadacId}/sites/{siteId}/olts/{deviceMac}/pon/profile/line/{lineProfileId}/gem-mappings/add Create new gem mapping
OLTGemMappingAPI DeleteGemMapping Post /openapi/v1/{omadacId}/sites/{siteId}/olts/{deviceMac}/pon/profile/line/{lineProfileId}/gem-mappings/delete Delete an existing gem mapping
OLTGemMappingAPI EditGemMapping Post /openapi/v1/{omadacId}/sites/{siteId}/olts/{deviceMac}/pon/profile/line/{lineProfileId}/gem-mappings/edit Modify an existing gem mapping
OLTGemMappingAPI GetGemMappingList Get /openapi/v1/{omadacId}/sites/{siteId}/olts/{deviceMac}/pon/profile/line/{lineProfileId}/gem-mappings/list Get gem mapping list
OLTGemMappingAPI GetGemMappingPage Get /openapi/v1/{omadacId}/sites/{siteId}/olts/{deviceMac}/pon/profile/line/{lineProfileId}/gem-mappings/page Get gem mapping page
OLTGemPortAPI AddGemPort Post /openapi/v1/{omadacId}/sites/{siteId}/olts/{deviceMac}/pon/profile/line/{lineProfileId}/gem-ports/add Create new gem port
OLTGemPortAPI DeleteGemPort Post /openapi/v1/{omadacId}/sites/{siteId}/olts/{deviceMac}/pon/profile/line/{lineProfileId}/gem-ports/delete Delete an existing gem port
OLTGemPortAPI EditGemPort Post /openapi/v1/{omadacId}/sites/{siteId}/olts/{deviceMac}/pon/profile/line/{lineProfileId}/gem-ports/edit Modify an existing gem port
OLTGemPortAPI GetGemPortList Get /openapi/v1/{omadacId}/sites/{siteId}/olts/{deviceMac}/pon/profile/line/{lineProfileId}/gem-ports/list Get gem port list
OLTGemPortAPI GetGemPortPage Get /openapi/v1/{omadacId}/sites/{siteId}/olts/{deviceMac}/pon/profile/line/{lineProfileId}/gem-ports/page Get gem port page
OLTLineProfileAPI AddLineProfile Post /openapi/v1/{omadacId}/sites/{siteId}/olts/{deviceMac}/pon/profile/line/profiles/add Create new line profile
OLTLineProfileAPI DeleteLineProfile Post /openapi/v1/{omadacId}/sites/{siteId}/olts/{deviceMac}/pon/profile/line/profiles/delete Delete an existing line profile
OLTLineProfileAPI EditLineProfile Post /openapi/v1/{omadacId}/sites/{siteId}/olts/{deviceMac}/pon/profile/line/profiles/edit Modify an existing line profile
OLTLineProfileAPI GetLineProfileList Get /openapi/v1/{omadacId}/sites/{siteId}/olts/{deviceMac}/pon/profile/line/profiles/list Get line profile list
OLTLineProfileAPI GetLineProfilePage Get /openapi/v1/{omadacId}/sites/{siteId}/olts/{deviceMac}/pon/profile/line/profiles/page Get line profile page
OLTONTPortAPI EditOntEthPort Post /openapi/v1/{omadacId}/sites/{siteId}/olts/{deviceMac}/pon/profile/service/{serviceId}/eth-ports/edit Modify an existing ont eth port
OLTONTPortAPI EditOntPotsPort Post /openapi/v1/{omadacId}/sites/{siteId}/olts/{deviceMac}/pon/profile/service/{serviceId}/pots-ports/edit Modify an existing ont pots port
OLTONTPortAPI GetOntEthPortList Get /openapi/v1/{omadacId}/sites/{siteId}/olts/{deviceMac}/pon/profile/service/{serviceId}/eth-ports/list Get ont eth port list
OLTONTPortAPI GetOntPotsPortList Get /openapi/v1/{omadacId}/sites/{siteId}/olts/{deviceMac}/pon/profile/service/{serviceId}/pots-ports/list Get ont pots port list
OLTONUManagementAPI EditOnuGlobalConfigStatus Post /openapi/v1/{omadacId}/sites/{siteId}/olts/{deviceMac}/pon/onu-management/global-config/edit Modify an existing ONU global config status
OLTONUManagementAPI EditOnuInformationAdminStatusConfig Post /openapi/v1/{omadacId}/sites/{siteId}/olts/{deviceMac}/pon/onu-management/informations/admin/edit Modify an existing ONU admin status config
OLTONUManagementAPI EditOnuInformationDescriptionConfig Post /openapi/v1/{omadacId}/sites/{siteId}/olts/{deviceMac}/pon/onu-management/informations/description/edit Modify an existing ONU description
OLTONUManagementAPI EditOnuIsolationStatus Post /openapi/v1/{omadacId}/sites/{siteId}/olts/{deviceMac}/pon/onu-management/global-config/isolation/edit Modify an existing ONU isolation status
OLTONUManagementAPI GetOnuGlobalConfigStatus Get /openapi/v1/{omadacId}/sites/{siteId}/olts/{deviceMac}/pon/onu-management/global-config/get Get ONU global config status
OLTONUManagementAPI GetOnuInformationConfigList Get /openapi/v1/{omadacId}/sites/{siteId}/olts/{deviceMac}/pon/onu-management/informations/list Get ONU information config list
OLTONUManagementAPI GetOnuInformationConfigPage Get /openapi/v1/{omadacId}/sites/{siteId}/olts/{deviceMac}/pon/onu-management/informations/page Get ONU information config page
OLTONUManagementAPI GetOnuInformationDetail Get /openapi/v1/{omadacId}/sites/{siteId}/olts/{deviceMac}/pon/onu-management/informations/detail/get Get ONU information detail
OLTONUManagementAPI GetOnuIsolationStatus Get /openapi/v1/{omadacId}/sites/{siteId}/olts/{deviceMac}/pon/onu-management/global-config/isolation/get Get ONU isolation status
OLTONUManagementAPI GetOnuRebootStatusConfigList Get /openapi/v1/{omadacId}/sites/{siteId}/olts/{deviceMac}/pon/onu-management/informations/reboot-status/list Get ONU reboot status
OLTONUManagementAPI RebootOnu Post /openapi/v1/{omadacId}/sites/{siteId}/olts/{deviceMac}/pon/onu-management/informations/onu/reboot Reboot ONU
OLTONURegisterAPI AddAuthenticationConfig Post /openapi/v1/{omadacId}/sites/{siteId}/olts/{deviceMac}/pon/onu-register/authentications/add Create authentication config
OLTONURegisterAPI AddOnuAutoAuthenticationRuleConfig Post /openapi/v1/{omadacId}/sites/{siteId}/olts/{deviceMac}/pon/onu-register/auto-authentication/rules/add Create ONU auto authentication rule
OLTONURegisterAPI AuthOnu Post /openapi/v1/{omadacId}/sites/{siteId}/olts/{deviceMac}/pon/onu-register/autofind/onus/auth Authenticate ONU
OLTONURegisterAPI ClearOnuAutofindConfig Post /openapi/v1/{omadacId}/sites/{siteId}/olts/{deviceMac}/pon/onu-register/autofind/onus/clear Batch delete existing ONU auto find config
OLTONURegisterAPI DeleteAuthenticationConfig Post /openapi/v1/{omadacId}/sites/{siteId}/olts/{deviceMac}/pon/onu-register/authentications/delete Batch delete existing authentication config
OLTONURegisterAPI DeleteOnuAutoAuthenticationRuleConfig Post /openapi/v1/{omadacId}/sites/{siteId}/olts/{deviceMac}/pon/onu-register/auto-authentication/rules/delete Delete an existing ONU auto authentication rule
OLTONURegisterAPI EditAuthenticationConfig Post /openapi/v1/{omadacId}/sites/{siteId}/olts/{deviceMac}/pon/onu-register/authentications/edit Modify an existing authentication config
OLTONURegisterAPI EditOnuAdminStatus Post /openapi/v1/{omadacId}/sites/{siteId}/olts/{deviceMac}/pon/onu-register/authentications/admin-status/edit Modify an existing ONU admin status
OLTONURegisterAPI EditOnuAutoAuthenticationConfig Post /openapi/v1/{omadacId}/sites/{siteId}/olts/{deviceMac}/pon/onu-register/auto-authentication/global/configs/edit Modify an existing ONU auto authentication config
OLTONURegisterAPI EditOnuAutoAuthenticationRuleConfig Post /openapi/v1/{omadacId}/sites/{siteId}/olts/{deviceMac}/pon/onu-register/auto-authentication/rules/edit Modify an existing ONU auto authentication rule
OLTONURegisterAPI EditOnuPonAutoAuthenticationConfig Post /openapi/v1/{omadacId}/sites/{siteId}/olts/{deviceMac}/pon/onu-register/auto-authentication/port-configs/edit Modify an existing ONU pon auto authentication config
OLTONURegisterAPI EditOnuRegisterAutofindConfig Post /openapi/v1/{omadacId}/sites/{siteId}/olts/{deviceMac}/pon/onu-register/autofind/configs/edit Modify an existing ONU register auto find config
OLTONURegisterAPI GetAuthenticationConfigList Get /openapi/v1/{omadacId}/sites/{siteId}/olts/{deviceMac}/pon/onu-register/authentications/list Get authentication config list
OLTONURegisterAPI GetAuthenticationConfigPage Get /openapi/v1/{omadacId}/sites/{siteId}/olts/{deviceMac}/pon/onu-register/authentications/page Get authentication config page
OLTONURegisterAPI GetOnuAutoAuthenticationConfig Get /openapi/v1/{omadacId}/sites/{siteId}/olts/{deviceMac}/pon/onu-register/auto-authentication/global/configs/get Get ONU auto authentication config
OLTONURegisterAPI GetOnuAutoAuthenticationRuleConfigList Get /openapi/v1/{omadacId}/sites/{siteId}/olts/{deviceMac}/pon/onu-register/auto-authentication/rules/list Get ONU auto authentication rule list
OLTONURegisterAPI GetOnuAutoAuthenticationRuleConfigPage Get /openapi/v1/{omadacId}/sites/{siteId}/olts/{deviceMac}/pon/onu-register/auto-authentication/rules/page Get ONU auto authentication rule page
OLTONURegisterAPI GetOnuAutofindConfigList Get /openapi/v1/{omadacId}/sites/{siteId}/olts/{deviceMac}/pon/onu-register/autofinds/list Get ONU auto find config list
OLTONURegisterAPI GetOnuAutofindConfigPage Get /openapi/v1/{omadacId}/sites/{siteId}/olts/{deviceMac}/pon/onu-register/autofinds/page get ONU auto find config page
OLTONURegisterAPI GetOnuPonAutoAuthenticationConfig Get /openapi/v1/{omadacId}/sites/{siteId}/olts/{deviceMac}/pon/onu-register/auto-authentication/port-configs/get Get ONU pon auto authentication config
OLTONURegisterAPI GetOnuRegisterAutofindConfig Get /openapi/v1/{omadacId}/sites/{siteId}/olts/{deviceMac}/pon/onu-register/autofind/configs/get Get ONU register auto find config
OLTPonPortAPI EditPonPort Post /openapi/v1/{omadacId}/sites/{siteId}/olts/{deviceMac}/pon/pon-port/edit Batch modify pon port
OLTPonPortAPI GetPonPortInformationList Get /openapi/v1/{omadacId}/sites/{siteId}/olts/{deviceMac}/pon/pon-port/informations/list Get pon port information list
OLTPonPortAPI GetPonPortInformationPage Get /openapi/v1/{omadacId}/sites/{siteId}/olts/{deviceMac}/pon/pon-port/informations/page Get pon port information page
OLTPonPortAPI GetPonPortList Get /openapi/v1/{omadacId}/sites/{siteId}/olts/{deviceMac}/pon/pon-port/configs/list Get pon port list
OLTPonPortAPI GetPonPortListMsp Get /openapi/v1/msp/{mspId}/customers/{customerId}/sites/{siteId}/olts/{deviceMac}/pon/pon-port/configs/list Get pon port list(msp mode)
OLTPonPortAPI GetPonPortPage Get /openapi/v1/{omadacId}/sites/{siteId}/olts/{deviceMac}/pon/pon-port/configs/page Get pon port page
OLTServicePortAPI AddServicePort Post /openapi/v1/{omadacId}/sites/{siteId}/olts/{deviceMac}/pon/service-ports/add Create new service port
OLTServicePortAPI ClearStatisticInfo Post /openapi/v1/{omadacId}/sites/{siteId}/olts/{deviceMac}/pon/service-port/statistics/clear Batch delete existing statistic info
OLTServicePortAPI DeleteServicePort Post /openapi/v1/{omadacId}/sites/{siteId}/olts/{deviceMac}/pon/service-ports/delete Batch delete existing service port
OLTServicePortAPI EditAutoRefreshConfig Post /openapi/v1/{omadacId}/sites/{siteId}/olts/{deviceMac}/pon/service-port/statistic/configs/edit Modify an existing auto refresh config
OLTServicePortAPI EditAutoServicePort Post /openapi/v1/{omadacId}/sites/{siteId}/olts/{deviceMac}/pon/auto-service-ports/edit Batch modify auto service port
OLTServicePortAPI EditServicePort Post /openapi/v1/{omadacId}/sites/{siteId}/olts/{deviceMac}/pon/service-ports/edit Modify an existing service port
OLTServicePortAPI GetAutoRefreshConfig Get /openapi/v1/{omadacId}/sites/{siteId}/olts/{deviceMac}/pon/service-port/statistic/configs Get auto refresh config
OLTServicePortAPI GetAutoServicePortConfigPage Get /openapi/v1/{omadacId}/sites/{siteId}/olts/{deviceMac}/pon/auto-service-ports/page Get auto service port config page
OLTServicePortAPI GetAutoServicePortList Get /openapi/v1/{omadacId}/sites/{siteId}/olts/{deviceMac}/pon/auto-service-ports/list Get auto service port list
OLTServicePortAPI GetServicePortList Get /openapi/v1/{omadacId}/sites/{siteId}/olts/{deviceMac}/pon/service-ports/list Get service port list
OLTServicePortAPI GetServicePortPage Get /openapi/v1/{omadacId}/sites/{siteId}/olts/{deviceMac}/pon/service-ports/page Get service port page
OLTServicePortAPI GetStatisticInfoDetail Get /openapi/v1/{omadacId}/sites/{siteId}/olts/{deviceMac}/pon/service-port/statistics/detail Get statistic info detail
OLTServicePortAPI GetStatisticInfoList Get /openapi/v1/{omadacId}/sites/{siteId}/olts/{deviceMac}/pon/service-port/statistics/list Get statistic info list
OLTServicePortAPI GetStatisticInfoPage Get /openapi/v1/{omadacId}/sites/{siteId}/olts/{deviceMac}/pon/service-port/statistics/page Get statistic info page
OLTServicePortProfileAPI AddServicePortProfile Post /openapi/v1/{omadacId}/sites/{siteId}/olts/{deviceMac}/pon/profile/service-port/profiles/add Create new service port profile
OLTServicePortProfileAPI AddServicePortProfileDetail Post /openapi/v1/{omadacId}/sites/{siteId}/olts/{deviceMac}/pon/profile/service-port/profiles/detail/add Create new service port profile detail
OLTServicePortProfileAPI DeleteServicePortProfile Post /openapi/v1/{omadacId}/sites/{siteId}/olts/{deviceMac}/pon/profile/service-port/profiles/delete Delete an existing service port profile
OLTServicePortProfileAPI DeleteServicePortProfileDetail Post /openapi/v1/{omadacId}/sites/{siteId}/olts/{deviceMac}/pon/profile/service-port/profiles/detail/delete Delete an existing service port profile detail
OLTServicePortProfileAPI EditServicePortProfile Post /openapi/v1/{omadacId}/sites/{siteId}/olts/{deviceMac}/pon/profile/service-port/profiles/edit Modify an existing service port profile
OLTServicePortProfileAPI EditServicePortProfileDetail Post /openapi/v1/{omadacId}/sites/{siteId}/olts/{deviceMac}/pon/profile/service-port/profiles/detail/edit Modify an existing service port profile detail
OLTServicePortProfileAPI GetServicePortProfileList Get /openapi/v1/{omadacId}/sites/{siteId}/olts/{deviceMac}/pon/profile/service-port/profiles/list Get service port profile list
OLTServicePortProfileAPI GetServicePortProfileListDetail Get /openapi/v1/{omadacId}/sites/{siteId}/olts/{deviceMac}/pon/profile/service-port/profiles/detail/list Get service port profile list detail
OLTServicePortProfileAPI GetServicePortProfilePage Get /openapi/v1/{omadacId}/sites/{siteId}/olts/{deviceMac}/pon/profile/service-port/profiles/page Get service port profile page
OLTServicePortProfileAPI GetServicePortProfilePageDetail Get /openapi/v1/{omadacId}/sites/{siteId}/olts/{deviceMac}/pon/profile/service-port/profiles/detail/page Get service port profile page detail
OLTServiceProfileAPI AddServiceProfile Post /openapi/v1/{omadacId}/sites/{siteId}/olts/{deviceMac}/pon/profile/service/profiles/add Create new service profile
OLTServiceProfileAPI DeleteServiceProfile Post /openapi/v1/{omadacId}/sites/{siteId}/olts/{deviceMac}/pon/profile/service/profiles/delete Delete an existing service profile
OLTServiceProfileAPI EditServiceProfile Post /openapi/v1/{omadacId}/sites/{siteId}/olts/{deviceMac}/pon/profile/service/profiles/edit Modify an existing service profile
OLTServiceProfileAPI GetServiceProfileList Get /openapi/v1/{omadacId}/sites/{siteId}/olts/{deviceMac}/pon/profile/service/profiles/list Get service profile list
OLTServiceProfileAPI GetServiceProfilePage Get /openapi/v1/{omadacId}/sites/{siteId}/olts/{deviceMac}/pon/profile/service/profiles/page Get service profile page
OLTTContAPI AddTcont Post /openapi/v1/{omadacId}/sites/{siteId}/olts/{deviceMac}/pon/profile/line/{lineProfileId}/t-conts/add Create new t-cont
OLTTContAPI DeleteTcont Post /openapi/v1/{omadacId}/sites/{siteId}/olts/{deviceMac}/pon/profile/line/{lineProfileId}/t-conts/delete Delete an existing t-cont
OLTTContAPI EditTcont Post /openapi/v1/{omadacId}/sites/{siteId}/olts/{deviceMac}/pon/profile/line/{lineProfileId}/t-conts/edit Modify an existing t-cont
OLTTContAPI GetTcontList Get /openapi/v1/{omadacId}/sites/{siteId}/olts/{deviceMac}/pon/profile/line/{lineProfileId}/t-conts/list Get t-cont list
OLTTContAPI GetTcontPage Get /openapi/v1/{omadacId}/sites/{siteId}/olts/{deviceMac}/pon/profile/line/{lineProfileId}/t-conts/page Get t-cont page
OLTTrafficProfileAPI AddTrafficProfile Post /openapi/v1/{omadacId}/sites/{siteId}/olts/{deviceMac}/pon/profile/traffic/profiles/add Create new traffic profile
OLTTrafficProfileAPI DeleteTrafficProfile Post /openapi/v1/{omadacId}/sites/{siteId}/olts/{deviceMac}/pon/profile/traffic/profiles/delete Delete an existing traffic profile
OLTTrafficProfileAPI EditTrafficProfile Post /openapi/v1/{omadacId}/sites/{siteId}/olts/{deviceMac}/pon/profile/traffic/profiles/edit Modify an existing traffic profile
OLTTrafficProfileAPI GetTrafficProfileList Get /openapi/v1/{omadacId}/sites/{siteId}/olts/{deviceMac}/pon/profile/traffic/profiles/list Get traffic profile list
OLTTrafficProfileAPI GetTrafficProfilePage Get /openapi/v1/{omadacId}/sites/{siteId}/olts/{deviceMac}/pon/profile/traffic/profiles/page Get traffic profile page
OSPFAPI BatchDeleteOspfInterface Post /openapi/v1/{omadacId}/sites/{siteId}/ospf/interface/batch-delete Batch Delete Ospf Interface
OSPFAPI BatchDeleteOspfProcess Post /openapi/v1/{omadacId}/sites/{siteId}/ospf/process/batch-delete Batch Delete Ospf Process
OSPFAPI CreateOspfInterface Post /openapi/v1/{omadacId}/sites/{siteId}/ospf/interface Create Ospf Interface
OSPFAPI CreateOspfProcess Post /openapi/v1/{omadacId}/sites/{siteId}/ospf/process Create Ospf Process
OSPFAPI DeleteOspfInterface Delete /openapi/v1/{omadacId}/sites/{siteId}/switches/{switchMac}/interface/{ospfInterfaceId} Delete Ospf Interface
OSPFAPI DeleteOspfProcess Delete /openapi/v1/{omadacId}/sites/{siteId}/switches/{switchMac}/process/{ospfProcessId} Delete Ospf Process
OSPFAPI GetGridOspfInterface Get /openapi/v1/{omadacId}/sites/{siteId}/ospf/interface Get Ospf Interface list
OSPFAPI GetGridOspfProcess Get /openapi/v1/{omadacId}/sites/{siteId}/ospf/process Get Ospf Process list
OSPFAPI GetOspfDevice Get /openapi/v1/{omadacId}/sites/{siteId}/ospf/device Get Ospf Device list
OSPFAPI GetOswVlanIf Get /openapi/v1/{omadacId}/sites/{siteId}/vlan-interface/switches/{switchMac} Get Switch Vlan Interface list
OSPFAPI ModifyOspfInterface Put /openapi/v1/{omadacId}/sites/{siteId}/ospf/interface/{ospfInterfaceId} Modify Ospf Interface
OSPFAPI ModifyOspfProcess Put /openapi/v1/{omadacId}/sites/{siteId}/ospf/process/{ospfProcessId} Modify Ospf Process
OUIBasedVLANAPI CreateApOuiBasedVlan Post /openapi/v1/{omadacId}/sites/{siteId}/ap-oui-rules Create Ap oui based vlan
OUIBasedVLANAPI CreateSwitchOuiBasedVlan Post /openapi/v1/{omadacId}/sites/{siteId}/switch-oui-rules Create Switch oui based vlan
OUIBasedVLANAPI DeleteApOuiBasedVlan Delete /openapi/v1/{omadacId}/sites/{siteId}/ap-oui-rules/{ouiBasedVlanId} Delete Ap oui based vlan
OUIBasedVLANAPI DeleteSwitchOuiBasedVlan Delete /openapi/v1/{omadacId}/sites/{siteId}/switch-oui-rules/{ouiBasedVlanId} Delete Switch oui based vlan
OUIBasedVLANAPI GetGridApOuiBasedVlan Get /openapi/v1/{omadacId}/sites/{siteId}/ap-oui-rules Get Ap oui based vlan list
OUIBasedVLANAPI GetGridSwitchOuiBasedVlan Get /openapi/v1/{omadacId}/sites/{siteId}/switch-oui-rules Get Switch oui based vlan list
OUIBasedVLANAPI GetSwitchList Get /openapi/v1/{omadacId}/sites/{siteId}/switch-oui-rules/support-device Get switch list of supporting oui based vlan
OUIBasedVLANAPI ModifyApOuiBasedVlan Put /openapi/v1/{omadacId}/sites/{siteId}/ap-oui-rules/{ouiBasedVlanId} Modify Ap oui based vlan
OUIBasedVLANAPI ModifySwitchOuiBasedVlan Put /openapi/v1/{omadacId}/sites/{siteId}/switch-oui-rules/{ouiBasedVlanId} Modify Switch oui based vlan
OUIBasedVLANTemplateAPI CreateApOuiBasedVlanTemplate Post /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/ap-oui-rules Create Ap oui based vlan template
OUIBasedVLANTemplateAPI CreateSwitchOuiBasedVlanTemplate Post /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/switch-oui-rules Create Switch oui based vlan template
OUIBasedVLANTemplateAPI DeleteApOuiBasedVlanTemplate Delete /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/ap-oui-rules/{ouiBasedVlanId} Delete Ap oui based vlan template
OUIBasedVLANTemplateAPI DeleteSwitchOuiBasedVlanTemplate Delete /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/switch-oui-rules/{ouiBasedVlanId} Delete Switch oui based vlan template
OUIBasedVLANTemplateAPI GetGridApOuiBasedVlanTemplate Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/ap-oui-rules Get Ap oui based vlan template list
OUIBasedVLANTemplateAPI GetGridSwitchOuiBasedVlanTemplate Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/switch-oui-rules Get Switch oui based vlan template list
OUIBasedVLANTemplateAPI ModifyApOuiBasedVlanTemplate Put /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/ap-oui-rules/{ouiBasedVlanId} Modify Ap oui based vlan template
OUIBasedVLANTemplateAPI ModifySwitchOuiBasedVlanTemplate Put /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/switch-oui-rules/{ouiBasedVlanId} Modify Switch oui based vlan template
ProfilesAPI AddPSKsToPPSKProfile Post /openapi/v1/{omadacId}/sites/{siteId}/ppsk-profile/{profileId}/add-psk Add PSKs to PPSK profile
ProfilesAPI AutoCreatePPSK Post /openapi/v1/{omadacId}/sites/{siteId}/ppsk-profile/generate-psk Auto Create PSKs
ProfilesAPI CreateApnProfile Post /openapi/v1/{omadacId}/sites/{siteId}/profiles/apn Create a new APN profile
ProfilesAPI CreateApnProfileByMac Post /openapi/v1/{omadacId}/sites/{siteId}/gateways/{gatewayMac}/profiles/apns Create a new APN profile by mac
ProfilesAPI CreateGoogleLdapProfile Post /openapi/v1/{omadacId}/sites/{siteId}/profiles/ldap/google Create a new google LDAP profile
ProfilesAPI CreateGroupProfile Post /openapi/v1/{omadacId}/sites/{siteId}/profiles/groups Create a new group profile
ProfilesAPI CreateLdapProfile Post /openapi/v1/{omadacId}/sites/{siteId}/profiles/ldap Create a new LDAP profile
ProfilesAPI CreateMdnsProfile Post /openapi/v1/{omadacId}/sites/{siteId}/profiles/bonjour-service Create new Bonjour Service
ProfilesAPI CreateOuiProfile Post /openapi/v1/{omadacId}/sites/{siteId}/oui-profiles Create OUI profile
ProfilesAPI CreatePPSKProfile Post /openapi/v1/{omadacId}/sites/{siteId}/ppsk-profile Create PPSK profile
ProfilesAPI CreatePPSKProfileV2 Post /openapi/v2/{omadacId}/sites/{siteId}/ppsk-profile Create PPSK profile V2
ProfilesAPI CreateRadiusProfile Post /openapi/v1/{omadacId}/sites/{siteId}/profiles/radius Create a new Radius profile
ProfilesAPI CreateRadiusUser Post /openapi/v1/{omadacId}/sites/{siteId}/profiles/radius-server/users Create a new Build-in Radius profile user
ProfilesAPI CreateRateLimitProfile Post /openapi/v1/{omadacId}/sites/{siteId}/rate-limit-profiles Create rate limit profile
ProfilesAPI CreateServiceType Post /openapi/v1/{omadacId}/sites/{siteId}/profiles/service-type Create new Gateway QoS Service
ProfilesAPI CreateTimeRangeProfile Post /openapi/v1/{omadacId}/sites/{siteId}/time-range-profiles Create time range profile
ProfilesAPI DeleteAllPPSKProfiles Delete /openapi/v1/{omadacId}/sites/{siteId}/ppsk-profiles Delete All PPSK profiles
ProfilesAPI DeleteApnProfile Delete /openapi/v1/{omadacId}/sites/{siteId}/profiles/apn/{profileId} Delete an exist APN profile
ProfilesAPI DeleteGoogleLdapProfile Delete /openapi/v1/{omadacId}/sites/{siteId}/profiles/ldap/google/{profileId} Delete an exist google LDAP profile
ProfilesAPI DeleteGroupProfile Delete /openapi/v1/{omadacId}/sites/{siteId}/profiles/groups/{groupType}/{groupId} Delete an exist group profile
ProfilesAPI DeleteLdapProfile Delete /openapi/v1/{omadacId}/sites/{siteId}/profiles/ldap/{ldapProfileId} Delete an exist LDAP profile
ProfilesAPI DeleteMdnsProfile Delete /openapi/v1/{omadacId}/sites/{siteId}/profiles/bonjour-service/{id} Delete an existing Bonjour Service
ProfilesAPI DeleteOuiProfile Delete /openapi/v1/{omadacId}/sites/{siteId}/oui-profiles/{ouiId} Delete OUI Profile
ProfilesAPI DeletePPSKProfile Delete /openapi/v1/{omadacId}/sites/{siteId}/ppsk-profile/{profileId} Delete PPSK profile
ProfilesAPI DeletePSKsToPPSKProfile Post /openapi/v1/{omadacId}/sites/{siteId}/ppsk-profile/{profileId}/delete-psk Delete PSKs to PPSK profile
ProfilesAPI DeleteRadiusProfile Delete /openapi/v1/{omadacId}/sites/{siteId}/profiles/radius/{radiusProfileId} Delete an exist Radius profile
ProfilesAPI DeleteRadiusUser Delete /openapi/v1/{omadacId}/sites/{siteId}/profiles/radius-server/users/{userId} Delete an exist Build-in Radius profile user
ProfilesAPI DeleteRateLimitProfile Delete /openapi/v1/{omadacId}/sites/{siteId}/rate-limit-profile/{profileId} Delete rate limit profile
ProfilesAPI DeleteServiceType Delete /openapi/v1/{omadacId}/sites/{siteId}/profiles/service-type/{id} Delete an existing Gateway QoS Service
ProfilesAPI DeleteTimeRangeProfile Delete /openapi/v1/{omadacId}/sites/{siteId}/time-range-profile/{profileId} Delete time range profile
ProfilesAPI GetApnProfileList Get /openapi/v1/{omadacId}/sites/{siteId}/profiles/apn Get APN profile list
ProfilesAPI GetApnProfilesForIppt Get /openapi/v1/{omadacId}/sites/{siteId}/gateways/{gatewayMac}/profiles/apns Get APN profile list by mac for ippt
ProfilesAPI GetGoogleLdapProfileList Get /openapi/v1/{omadacId}/sites/{siteId}/profiles/ldap/google Get google LDAP profile list
ProfilesAPI GetGroupProfiles Get /openapi/v1/{omadacId}/sites/{siteId}/profiles/groups Get group profile list
ProfilesAPI GetGroupProfilesByType Get /openapi/v1/{omadacId}/sites/{siteId}/profiles/groups/{groupType} Get group profile list by type
ProfilesAPI GetLdapProfileList Get /openapi/v1/{omadacId}/sites/{siteId}/profiles/ldap Get LDAP profile list
ProfilesAPI GetOuiProfileFullList Get /openapi/v1/{omadacId}/sites/{siteId}/oui-profiles/all Get OUI profile summary list
ProfilesAPI GetOuiProfileList Get /openapi/v1/{omadacId}/sites/{siteId}/oui-profiles Get OUI profile list
ProfilesAPI GetPPSKProfileDetail Get /openapi/v1/{omadacId}/sites/{siteId}/ppsk-profile/{profileId} Get PPSK profile detail
ProfilesAPI GetPPSKProfiles Get /openapi/v1/{omadacId}/sites/{siteId}/ppsk-profiles Get PPSK profiles list
ProfilesAPI GetRadiusProfileList Get /openapi/v1/{omadacId}/sites/{siteId}/profiles/radius Get Radius profile list
ProfilesAPI GetRadiusUserList Get /openapi/v1/{omadacId}/sites/{siteId}/profiles/radius-server/users Get Build-in Radius profile user list
ProfilesAPI GetRateLimitProfileList Get /openapi/v1/{omadacId}/sites/{siteId}/rate-limit-profiles Get rate limit profile list
ProfilesAPI GetServiceTypeSummary Get /openapi/v1/{omadacId}/sites/{siteId}/profiles/service-type-summary Get all Gateway QoS Service's ID and name info
ProfilesAPI GetTimeRangeList Get /openapi/v1/{omadacId}/sites/{siteId}/time-range-profiles Get time range profile list
ProfilesAPI ListMdnsProfile Get /openapi/v1/{omadacId}/sites/{siteId}/profiles/bonjour-service Get Bonjour Service list
ProfilesAPI ListRateLimitForHotspot Get /openapi/v1/{omadacId}/hotspot/sites/{siteId}/setting/profiles/rateLimits get the rate limit list
ProfilesAPI ListServiceType Get /openapi/v1/{omadacId}/sites/{siteId}/profiles/service-type Get Gateway QoS Service list
ProfilesAPI ModifyApnProfile Put /openapi/v1/{omadacId}/sites/{siteId}/profiles/apn/{profileId} Modify an exist APN profile
ProfilesAPI ModifyGoogleLdapProfile Put /openapi/v1/{omadacId}/sites/{siteId}/profiles/ldap/google/{profileId} Modify an exist google LDAP profile
ProfilesAPI ModifyGroupProfile Patch /openapi/v1/{omadacId}/sites/{siteId}/profiles/groups/{groupType}/{groupId} Modify an exist group profile
ProfilesAPI ModifyLdapProfile Patch /openapi/v1/{omadacId}/sites/{siteId}/profiles/ldap/{ldapProfileId} Modify an exist LDAP profile
ProfilesAPI ModifyMdnsProfile Put /openapi/v1/{omadacId}/sites/{siteId}/profiles/bonjour-service/{id} Modify an existing Bonjour Service
ProfilesAPI ModifyOuiProfile Put /openapi/v1/{omadacId}/sites/{siteId}/oui-profiles/{ouiId} Modify OUI Profile
ProfilesAPI ModifyPPSKProfile Post /openapi/v1/{omadacId}/sites/{siteId}/ppsk-profile/{profileId} Modify PPSK profile
ProfilesAPI ModifyRadiusProfile Patch /openapi/v1/{omadacId}/sites/{siteId}/profiles/radius/{radiusProfileId} Modify an exist Radius profile
ProfilesAPI ModifyRadiusUser Patch /openapi/v1/{omadacId}/sites/{siteId}/profiles/radius-server/users/{userId} Modify an exist Build-in Radius profile user
ProfilesAPI ModifyRateLimitProfile Put /openapi/v1/{omadacId}/sites/{siteId}/rate-limit-profile/{profileId} Modify rate limit profile
ProfilesAPI ModifyServiceType Put /openapi/v1/{omadacId}/sites/{siteId}/profiles/service-type/{id} Modify an existing Gateway QoS Service
ProfilesAPI ModifyTimeRangeProfile Put /openapi/v1/{omadacId}/sites/{siteId}/time-range-profile/{profileId} Modify time range profile
ProfilesTemplateAPI AutoCreatePPSKTemplate Post /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/ppsk-profile/generate-psk Auto Create PSK templates
ProfilesTemplateAPI CreateApnProfileTemplate Post /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/profiles/apn Create a new APN profile template
ProfilesTemplateAPI CreateGroupProfileTemplate Post /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/profiles/groups Create a new group profile template
ProfilesTemplateAPI CreateLdapProfileTemplate Post /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/profiles/ldap Create a new LDAP profile template
ProfilesTemplateAPI CreateMdnsProfileTemplate Post /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/profiles/bonjour-service Create new Bonjour Service Template
ProfilesTemplateAPI CreateOuiProfileTemplate Post /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/oui-profiles Create OUI profile template
ProfilesTemplateAPI CreatePPSKProfileTemplate Post /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/ppsk-profile Create PPSK profile template
ProfilesTemplateAPI CreateRadiusProfileTemplate Post /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/profiles/radius Create a new Radius profile template
ProfilesTemplateAPI CreateRadiusUserTemplate Post /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/profiles/radius-server/users Create a new Build-in Radius profile user template
ProfilesTemplateAPI CreateRateLimitProfileTemplate Post /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/rate-limit-profiles Create rate limit profile template
ProfilesTemplateAPI CreateTemplateServiceType Post /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/profiles/service-type Create siteTemplate's new Gateway QoS Service
ProfilesTemplateAPI CreateTimeRangeProfileTemplate Post /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/time-range-profiles Create time range profile template
ProfilesTemplateAPI DeleteAllPPSKProfilesTemplate Delete /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/ppsk-profiles Delete All PPSK profile templates
ProfilesTemplateAPI DeleteApnProfileTemplate Delete /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/profiles/apn/{profileId} Delete an exist APN profile template
ProfilesTemplateAPI DeleteGroupProfileTemplate Delete /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/profiles/groups/{groupType}/{groupId} Delete an exist group profile template
ProfilesTemplateAPI DeleteLdapProfileTemplate Delete /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/profiles/ldap/{ldapProfileId} Delete an exist LDAP profile template
ProfilesTemplateAPI DeleteMdnsProfileTemplate Delete /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/profiles/bonjour-service/{id} Delete an existing Bonjour Service Template
ProfilesTemplateAPI DeleteOuiProfileTemplate Delete /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/oui-profiles/{ouiId} Delete OUI Profile template
ProfilesTemplateAPI DeletePPSKProfileTemplate Delete /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/ppsk-profile/{profileId} Delete PPSK profile template
ProfilesTemplateAPI DeleteRadiusProfileTemplate Delete /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/profiles/radius/{radiusProfileId} Delete an exist Radius profile template
ProfilesTemplateAPI DeleteRadiusUserTemplate Delete /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/profiles/radius-server/users/{userId} Delete an exist Build-in Radius profile user template
ProfilesTemplateAPI DeleteRateLimitProfileTemplate Delete /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/rate-limit-profile/{profileId} Delete rate limit profile template
ProfilesTemplateAPI DeleteTemplateServiceType Delete /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/profiles/service-type/{id} Delete an existing Gateway QoS Service in siteTemplate
ProfilesTemplateAPI DeleteTimeRangeProfileTemplate Delete /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/time-range-profile/{profileId} Delete time range profile template
ProfilesTemplateAPI GetApnProfileListTemplate Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/profiles/apn Get APN profile template list
ProfilesTemplateAPI GetGroupProfilesByTypeTemplate Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/profiles/groups/{groupType} Get group profile template list by type
ProfilesTemplateAPI GetGroupProfilesTemplate Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/profiles/groups Get group profile template list
ProfilesTemplateAPI GetLdapProfileListTemplate Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/profiles/ldap Get LDAP profile template list
ProfilesTemplateAPI GetOuiProfileFullListTemplate Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/oui-profiles/all Get OUI profile template summary list
ProfilesTemplateAPI GetOuiProfileListTemplate Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/oui-profiles Get OUI profile template list
ProfilesTemplateAPI GetPPSKProfileDetailTemplate Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/ppsk-profile/{profileId} Get PPSK profile template detail
ProfilesTemplateAPI GetPPSKProfilesTemplate Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/ppsk-profiles Get PPSK profile templates list
ProfilesTemplateAPI GetRadiusProfileListTemplate Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/profiles/radius Get Radius profile template list
ProfilesTemplateAPI GetRadiusUserListTemplate Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/profiles/radius-server/users Get Build-in Radius profile user template list
ProfilesTemplateAPI GetRateLimitProfileListTemplate Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/rate-limit-profiles Get rate limit profile template list
ProfilesTemplateAPI GetTemplateServiceTypeSummary Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/profiles/service-type-summary Get all Gateway QoS Service's ID and name info in siteTemplate
ProfilesTemplateAPI GetTimeRangeListTemplate Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/time-range-profiles Get time range profile template list
ProfilesTemplateAPI ListMdnsProfileTemplate Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/profiles/bonjour-service Get Bonjour Service Template list
ProfilesTemplateAPI ListTemplateServiceType Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/profiles/service-type Get siteTemplate's Gateway QoS Service list
ProfilesTemplateAPI ModifyApnProfileTemplate Put /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/profiles/apn/{profileId} Modify an exist APN profile template
ProfilesTemplateAPI ModifyGroupProfileTemplate Patch /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/profiles/groups/{groupType}/{groupId} Modify an exist group profile template
ProfilesTemplateAPI ModifyLdapProfileTemplate Patch /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/profiles/ldap/{ldapProfileId} Modify an exist LDAP profile template
ProfilesTemplateAPI ModifyMdnsProfileTemplate Put /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/profiles/bonjour-service/{id} Modify an existing Bonjour Service Template
ProfilesTemplateAPI ModifyOuiProfileTemplate Put /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/oui-profiles/{ouiId} Modify OUI Profile template
ProfilesTemplateAPI ModifyPPSKProfileTemplate Post /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/ppsk-profile/{profileId} Modify PPSK profile template
ProfilesTemplateAPI ModifyRadiusProfileTemplate Patch /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/profiles/radius/{radiusProfileId} Modify an exist Radius profile template
ProfilesTemplateAPI ModifyRadiusUserTemplate Patch /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/profiles/radius-server/users/{userId} Modify an exist Build-in Radius profile user template
ProfilesTemplateAPI ModifyRateLimitProfileTemplate Put /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/rate-limit-profile/{profileId} Modify rate limit profile template
ProfilesTemplateAPI ModifyTemplateServiceType Put /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/profiles/service-type/{id} Modify an existing Gateway QoS Service in siteTemplate
ProfilesTemplateAPI ModifyTimeRangeProfileTemplate Put /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/time-range-profile/{profileId} Modify time range profile template
QuickActionAPI GetNetworkWizardDefaultNetwork Get /openapi/v1/{omadacId}/sites/{siteId}/quick-action/network-wizard/default-network Get default network of the network wizard
RemoteAccessAPI AddTunnel Post /openapi/v1/{omadacId}/sites/{siteId}/remoteAccess/tunnel Create new remote access tunnel
RemoteAccessAPI DeleteTunnel Delete /openapi/v1/{omadacId}/sites/{siteId}/remoteAccess/tunnel/{tunnelId} Delete remote access tunnel information
RemoteAccessAPI EditTunnel Patch /openapi/v1/{omadacId}/sites/{siteId}/remoteAccess/tunnel/{tunnelId} Modify remote access tunnel information
RemoteAccessAPI GetTunnel Get /openapi/v1/{omadacId}/sites/{siteId}/remoteAccess/tunnel Get remote access tunnel
RemoteAccessAPI GetTunnelStatus Get /openapi/v1/{omadacId}/sites/{siteId}/remoteAccess/tunnel/{tunnelId}/status Get remote access tunnel's status
RemoteAccessAPI GetTunnelsStatus Get /openapi/v1/{omadacId}/sites/{siteId}/remoteAccess/tunnel/status Get all remote access tunnel's status
RemoteAccessAPI ModifyTunnel Patch /openapi/v1/{omadacId}/sites/{siteId}/remoteAccess/tunnel/{tunnelId}/status Enable/Disable remote access tunnel
ReportV2API AddTabNetworkReport Post /openapi/v1/{omadacId}/sites/{siteId}/report/tab Add new tab
ReportV2API DeleteTabNetworkReport Delete /openapi/v1/{omadacId}/sites/{siteId}/report/tab/{tabIds} Batch delete tabs
ReportV2API EmailReportScheduleV2 Post /openapi/v2/{omadacId}/sites/{siteId}/report/export-schedule-email Export report for scheduler
ReportV2API ExportLaterEmailV2 Post /openapi/v2/{omadacId}/sites/{siteId}/report/export-later-email Export report once later
ReportV2API ExportNowEmailV2 Post /openapi/v2/{omadacId}/sites/{siteId}/report/export-now-email Export report now for email
ReportV2API ExportNowLocal Post /openapi/v2/{omadacId}/files/sites/{siteId}/report/export-now-local Export report now
ReportV2API GetAllTabs Get /openapi/v1/{omadacId}/sites/{siteId}/report/allTabs Get report all tabs
ReportV2API GetCardsInfo Post /openapi/v1/{omadacId}/sites/{siteId}/report/cards Get cards info
ReportV2API GetScheduleTimeInfoV2 Get /openapi/v2/{omadacId}/sites/{siteId}/report/export-schedule-email Get schedule time info
ReportV2API GetTabById Get /openapi/v1/{omadacId}/sites/{siteId}/report/{tabId} Get all cards in a tab
ReportV2API RecordTabNetworkReport Put /openapi/v1/{omadacId}/sites/{siteId}/report/reorder Reorder the tab
ReportV2API UpdateTabNetworkReport Put /openapi/v1/{omadacId}/sites/{siteId}/report/tab Update tab
RoutingAPI CreatePolicyRouting Post /openapi/v1/{omadacId}/sites/{siteId}/routing/policy-routings Create new policy routing
RoutingAPI CreateStaticRouting Post /openapi/v1/{omadacId}/sites/{siteId}/routing/static-routings Create new static routing
RoutingAPI DeletePolicyRouting Delete /openapi/v1/{omadacId}/sites/{siteId}/routing/policy-routings/{policyRoutingId} Delete policy routing
RoutingAPI DeleteStaticRouting Delete /openapi/v1/{omadacId}/sites/{siteId}/routing/static-routings/{staticRoutingId} Delete static routing
RoutingAPI GetGridPolicyRouting Get /openapi/v1/{omadacId}/sites/{siteId}/routing/policy-routings Get policy routing list
RoutingAPI GetGridStaticRouting Get /openapi/v1/{omadacId}/sites/{siteId}/routing/static-routings Get static routing list
RoutingAPI GetStaticRoutingInterfaceList Get /openapi/v1/{omadacId}/sites/{siteId}/routing/static-routings/interfaces Get static routing interface list
RoutingAPI ModifyPolicyRouting Put /openapi/v1/{omadacId}/sites/{siteId}/routing/policy-routings/{policyRoutingId} Modify policy routing
RoutingAPI ModifyPolicyRoutingIndex Post /openapi/v1/{omadacId}/sites/{siteId}/routing/policy-routings/modifyIndex Modify policy routing Index
RoutingAPI ModifyStaticRouting Put /openapi/v1/{omadacId}/sites/{siteId}/routing/static-routings/{staticRoutingId} Modify static routing
RoutingTemplateAPI CreateTemplatePolicyRouting Post /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/routing/policy-routings Create site template's policy routing
RoutingTemplateAPI CreateTemplateStaticRouting Post /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/routing/static-routings Create site template's static routing
RoutingTemplateAPI DeleteTemplatePolicyRouting Delete /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/routing/policy-routings/{policyRoutingId} Delete site template's policy routing
RoutingTemplateAPI DeleteTemplateStaticRouting Delete /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/routing/static-routings/{staticRoutingId} Delete site template's static routing
RoutingTemplateAPI GetTemplateGridPolicyRouting Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/routing/policy-routings Get site template's policy routing list
RoutingTemplateAPI GetTemplateGridStaticRouting Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/routing/static-routings Get site template's static routing list
RoutingTemplateAPI ModifyTemplatePolicyRouting Put /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/routing/policy-routings/{policyRoutingId} Modify site template's policy routing
RoutingTemplateAPI ModifyTemplatePolicyRoutingIndex Post /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/routing/policy-routings/modifyIndex Modify site template's policy routing Index
RoutingTemplateAPI ModifyTemplateStaticRouting Put /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/routing/static-routings/{staticRoutingId} Modify site template's static routing
RrmAPI GetRrmIncompatibleAps Get /openapi/v1/{omadacId}/sites/{siteId}/rrm/incompatible Get incompatible rrm ap list
RrmAPI GetRrmSetting Get /openapi/v1/{omadacId}/sites/{siteId}/rrm/config Get Rrm setting
RrmAPI GetRrmSettingTemplate Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/rrm/config Get Rrm template setting
RrmAPI ModifyRrmSetting Put /openapi/v1/{omadacId}/sites/{siteId}/rrm/config Modify Rrm setting
RrmAPI ModifyRrmSettingTemplate Put /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/rrm/config Modify Rrm template setting
SDWANAPI AutoCreateMappingNetwork Post /openapi/v1/{omadacId}/sdwan/sdwan-group/map/network Auto create mapped network.
SDWANAPI AutoCreateSdWanGroupName Get /openapi/v1/{omadacId}/sdwan/sdwan-group/auto/groupName Auto create group name.
SDWANAPI AutoSelectWanPortRecommendResult Post /openapi/v1/{omadacId}/sdwan/sdwan-group/recommend/wans Auto recommend WAN port.
SDWANAPI CheckModifiedMappedNetwork Post /openapi/v1/{omadacId}/sdwan/sdwan-group/map/check Check modified mapped network.
SDWANAPI CheckSdWanGroupIpPool Post /openapi/v1/{omadacId}/sdwan/sdwan-group/ipPool/check Check SD-WAN IP pool conflict.
SDWANAPI CreateSdWanGroup Post /openapi/v1/{omadacId}/sdwan/sdwan-group Create SD-WAN Group.
SDWANAPI DeleteSdWanGroup Delete /openapi/v1/{omadacId}/sdwan/sdwan-group/{groupId} Delete SD-WAN Group.
SDWANAPI FirstCheckConnection Get /openapi/v1/{omadacId}/sdwan/sdwan-group/{groupId}/firstCheck First check SD-WAN group connection.
SDWANAPI GetCurrentSdWanGroup Get /openapi/v1/{omadacId}/sdwan/sdwan-group/{groupId} Get SD-WAN Group.
SDWANAPI GetGridSdWanGroup Get /openapi/v1/{omadacId}/sdwan/sdwan-group Get SD-WAN Group Grid.
SDWANAPI GetGridSdWanGroupBrief Get /openapi/v1/{omadacId}/sdwan/sdwan-group/brief Get SD-WAN Group Grid brief info.
SDWANAPI GetGridSdWanGroupDevices Post /openapi/v1/{omadacId}/sdwan/sdwan-group/candidate/devices Get SD-WAN candidate devices.
SDWANAPI GetSdWanGroupDevices Get /openapi/v1/{omadacId}/sdwan/sdwan-group/saved/devices/{groupId} Get current SD-WAN devices.
SDWANAPI ModifyLanIpRange Put /openapi/v1/{omadacId}/sdwan/sdwan-group/lan/modify Modify selected LanNetwork IP.
SDWANAPI ModifySdWanGroup Put /openapi/v1/{omadacId}/sdwan/sdwan-group/{groupId} Modify SD-WAN Group.
SDWANAPI ModifySdWanGroupNetWorkMap Put /openapi/v1/{omadacId}/sdwan/sdwan-group/map/{groupId} Modify SD-WAN Group NAT info.
SIMAPI CorrectSimQuota Post /openapi/v1/{omadacId}/sites/{siteId}/sim/correct Correct SIM data
SIMAPI CorrectSimQuotaByMac Post /openapi/v1/{omadacId}/sites/{siteId}/gateways/{gatewayMac}/sim/correct Correct SIM data
SIMAPI CreateMailServer Post /openapi/v1/{omadacId}/sites/{siteId}/setting/mails Create mail server
SIMAPI CreateMailServerByMac Post /openapi/v1/{omadacId}/sites/{siteId}/gateways/{gatewayMac}/mails Create mail server by mac
SIMAPI ExportSmsMessage Post /openapi/v1/{omadacId}/sites/{siteId}/sim/sms/export Export SMS message
SIMAPI ExportSmsMessageBymac Post /openapi/v1/{omadacId}/sites/{siteId}/gateways/{gatewayMac}/sim/sms/export Export SMS message by mac
SIMAPI ExportSmsMessageBymacV2 Post /openapi/v2/{omadacId}/files/sites/{siteId}/gateways/{gatewayMac}/sim/sms/export Export SMS message by mac V2
SIMAPI GetGridSimCardSmsInboxMessage Get /openapi/v1/{omadacId}/sites/{siteId}/sim/sms/inbox/{simCard} Get one of Dual-SIM card's SMS inbox message
SIMAPI GetGridSimCardSmsInboxMessageByMac Get /openapi/v1/{omadacId}/sites/{siteId}/gateways/{gatewayMac}/sim/sms/inbox/{simCard} Get one of Dual-SIM card's SMS inbox message by mac
SIMAPI GetGridSimCardSmsOutboxMessage Get /openapi/v1/{omadacId}/sites/{siteId}/sim/sms/outbox/{simCard} Get one of Dual-SIM card's SMS outbox message
SIMAPI GetGridSimCardSmsOutboxMessageByMac Get /openapi/v1/{omadacId}/sites/{siteId}/gateways/{gatewayMac}/sim/sms/outbox/{simCard} Get one of Dual-SIM card's SMS outbox message by mac
SIMAPI GetGridSmsInboxMessage Get /openapi/v1/{omadacId}/sites/{siteId}/sim/sms/inbox Get SMS inbox message
SIMAPI GetGridSmsInboxMessageByMac Get /openapi/v1/{omadacId}/sites/{siteId}/gateways/{gatewayMac}/sim/sms/inbox Get SMS inbox message by mac
SIMAPI GetGridSmsOutboxMessage Get /openapi/v1/{omadacId}/sites/{siteId}/sim/sms/outbox Get SMS outbox message
SIMAPI GetGridSmsOutboxMessageByMac Get /openapi/v1/{omadacId}/sites/{siteId}/gateways/{gatewayMac}/sim/sms/outbox Get SMS outbox message by mac
SIMAPI GetMailServer Get /openapi/v1/{omadacId}/sites/{siteId}/setting/mails Get mail server
SIMAPI GetMailServerByMac Get /openapi/v1/{omadacId}/sites/{siteId}/gateways/{gatewayMac}/mails Get mail server by mac
SIMAPI GetSupportSms Get /openapi/v1/{omadacId}/sites/{siteId}/sim/sms/support Get support SMS
SIMAPI GetSupportSmsByMac Get /openapi/v1/{omadacId}/sites/{siteId}/gateways/{gatewayMac}/sim/sms/support Get support SMS
SIMAPI ModifyMailServer Patch /openapi/v1/{omadacId}/sites/{siteId}/setting/mails/{mailId} Modify mail server
SIMAPI ModifySimQuotaSetting Patch /openapi/v1/{omadacId}/sites/{siteId}/sim/quota Modify SIM data setting
SIMAPI ModifySimQuotaSettingByMac Patch /openapi/v1/{omadacId}/sites/{siteId}/gateways/{gatewayMac}/sim/quota Modify SIM data setting by mac
SIMAPI ModifySmsPolicySetting Patch /openapi/v1/{omadacId}/sites/{siteId}/sim/sms/policy Modify SMS policy setting
SIMAPI ModifySmsPolicySettingByMac Patch /openapi/v1/{omadacId}/sites/{siteId}/gateways/{gatewayMac}/sim/sms/policy Modify SMS policy setting
SIMAPI ModifySmsRouterCommand Patch /openapi/v1/{omadacId}/sites/{siteId}/sim/sms/router-command Modify SMS router command
SIMAPI ModifySmsRouterCommandByMac Patch /openapi/v1/{omadacId}/sites/{siteId}/gateways/{gatewayMac}/sim/sms/router-command Modify SMS router command by mac
SIMAPI OperateSmsMessage Post /openapi/v1/{omadacId}/sites/{siteId}/sim/sms/operate Operate SMS message
SIMAPI OperateSmsMessageByMac Post /openapi/v1/{omadacId}/sites/{siteId}/gateways/{gatewayMac}/sim/sms/operate Operate SMS message by mac
SIMAPI QuerySimCardQuotaSetting Get /openapi/v1/{omadacId}/sites/{siteId}/sim/quota/{simCard} Get one of Dual-SIM card's SIM data setting
SIMAPI QuerySimCardQuotaSettingByMac Get /openapi/v1/{omadacId}/sites/{siteId}/gateways/{gatewayMac}/sim/quota/{simCard} Get one of Dual-SIM card's SIM data setting by mac
SIMAPI QuerySimQuotaSetting Get /openapi/v1/{omadacId}/sites/{siteId}/sim/quota Get SIM data setting
SIMAPI QuerySimQuotaSettingByMac Get /openapi/v1/{omadacId}/sites/{siteId}/gateways/{gatewayMac}/sim/quota Get SIM data setting by mac
SIMAPI QuerySmsPolicySetting Get /openapi/v1/{omadacId}/sites/{siteId}/sim/sms/policy Query SMS policy setting
SIMAPI QuerySmsPolicySettingByMac Get /openapi/v1/{omadacId}/sites/{siteId}/gateways/{gatewayMac}/sim/sms/policy Query SMS policy setting by mac
SIMAPI QuerySmsRouterCommand Get /openapi/v1/{omadacId}/sites/{siteId}/sim/sms/router-command Query SMS router command
SIMAPI QuerySmsRouterCommandByMac Get /openapi/v1/{omadacId}/sites/{siteId}/gateways/{gatewayMac}/sim/sms/router-command Query SMS router command by mac
SIMAPI SendSmsMessage Post /openapi/v1/{omadacId}/sites/{siteId}/sim/sms/send Send SMS message
SIMAPI SendSmsMessageByMac Post /openapi/v1/{omadacId}/sites/{siteId}/gateways/{gatewayMac}/sim/sms/send Send SMS message
SIMTemplateAPI GetMailServerTemplate Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/setting/mails get mail server
SIMTemplateAPI ModifyMailServerTemplate Patch /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/setting/mails/{mailId} modify mail server
SIMTemplateAPI ModifySmsPolicySettingTemplate Patch /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/sim/sms/policy Modify SMS policy setting template
SIMTemplateAPI ModifySmsRouterCommandTemplate Patch /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/sim/sms/router-command Modify SMS router command template
SIMTemplateAPI QuerySimCardQuotaSettingTemplate Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/sim/quota/{simCard} Get one of Dual-SIM card's SIM data setting template
SIMTemplateAPI QuerySmsPolicySettingTemplate Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/sim/sms/policy Query SMS policy setting template
SIMTemplateAPI QuerySmsRouterCommandTemplate Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/sim/sms/router-command Query SMS router command template
SSLVPNAPI BatchDeleteLockedSslVpnTunnel Delete /openapi/v1/{omadacId}/sites/{siteId}/vpn/ssl-vpn-server/locked-tunnels Batch delete SSL VPN locked tunnel
SSLVPNAPI BatchDeleteSslVpnUserGroup Delete /openapi/v1/{omadacId}/sites/{siteId}/vpn/ssl-vpn-server/user-groups Batch delete SSL VPN user group
SSLVPNAPI CreateLockedSslVpnTunnuel Post /openapi/v1/{omadacId}/sites/{siteId}/vpn/ssl-vpn-server/locked-tunnels Create locked SSL VPN tunnel
SSLVPNAPI CreateLockedSslVpnUser Post /openapi/v1/{omadacId}/sites/{siteId}/vpn/ssl-vpn-server/locked-users Create SSL VPN locked user
SSLVPNAPI CreateSslVpnResource Post /openapi/v1/{omadacId}/sites/{siteId}/vpn/ssl-vpn-server/resources Create SSL VPN resource
SSLVPNAPI CreateSslVpnResourceGroup Post /openapi/v1/{omadacId}/sites/{siteId}/vpn/ssl-vpn-server/resource-groups Create SSL VPN resource group
SSLVPNAPI CreateSslVpnUser Post /openapi/v1/{omadacId}/sites/{siteId}/vpn/ssl-vpn-server/users Create SSL VPN user
SSLVPNAPI CreateSslVpnUserGroup Post /openapi/v1/{omadacId}/sites/{siteId}/vpn/ssl-vpn-server/user-groups Create SSL VPN user group
SSLVPNAPI DeleteLockedSslVpnTunnel Delete /openapi/v1/{omadacId}/sites/{siteId}/vpn/ssl-vpn-server/locked-tunnels/{lockTunnelId} Delete SSL VPN locked tunnel
SSLVPNAPI DeleteLockedSslVpnUser Delete /openapi/v1/{omadacId}/sites/{siteId}/vpn/ssl-vpn-server/locked-users/{id} Delete SSL VPN locked user
SSLVPNAPI DeleteSslVpnResource Delete /openapi/v1/{omadacId}/sites/{siteId}/vpn/ssl-vpn-server/resources/{id} Delete SSL VPN resource
SSLVPNAPI DeleteSslVpnResourceGroup Delete /openapi/v1/{omadacId}/sites/{siteId}/vpn/ssl-vpn-server/resource-groups/{id} Delete SSL VPN resource group
SSLVPNAPI DeleteSslVpnUser Delete /openapi/v1/{omadacId}/sites/{siteId}/vpn/ssl-vpn-server/users/{id} Delete SSL VPN user
SSLVPNAPI DeleteSslVpnUserGroup Delete /openapi/v1/{omadacId}/sites/{siteId}/vpn/ssl-vpn-server/user-groups/{id} Delete SSL VPN user group
SSLVPNAPI DownloadSslVpnCertificate Get /openapi/v1/{omadacId}/sites/{siteId}/vpn/ssl-vpn-server/certificate Download SSL VPN certificate.
SSLVPNAPI GetGridLockedSslVpnServerUser Get /openapi/v1/{omadacId}/sites/{siteId}/vpn/ssl-vpn-server/locked-users Get locked user list for SSL VPN server
SSLVPNAPI GetGridSslVpnServerResource Get /openapi/v1/{omadacId}/sites/{siteId}/vpn/ssl-vpn-server/resources Get resource list for SSL VPN server
SSLVPNAPI GetGridSslVpnServerResourceGroup Get /openapi/v1/{omadacId}/sites/{siteId}/vpn/ssl-vpn-server/resource-groups Get resource group list for SSL VPN server
SSLVPNAPI GetGridSslVpnServerUser Get /openapi/v1/{omadacId}/sites/{siteId}/vpn/ssl-vpn-server/users Get user list for SSL VPN server
SSLVPNAPI GetGridSslVpnServerUserGroup Get /openapi/v1/{omadacId}/sites/{siteId}/vpn/ssl-vpn-server/user-groups Get user group list for SSL VPN server
SSLVPNAPI GetGridSslVpnUserInGroup Get /openapi/v1/{omadacId}/sites/{siteId}/vpn/ssl-vpn-server/usergroups/{userGroupId}/users Get SSL VPN user list in group.
SSLVPNAPI GetGridSslVpnUserInGroupV2 Get /openapi/v2/{omadacId}/sites/{siteId}/vpn/usergroups/{userGroupId}/users Get SSL VPN user list in group V2.
SSLVPNAPI GetLockedSslVpnTunnuels Get /openapi/v1/{omadacId}/sites/{siteId}/vpn/ssl-vpn-server/locked-tunnels Get locked SSL VPN tunnel.
SSLVPNAPI GetRadiusServerInfo Get /openapi/v1/{omadacId}/sites/{siteId}/vpn/ssl-vpn-server/radius Get radius server for SSL VPN server
SSLVPNAPI GetSslVpnResourceGroupList Get /openapi/v1/{omadacId}/sites/{siteId}/vpn/ssl-vpn-server/briefresourcegroups Get SSL VPN resource group list.
SSLVPNAPI GetSslVpnResourceList Get /openapi/v1/{omadacId}/sites/{siteId}/vpn/ssl-vpn-server/briefresources Get SSL VPN resource list
SSLVPNAPI GetSslVpnServerSetting Get /openapi/v1/{omadacId}/sites/{siteId}/vpn/ssl-vpn-server/setting Get SSL VPN server setting
SSLVPNAPI GetSslVpnUserGroupList Get /openapi/v1/{omadacId}/sites/{siteId}/vpn/ssl-vpn-server/briefusergroups Get SSL VPN user Group list.
SSLVPNAPI ModifyLockedSslVpnTunnuel Put /openapi/v1/{omadacId}/sites/{siteId}/vpn/ssl-vpn-server/locked-tunnels/{lockTunnelId} Modify locked SSL VPN tunnel
SSLVPNAPI ModifyLockedSslVpnUser Put /openapi/v1/{omadacId}/sites/{siteId}/vpn/ssl-vpn-server/locked-users/{id} Modify SSL VPN locked user
SSLVPNAPI ModifySslVpnResource Put /openapi/v1/{omadacId}/sites/{siteId}/vpn/ssl-vpn-server/resources/{id} Modify SSL VPN resource
SSLVPNAPI ModifySslVpnResourceGroup Put /openapi/v1/{omadacId}/sites/{siteId}/vpn/ssl-vpn-server/resource-groups/{id} Modify SSL VPN resource group
SSLVPNAPI ModifySslVpnServerSetting Put /openapi/v1/{omadacId}/sites/{siteId}/vpn/ssl-vpn-server/setting Modify SSL VPN server setting
SSLVPNAPI ModifySslVpnUser Put /openapi/v1/{omadacId}/sites/{siteId}/vpn/ssl-vpn-server/users/{id} Modify SSL VPN user
SSLVPNAPI ModifySslVpnUserGroup Put /openapi/v1/{omadacId}/sites/{siteId}/vpn/ssl-vpn-server/user-groups/{id} Modify SSL VPN user group
SSOAPI CreateExternalUserGroup Post /openapi/v1/{omadacId}/sso/external-user-groups Create new external user group
SSOAPI CreateIdpMetadata Post /openapi/v1/{omadacId}/sso/saml-idps Create new idp
SSOAPI DeleteExternalUserGroup Delete /openapi/v1/{omadacId}/sso/external-user-groups/{externalUserGroupId} Delete an existing external user group
SSOAPI DeleteIdpMetadata Delete /openapi/v1/{omadacId}/sso/saml-idps/{idpId} Delete an existing idp
SSOAPI GetExternalUserGroupList Get /openapi/v1/{omadacId}/sso/external-user-groups Get external user group list
SSOAPI GetExternalUserList Get /openapi/v1/{omadacId}/sso/external-users Get external user list
SSOAPI GetIdpMetadataList Get /openapi/v1/{omadacId}/sso/saml-idps Get idp list
SSOAPI ModifyExternalUserGroup Put /openapi/v1/{omadacId}/sso/external-user-groups/{externalUserGroupId} Modify an existing external user group
SSOAPI ModifyIdpMetadata Put /openapi/v1/{omadacId}/sso/saml-idps/{idpId} Modify an existing idp
ScheduleAPI CreatePoeSchedule Post /openapi/v1/{omadacId}/sites/{siteId}/poe-schedules Create new PoE Schedule
ScheduleAPI CreatePortSchedule Post /openapi/v1/{omadacId}/sites/{siteId}/port-schedules Create new Port Schedule
ScheduleAPI CreateRebootSchedule1 Post /openapi/v1/{omadacId}/sites/{siteId}/reboot-schedules Create new reboot schedule
ScheduleAPI CreateUpgradeSchedule Post /openapi/v1/{omadacId}/sites/{siteId}/upgrade-schedules Create new upgrade schedule
ScheduleAPI DeletePoeSchedule Delete /openapi/v1/{omadacId}/sites/{siteId}/poe-schedules/{poeScheduleId} Delete PoE Schedule
ScheduleAPI DeletePortSchedule Delete /openapi/v1/{omadacId}/sites/{siteId}/port-schedules/{portScheduleId} Delete Port Schedule
ScheduleAPI DeleteRebootSchedule1 Delete /openapi/v1/{omadacId}/sites/{siteId}/reboot-schedules/{id} Delete reboot schedule
ScheduleAPI DeleteUpgradeSchedule Delete /openapi/v1/{omadacId}/sites/{siteId}/upgrade-schedules/{id} Delete upgrade schedule
ScheduleAPI GetPoePortsList Get /openapi/v1/{omadacId}/sites/{siteId}/poe-ports Get PoE ports list
ScheduleAPI GetPoeScheduleList Get /openapi/v1/{omadacId}/sites/{siteId}/poe-schedules Get PoE schedule list
ScheduleAPI GetPortScheduleList Get /openapi/v1/{omadacId}/sites/{siteId}/port-schedules Get port schedule list
ScheduleAPI GetPortSchedulePorts Get /openapi/v1/{omadacId}/sites/{siteId}/port-status-ports Get device ports list supporting port schedule
ScheduleAPI GetRebootScheduleList2 Get /openapi/v1/{omadacId}/sites/{siteId}/reboot-schedules Get reboot schedule list
ScheduleAPI GetUpgradeScheduleList Get /openapi/v1/{omadacId}/sites/{siteId}/upgrade-schedules Get upgrade schedule list
ScheduleAPI ModifyPoeSchedule Put /openapi/v1/{omadacId}/sites/{siteId}/poe-schedules/{poeScheduleId} Modify PoE Schedule
ScheduleAPI ModifyPortSchedule Put /openapi/v1/{omadacId}/sites/{siteId}/port-schedules/{portScheduleId} Modify Port Schedule
ScheduleAPI ModifyRebootSchedule1 Put /openapi/v1/{omadacId}/sites/{siteId}/reboot-schedules/{id} Modify reboot schedule
ScheduleAPI ModifyUpgradeSchedule Put /openapi/v1/{omadacId}/sites/{siteId}/upgrade-schedules/{id} Modify upgrade schedule
ScheduleTemplateAPI CreateRebootSchedule Post /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/reboot-schedules Create new reboot schedule template
ScheduleTemplateAPI DeleteRebootSchedule Delete /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/reboot-schedules/{id} Delete reboot schedule template
ScheduleTemplateAPI GetRebootScheduleList1 Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/reboot-schedules Get reboot schedule template list
ScheduleTemplateAPI ModifyRebootSchedule Put /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/reboot-schedules/{id} Modify reboot schedule template
ServiceAPI BatchExportDhcpReservationListToFile Post /openapi/v1/{omadacId}/sites/{siteId}/setting/service/files/dhcp/batch-export Batch Export DHCP reservation list to file
ServiceAPI ClearDnsCacheList Post /openapi/v1/{omadacId}/sites/{siteId}/setting/dns-cache-data/clear Clear DNS cache list
ServiceAPI CreateDdns Post /openapi/v1/{omadacId}/sites/{siteId}/setting/service/ddns Create a new Dynamic DNS entry
ServiceAPI CreateDhcpReservation Post /openapi/v1/{omadacId}/sites/{siteId}/setting/service/dhcp Create a new DHCP reservation
ServiceAPI CreateMdns Post /openapi/v1/{omadacId}/sites/{siteId}/setting/service/mdns Create a new mDNS rule
ServiceAPI DeleteDdns Delete /openapi/v1/{omadacId}/sites/{siteId}/setting/service/ddns/{ddnsId} Delete an exist Dynamic DNS entry
ServiceAPI DeleteDhcpReservation Delete /openapi/v1/{omadacId}/sites/{siteId}/setting/service/dhcp/{mac} Delete an exist DHCP reservation
ServiceAPI DeleteMdns Delete /openapi/v1/{omadacId}/sites/{siteId}/setting/service/mdns/{mdnsId} Delete an exist mDNS rule
ServiceAPI DownloadDhcpImportResult Get /openapi/v1/{omadacId}/sites/{siteId}/setting/service/files/dhcp/import-result Download DHCP import result
ServiceAPI ExportDhcpReservation Post /openapi/v1/{omadacId}/sites/{siteId}/setting/service/dhcp/{mac}/export Export DHCP reservation to IP_MAC Binding
ServiceAPI ExportDhcpReservationListToFile Get /openapi/v1/{omadacId}/sites/{siteId}/setting/service/files/dhcp/export Export DHCP reservation list to file
ServiceAPI GetDdnsGrid Get /openapi/v1/{omadacId}/sites/{siteId}/setting/service/ddns Get Dynamic DNS list
ServiceAPI GetDhcpReservationGrid Get /openapi/v1/{omadacId}/sites/{siteId}/setting/service/dhcp Get DHCP reservation list
ServiceAPI GetDnsCacheList Get /openapi/v1/{omadacId}/sites/{siteId}/setting/dns-cache-data Get DNS cache list
ServiceAPI GetDnsCacheSetting Get /openapi/v1/{omadacId}/sites/{siteId}/setting/service/dns-cache Get DNS cache
ServiceAPI GetDnsProxy Get /openapi/v1/{omadacId}/sites/{siteId}/setting/service/dns-proxy Get DNS proxy setting
ServiceAPI GetGridAllDhcpUserList Get /openapi/v1/{omadacId}/sites/{siteId}/setting/service/dhcp/user-list Get the dhcp user list of all servers
ServiceAPI GetIgmp Get /openapi/v1/{omadacId}/sites/{siteId}/setting/service/igmp Get the IGMP settings
ServiceAPI GetIptv Get /openapi/v1/{omadacId}/sites/{siteId}/setting/service/iptv Get IPTV setting
ServiceAPI GetMdnsGrid Get /openapi/v1/{omadacId}/sites/{siteId}/setting/service/mdns Get mDNS rule list
ServiceAPI GetMld Get /openapi/v1/{omadacId}/sites/{siteId}/setting/service/mld Get the MLD settings
ServiceAPI GetSnmpSetting Get /openapi/v1/{omadacId}/sites/{siteId}/setting/service/snmp Get SNMP setting
ServiceAPI GetSshSetting Get /openapi/v1/{omadacId}/sites/{siteId}/ssh Get SSH setting
ServiceAPI GetUpnpSetting Get /openapi/v1/{omadacId}/sites/{siteId}/upnp Get UPnP setting
ServiceAPI ImportDhcpReservationListFromFile Post /openapi/v1/{omadacId}/sites/{siteId}/setting/service/files/dhcp/import Import DHCP reservation list from file
ServiceAPI ModifyDdns Patch /openapi/v1/{omadacId}/sites/{siteId}/setting/service/ddns/{ddnsId} Modify an exist Dynamic DNS entry
ServiceAPI ModifyDhcpReservation Patch /openapi/v1/{omadacId}/sites/{siteId}/setting/service/dhcp/{mac} Modify an exist DHCP reservation
ServiceAPI ModifyDnsCacheSetting Put /openapi/v1/{omadacId}/sites/{siteId}/setting/service/dns-cache Modify DNS cache setting
ServiceAPI ModifyDnsProxy Patch /openapi/v1/{omadacId}/sites/{siteId}/setting/service/dns-proxy Modify DNS proxy setting
ServiceAPI ModifyIgmp Put /openapi/v1/{omadacId}/sites/{siteId}/setting/service/igmp Modify the IGMP settings
ServiceAPI ModifyIptv Put /openapi/v1/{omadacId}/sites/{siteId}/setting/service/iptv Modify IPTV setting
ServiceAPI ModifyMdns Patch /openapi/v1/{omadacId}/sites/{siteId}/setting/service/mdns/{mdnsId} Modify an exist mDNS rule
ServiceAPI ModifyMld Put /openapi/v1/{omadacId}/sites/{siteId}/setting/service/mld Modify the MLD settings
ServiceAPI ModifySnmpSetting Patch /openapi/v1/{omadacId}/sites/{siteId}/setting/service/snmp Modify SNMP setting
ServiceAPI ReservationFromDhcpUserList Post /openapi/v1/{omadacId}/sites/{siteId}/setting/service/dhcp/user-list/reservation Reservation From Dhcp User List
ServiceAPI UpdateSshSetting Put /openapi/v1/{omadacId}/sites/{siteId}/ssh Modify SSH setting
ServiceAPI UpdateUpnpSetting Put /openapi/v1/{omadacId}/sites/{siteId}/upnp Modify UPnP setting
ServiceTemplateAPI AddPortScheduleTemplate Post /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/setting/service/port-schedules Create a new Port Schedule Template
ServiceTemplateAPI CreateDdnsTemplate Post /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/setting/service/ddns Create a new Dynamic DNS template entry
ServiceTemplateAPI CreateMdnsTemplate Post /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/setting/service/mdns Create a new mDNS template rule
ServiceTemplateAPI DeleteDdnsTemplate Delete /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/setting/service/ddns/{ddnsId} Delete an exist Dynamic DNS template entry
ServiceTemplateAPI DeleteMdnsTemplate Delete /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/setting/service/mdns/{mdnsId} Delete an exist mDNS template rule
ServiceTemplateAPI GetDdnsGridTemplate Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/setting/service/ddns Get Dynamic DNS template list
ServiceTemplateAPI GetDnsCacheSettingTemplate Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/dns-cache Get DNS cache setting template
ServiceTemplateAPI GetDnsProxyTemplate Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/setting/service/dns-proxy Get DNS proxy template setting
ServiceTemplateAPI GetGlobalDdnsUpdateUrlTemplate Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/setting/service/ddns/update-url Get DDNS update url
ServiceTemplateAPI GetIgmpTemplate Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/setting/service/iptv/igmp Get IGMP template setting
ServiceTemplateAPI GetIptvTemplate Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/setting/service/iptv/iptv Get IPTV template setting
ServiceTemplateAPI GetIptvTemplateServerSetting Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/setting/service/iptv Get IPTV setting template
ServiceTemplateAPI GetMdnsGridTemplate Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/setting/service/mdns Get mDNS template rule list
ServiceTemplateAPI GetPortScheduleListTemplate Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/setting/service/port-schedules Get port Schedule list
ServiceTemplateAPI GetRebootScheduleList Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/setting/service/rebootSchedules Get reboot schedule templates
ServiceTemplateAPI GetSnmpSettingTemplate Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/setting/service/snmp Get SNMP template setting
ServiceTemplateAPI GetSshSettingTemplate Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/ssh Get SSH template setting
ServiceTemplateAPI GetUpnpSettingTemplate Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/upnp Get UPnP template setting
ServiceTemplateAPI ModifyDdnsTemplate Patch /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/setting/service/ddns/{ddnsId} Modify an exist Dynamic DNS template entry
ServiceTemplateAPI ModifyDnsCacheSettingTemplate Put /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/setting/service/dns-cache Modify DNS cache setting
ServiceTemplateAPI ModifyDnsProxyTemplate Patch /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/setting/service/dns-proxy Modify DNS proxy template setting
ServiceTemplateAPI ModifyIgmpTemplate Put /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/setting/service/iptv/igmp Modify IGMP template setting
ServiceTemplateAPI ModifyIptvTemplate Put /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/setting/service/iptv/iptv Modify IPTV template setting
ServiceTemplateAPI ModifyIptvTemplateServerSetting Put /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/setting/service/iptv Modify IPTV setting template
ServiceTemplateAPI ModifyMdnsTemplate Patch /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/setting/service/mdns/{mdnsId} Modify an exist mDNS template rule
ServiceTemplateAPI ModifyPortScheduleTemplate Put /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/setting/service/port-schedules/{type}/{portScheduleId} Modify a Port Schedule Template
ServiceTemplateAPI ModifyRebootScheduleTemplate Put /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/setting/service/rebootSchedules/{rebootScheduleId} Modify reboot schedule template
ServiceTemplateAPI ModifySnmpSettingTemplate Patch /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/setting/service/snmp Modify SNMP template setting
ServiceTemplateAPI RefreshDnsCacheListTemplate Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/setting/service/dns-cache-data/refresh Refresh dns cache list
ServiceTemplateAPI RemovePortScheduleTemplate Delete /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/setting/service/port-schedules/{type}/{portScheduleId} Delete Port Schedule Template
ServiceTemplateAPI RemoveRebootScheduleTemplate Delete /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/setting/service/rebootSchedules/{rebootScheduleId} Remove reboot schedule template
ServiceTemplateAPI UpdateSshSettingTemplate Put /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/ssh Modify SSH template setting
ServiceTemplateAPI UpdateUpnpSettingTemplate Put /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/upnp Modify UPnP template setting
SessionLimitAPI CreateSessionLimitRule Post /openapi/v1/{omadacId}/sites/{siteId}/session-limit/rules Create session limit rule
SessionLimitAPI DeleteSessionLimitRule Delete /openapi/v1/{omadacId}/sites/{siteId}/session-limit/rules/{ruleId} Delete session limit rule
SessionLimitAPI GetGridSessionLimitRule Get /openapi/v1/{omadacId}/sites/{siteId}/session-limit/rules Get session limit rule list
SessionLimitAPI GetSessionLimit Get /openapi/v1/{omadacId}/sites/{siteId}/session-limit Get session limit
SessionLimitAPI ModifySessionLimit Patch /openapi/v1/{omadacId}/sites/{siteId}/session-limit Modify session limit
SessionLimitAPI ModifySessionLimitRule Patch /openapi/v1/{omadacId}/sites/{siteId}/session-limit/rules/{ruleId} Modify session limit rule
SessionLimitAPI ModifySessionLimitRuleIndex Patch /openapi/v1/{omadacId}/sites/{siteId}/session-limit/rules Modify session limit rule index
SessionLimitTemplateAPI CreateTemplateSessionLimitRule Post /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/session-limit/rules Create site template's session limit rule
SessionLimitTemplateAPI DeleteTemplateSessionLimitRule Delete /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/session-limit/rules/{ruleId} Delete site template's session limit rule
SessionLimitTemplateAPI GetTemplateGridSessionLimitRule Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/session-limit/rules Get site template's session limit rule list
SessionLimitTemplateAPI GetTemplateSessionLimit Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/session-limit Get site template's session limit
SessionLimitTemplateAPI ModifyTemplateSessionLimit Patch /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/session-limit Modify site template's session limit
SessionLimitTemplateAPI ModifyTemplateSessionLimitRule Patch /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/session-limit/rules/{ruleId} Modify site template's session limit rule
SessionLimitTemplateAPI ModifyTemplateSessionLimitRuleIndex Patch /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/session-limit/rules Modify site template's session limit rule index
SiteAPI AddScenario Post /openapi/v1/{omadacId}/scenarios Create new scenario
SiteAPI AddTag1 Post /openapi/v1/{omadacId}/sites/tags Create new site tag
SiteAPI BatchSiteCopy Post /openapi/v1/{omadacId}/sites/copy Batch create sites by copying from existing site
SiteAPI BatchSiteImport Post /openapi/v1/{omadacId}/sites/multi-import Batch create sites by importing site backup files from file server
SiteAPI CreateNewSite Post /openapi/v1/{omadacId}/sites Create new site
SiteAPI CreateNewSiteByTemplate Post /openapi/v1/{omadacId}/sites/template Create new site from site template
SiteAPI DeleteScenario Delete /openapi/v1/{omadacId}/scenarios Delete site scenario
SiteAPI DeleteSite Delete /openapi/v1/{omadacId}/sites/{siteId} Delete an existing site
SiteAPI DeleteTag1 Delete /openapi/v1/{omadacId}/sites/tags Delete an existing site tag
SiteAPI GetAvailableSiteToBind Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/available-bind Get available site to bind template
SiteAPI GetNtpServerStatus Get /openapi/v1/{omadacId}/sites/{siteId}/setting/ntp Get ntp server status
SiteAPI GetNtpServerStatusTemplate Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/setting/ntp Get template ntp server status
SiteAPI GetPlacedSitePositions Get /openapi/v1/{omadacId}/placed-site-position Obtain the geographic location information of Placed Sites
SiteAPI GetScenarioList Get /openapi/v1/{omadacId}/scenarios Get scenario list
SiteAPI GetScenarioListDifference Get /openapi/v1/{omadacId}/scenarios/difference Get scenario list difference
SiteAPI GetSiteDeviceAccountSetting Get /openapi/v1/{omadacId}/sites/{siteId}/device-account Get site device account setting
SiteAPI GetSiteEntity Get /openapi/v1/{omadacId}/sites/{siteId} Get site info
SiteAPI GetSiteInfoForAbnormal Get /openapi/v1/{omadacId}/sites/{siteId}/global-dashboard/site-map/abnormal Get the details of a site
SiteAPI GetSiteList Get /openapi/v1/{omadacId}/sites Get site list
SiteAPI GetSiteSummaryStatisticByOpenApi Post /openapi/v1/{omadacId}/sites/statistic Get sites statistic
SiteAPI GetSiteUrlByOpenApi Get /openapi/v1/{omadacId}/sites/{siteId}/url Get site url
SiteAPI GetTags1 Get /openapi/v1/{omadacId}/sites/tags Get site tag list
SiteAPI GetUnplacedSitePositions Get /openapi/v1/{omadacId}/unplaced-site-position Obtain the geographic location information of unplaced Sites
SiteAPI ModifyTag1 Patch /openapi/v1/{omadacId}/sites/tags Modify an existing site tag
SiteAPI UpdateSiteDeviceAccountSetting Put /openapi/v1/{omadacId}/sites/{siteId}/device-account Update site device account setting
SiteAPI UpdateSiteEntity Put /openapi/v1/{omadacId}/sites/{siteId} Modify an existing site
SiteConfigurationAPI GetBandSteeringSetting Get /openapi/v1/{omadacId}/sites/{siteId}/band-steering Get site band steering setting
SiteConfigurationAPI GetBeaconControlSetting Get /openapi/v1/{omadacId}/sites/{siteId}/beacon-control Get site beacon control setting
SiteConfigurationAPI GetChannelLimitSetting Get /openapi/v1/{omadacId}/sites/{siteId}/channel-limit Get site channel limit setting
SiteConfigurationAPI GetDisasterModeStatus Get /openapi/v1/{omadacId}/sites/{siteId}/setting/disaster Get the status of disaster modes in Japan
SiteConfigurationAPI GetExistSiteSettingByOpenApi Get /openapi/v1/{omadacId}/sites/{siteId}/setting/exist Query site setting exist or not
SiteConfigurationAPI GetLldpSetting Get /openapi/v1/{omadacId}/sites/{siteId}/lldp Get site lldp setting
SiteConfigurationAPI GetMeshSetting Get /openapi/v1/{omadacId}/sites/{siteId}/mesh Get site mesh setting
SiteConfigurationAPI GetMulticastRateLimitByOpenApi Get /openapi/v1/{omadacId}/sites/{siteId}/multicast-rate-limit Get site multicast rate limit setting
SiteConfigurationAPI GetOmadacDstInfo Get /openapi/v1/{omadacId}/sites/{siteId}/dst-info Get site DST
SiteConfigurationAPI GetPortalLogoutDomainSetting Get /openapi/v1/{omadacId}/sites/{siteId}/portal-logout Get portal logout domain setting
SiteConfigurationAPI GetRemoteLoggingSetting Get /openapi/v1/{omadacId}/sites/{siteId}/remote-logging Get site remote logging setting
SiteConfigurationAPI GetRoamingSetting Get /openapi/v1/{omadacId}/sites/{siteId}/roaming Get site roaming setting
SiteConfigurationAPI GetSiteLedSetting Get /openapi/v1/{omadacId}/sites/{siteId}/led Get site led setting
SiteConfigurationAPI GetSiteRememberSettingByOpenApi Get /openapi/v1/{omadacId}/sites/{siteId}/remember-device Get site remember device setting
SiteConfigurationAPI GetSiteSettingCap Get /openapi/v1/{omadacId}/sites/{siteId}/capacity Get site capabilities.
SiteConfigurationAPI GetSiteSpecification Get /openapi/v1/{omadacId}/sites/{siteId}/specification Get site functional specifications
SiteConfigurationAPI GetSiteSupportSwitchInfo Get /openapi/v1/{omadacId}/sites/{siteId}/switch-support Get supported switch types information for the site
SiteConfigurationAPI ModifyDisasterModeStatus Post /openapi/v1/{omadacId}/sites/{siteId}/setting/disaster Modify the status of disaster modes in Japan
SiteConfigurationAPI ModifySiteRememberSettingByOpenApi Post /openapi/v1/{omadacId}/sites/{siteId}/remember-device Modify site remember device setting
SiteConfigurationAPI UpdateBandSteeringSetting Patch /openapi/v1/{omadacId}/sites/{siteId}/band-steering Modify site band steering setting
SiteConfigurationAPI UpdateBeaconControlSetting Patch /openapi/v1/{omadacId}/sites/{siteId}/beacon-control Modify site beacon control setting
SiteConfigurationAPI UpdateChannelLimitSetting Patch /openapi/v1/{omadacId}/sites/{siteId}/channel-limit Modify site channel limit setting
SiteConfigurationAPI UpdateLldpSetting Patch /openapi/v1/{omadacId}/sites/{siteId}/lldp Modify site lldp setting
SiteConfigurationAPI UpdateMcastRateLimitSettingByOpenApi Patch /openapi/v1/{omadacId}/sites/{siteId}/multicast-rate-limit Modify site multicast rate limit setting
SiteConfigurationAPI UpdateMeshSetting Patch /openapi/v1/{omadacId}/sites/{siteId}/mesh Modify site mesh setting
SiteConfigurationAPI UpdatePortalLogoutDomainSetting Put /openapi/v1/{omadacId}/sites/{siteId}/portal-logout Modify portal logout domain setting
SiteConfigurationAPI UpdateRemoteLoggingSetting Patch /openapi/v1/{omadacId}/sites/{siteId}/remote-logging Modify site remote logging setting
SiteConfigurationAPI UpdateRoamingSetting Patch /openapi/v1/{omadacId}/sites/{siteId}/roaming Modify site roaming setting
SiteConfigurationAPI UpdateSiteLedSetting Put /openapi/v1/{omadacId}/sites/{siteId}/led Modify site led setting
SiteTemplateAPI BatchSyncSiteWithTemplate Post /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/multi-sites/sync Batch sync site settings with the site template
SiteTemplateAPI BindSiteTemplate Post /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/bind-site Bind site with a site template
SiteTemplateAPI BoundSiteExistUnSupportRadSecDevice Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/devices/un-support-radsec Check for unsupported RadSec devices in the bound sites.
SiteTemplateAPI CopySiteTemplate Post /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/copy Create Site Template by copying exist site template
SiteTemplateAPI CopySiteTemplateToCustomers Post /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/copy/batch Copy site template to customers
SiteTemplateAPI CreateDeviceTemplate Post /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/devicetemplates create device template
SiteTemplateAPI CreateNewSiteTemplate Post /openapi/v1/{omadacId}/sitetemplates Create new site template
SiteTemplateAPI DeleteDeviceTemplate Delete /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/devicetemplates/{deviceTemplateId} delete device template
SiteTemplateAPI DeleteSiteTemplate Delete /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId} Delete an existing site template
SiteTemplateAPI DeviceTemplateBindDeviceBatch Post /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/devicetemplates/{deviceTemplateId}/batch-binddevice Device template batch bind devices
SiteTemplateAPI DeviceTemplateSyncConfigBatch Post /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/devicetemplates/{deviceTemplateId}/batch-sync-config Device template batch sync config to devices
SiteTemplateAPI DeviceTemplateUnbindDeviceBatch Post /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/devicetemplates/{deviceTemplateId}/batch-unbinddevice Device template batch unbind devices
SiteTemplateAPI GetBoundSites Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/binding-sites Get sites info which bound to the site template
SiteTemplateAPI GetGridDeviceTemplate Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/devicetemplates Get deviceTemplate info list
SiteTemplateAPI GetGridDeviceTemplateAvailableDevices Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/devicetemplates/{deviceTemplateId}/available-bind-devices Get deviceTemplate's available devices
SiteTemplateAPI GetGridDeviceTemplateBoundDevices Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/devicetemplates/{deviceTemplateId}/bound-devices Get deviceTemplate's bound devices
SiteTemplateAPI GetGridDeviceTemplateDetail Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/devicetemplates/detail get device template
SiteTemplateAPI GetGridDevicesAvailableTemplate Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/devicetemplates/available-devices/{siteId} get the devices on the site and the templates that can be bound
SiteTemplateAPI GetSiteTemplateAllModules Get /openapi/v1/{omadacId}/sitetemplates/all-modules Get all function modules which can be selected when creating site template
SiteTemplateAPI GetSiteTemplateConfiguration Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/setting/configuration get site template settings
SiteTemplateAPI GetSiteTemplateDstInfo Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/dst-info Get daylight saving time information for the Site template configuration
SiteTemplateAPI GetSiteTemplateEntity Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId} Get site template info
SiteTemplateAPI GetSiteTemplateGeneralConfig Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/setting/general/config get site template general config
SiteTemplateAPI GetSiteTemplateList Get /openapi/v1/{omadacId}/sitetemplates Get site template list
SiteTemplateAPI GetSiteTemplateModules Get /openapi/v1/{omadacId}/sitetemplates/modules Get function modules which can be selected when creating site template
SiteTemplateAPI GetSiteTemplateService Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/setting/service get site template service
SiteTemplateAPI GetSiteTemplateWirelessFeature Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/setting/wireless/feature get site template WirelessFeature
SiteTemplateAPI GetSitesOverrides Get /openapi/v1/{omadacId}/site-overrides get site overrides
SiteTemplateAPI GetValidDeviceModel Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/available-devicemodels get valid device template
SiteTemplateAPI ModifyDeviceTemplate Patch /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/devicetemplates/{deviceTemplateId} modify device template
SiteTemplateAPI UnbindSite Post /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/batch-unbind Batch unbind sites from a site template
SiteTemplateAPI UpdateSiteTemplateEntity Put /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId} Modify an existing site template
SiteTemplateConfigurationAPI GetBandSteeringTemplateSetting Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/band-steering Get site template band steering setting
SiteTemplateConfigurationAPI GetBeaconControlTemplateSetting Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/beacon-control Get site template beacon control setting
SiteTemplateConfigurationAPI GetChannelLimitTemplateSetting Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/channel-limit Get site template channel limit setting
SiteTemplateConfigurationAPI GetExistSiteTemplateSettingByOpenApi Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/setting/exist Query site template setting exist or not
SiteTemplateConfigurationAPI GetLldpTemplateSetting Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/lldp Get site template lldp setting
SiteTemplateConfigurationAPI GetMeshTemplateSetting Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/mesh Get site template mesh setting
SiteTemplateConfigurationAPI GetMulticastRateLimitTemplateByOpenApi Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/multicast-rate-limit Get site template multicast rate limit setting
SiteTemplateConfigurationAPI GetRemoteLoggingTemplateSetting Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/remote-logging Get site template remote logging setting
SiteTemplateConfigurationAPI GetRoamingTemplateSetting Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/roaming Get site template roaming setting
SiteTemplateConfigurationAPI GetSiteTemplateLedSetting Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/led Get site template led setting
SiteTemplateConfigurationAPI GetSiteTemplateSettingCap Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/capacity Get siteTemplate capabilities.
SiteTemplateConfigurationAPI GetSiteTemplateSpecification Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/specification Get siteTemplate functional specifications
SiteTemplateConfigurationAPI ModifySiteConfigurationTemplate Patch /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/configuration Modify Site template configuration settings
SiteTemplateConfigurationAPI ModifySiteServiceTemplate Patch /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/service Modify Site template service settings
SiteTemplateConfigurationAPI ModifySiteTemplateGeneralConfig Patch /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/general/config Modify the general configuration settings of the Site template
SiteTemplateConfigurationAPI ModifySiteTemplateSetting Patch /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/setting Modify Site template settings
SiteTemplateConfigurationAPI UpdateBandSteeringTemplateSetting Patch /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/band-steering Modify site template band steering setting
SiteTemplateConfigurationAPI UpdateBeaconControlTemplateSetting Patch /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/beacon-control Modify site template beacon control setting
SiteTemplateConfigurationAPI UpdateChannelLimitTemplateSetting Patch /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/channel-limit Modify site template channel limit setting
SiteTemplateConfigurationAPI UpdateLldpTemplateSetting Patch /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/lldp Modify site template lldp setting
SiteTemplateConfigurationAPI UpdateMcastRateLimitSettingTemplateByOpenApi Patch /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/multicast-rate-limit Modify site template multicast rate limit setting
SiteTemplateConfigurationAPI UpdateMeshTemplateSetting Patch /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/mesh Modify site template mesh setting
SiteTemplateConfigurationAPI UpdateRemoteLoggingTemplateSetting Patch /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/remote-logging Modify site template remote logging setting
SiteTemplateConfigurationAPI UpdateRoamingTemplateSetting Patch /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/roaming Modify site template roaming setting
SiteTemplateConfigurationAPI UpdateSiteTemplateLedSetting Put /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/led Modify site template led setting
StackAPI BatchApplyStackNetworks Post /openapi/v1/{omadacId}/sites/{siteId}/stacks/{stackId}/networks Batch modify stack vlan interface status
StackAPI BatchModifyOswStackPorts Post /openapi/v1/{omadacId}/sites/{siteId}/stacks/{stackId}/ports/config Batch modify stack port
StackAPI BatchModifySwitchStackPortSetting Patch /openapi/v2/{omadacId}/sites/{siteId}/stacks/{stackId}/multi-ports/config Batch modify stack port V2
StackAPI CancelStackCableTest Post /openapi/v1/{omadacId}/sites/{siteId}/cable-test/stacks/{stackId}/cancel Cancel stack cable test
StackAPI CreateOswStack Post /openapi/v1/{omadacId}/sites/{siteId}/stacks Create Switch Stack
StackAPI CreateStackStaticRouting Post /openapi/v1/{omadacId}/sites/{siteId}/stacks/{stackId}/staticRoutings Create stack staticRouting
StackAPI CreateStackVrf Post /openapi/v1/{omadacId}/sites/{siteId}/stacks/{stackId}/vrfs Create new stack vrf
StackAPI DeleteOswStack Delete /openapi/v1/{omadacId}/sites/{siteId}/stacks/{stackId} Delete Switch Stack
StackAPI DeleteOswStackLag Delete /openapi/v1/{omadacId}/sites/{siteId}/stacks/{stackId}/lags/{lagId} Delete stack lag
StackAPI DeleteStackStaticRouting Delete /openapi/v1/{omadacId}/sites/{siteId}/stacks/{stackId}/staticRoutings/{staticRoutingId} Delete stack staticRouting
StackAPI DeleteStackVrf Delete /openapi/v1/{omadacId}/sites/{siteId}/stacks/{stackId}/vrfs/{vrfId} Delete an existing stack vrf
StackAPI DeleteSwitchStackLagSetting Delete /openapi/v2/{omadacId}/sites/{siteId}/stacks/{stackId}/lags/{lagId} Delete stack lag V2
StackAPI DetectSwitchStackMembers Post /openapi/v1/{omadacId}/sites/{siteId}/stacks/detect/{stackId} Detect switch stack members
StackAPI DetectSwitchStackMembersForAllStacks Post /openapi/v1/{omadacId}/sites/{siteId}/stacks/detect Detect switch stacks members for all stacks
StackAPI DownloadStackDeviceInfo Get /openapi/v1/{omadacId}/sites/{siteId}/stack/{stackId}/downloadDeviceInfo Download stack device info.
StackAPI ForceProvisionStack Post /openapi/v1/{omadacId}/sites/{siteId}/cmd/stack/{stackId}/forceProvision Force provision stack
StackAPI ForgetStack Post /openapi/v1/{omadacId}/sites/{siteId}/cmd/stack/{stackId}/forget Forget stack
StackAPI GetGridDiscoveryStackList Get /openapi/v1/{omadacId}/sites/{siteId}/stacks/discovery Get discovery stack list
StackAPI GetGridOswStackList Get /openapi/v1/{omadacId}/sites/{siteId}/stacks Get stack list
StackAPI GetGridStackDhcpUserList Get /openapi/v1/{omadacId}/sites/{siteId}/stack/{stackId}/dhcp/user-list Get stack dhcp user list
StackAPI GetGridStackLldpNeighborTable Get /openapi/v1/{omadacId}/sites/{siteId}/stack/{stackId}/lldp-neighbors Get stack lldp neighbor table
StackAPI GetGridStackOspfNeighborTable Get /openapi/v1/{omadacId}/sites/{siteId}/stack/{stackId}/ospf-neighbors Get stack ospf neighbor table
StackAPI GetGridStackPortAndLagNetworks Get /openapi/v1/{omadacId}/sites/{siteId}/stacks/{stackId}/port-lag-networks Get the networks used on stack's ports and LAGs
StackAPI GetGridStackPortAndLagNetworksDetail Get /openapi/v1/{omadacId}/sites/{siteId}/stacks/{stackId}/networks-detail Get the networks detail (including the vlan related ports and lags info) used on stack's ports and LAGs
StackAPI GetGridStackStaticRouting Get /openapi/v1/{omadacId}/sites/{siteId}/stacks/{stackId}/staticRoutings Get grid stack staticRouting
StackAPI GetMspOswStackDetail Get /openapi/v1/msp/{mspId}/customers/{customerId}/sites/{siteId}/stack/{stackId} Get msp stack detail
StackAPI GetMspOswStackList Get /openapi/v1/msp/{mspId}/stack Get msp stack List
StackAPI GetOswStackDDMInfo Get /openapi/v1/{omadacId}/sites/{siteId}/stack/{stackId}/ddm/info Get stack ddm info.
StackAPI GetOswStackDetail Get /openapi/v1/{omadacId}/sites/{siteId}/stacks/{stackId} Get stack detail
StackAPI GetOswStackLag Get /openapi/v1/{omadacId}/sites/{siteId}/stacks/{stackId}/lags/{lagId} Get stack lag
StackAPI GetOswStackLagList Get /openapi/v1/{omadacId}/sites/{siteId}/stacks/{stackId}/lags Get stack lag List
StackAPI GetOswStackPortList Get /openapi/v1/{omadacId}/sites/{siteId}/stacks/{stackId}/ports Get stack port List
StackAPI GetStackCableTestFullResults Get /openapi/v1/{omadacId}/sites/{siteId}/cable-test/stacks/{stackId}/full-results Get stack cable test full results
StackAPI GetStackCableTestIncrementResults Get /openapi/v1/{omadacId}/sites/{siteId}/cable-test/stacks/{stackId}/increment-results Get stack cable test increment results
StackAPI GetStackCableTestLogs Get /openapi/v1/{omadacId}/sites/{siteId}/cable-test/stacks/{stackId}/logs Get stack cable test logs
StackAPI GetStackCableTestPorts Get /openapi/v1/{omadacId}/sites/{siteId}/cable-test/stacks/{stackId}/ports Get the port list of stack used for cable test
StackAPI GetStackGridVrf Get /openapi/v1/{omadacId}/sites/{siteId}/stacks/{stackId}/vrfs Get stack vrf page
StackAPI GetStackNetworkList Get /openapi/v1/{omadacId}/sites/{siteId}/stacks/{stackId}/networks Get stack vlan interface List
StackAPI GetStackPortAndLagNetwork Get /openapi/v1/{omadacId}/sites/{siteId}/stacks/{stackId}/port-lag-networks/{networkId}/vlan/{vlan} Get the stack's ports and LAGs that the network affects
StackAPI GetStackRememberMe Get /openapi/v1/{omadacId}/sites/{siteId}/stacks/{stackId}/remember Get stack remember Config
StackAPI GetStackableSwitches Get /openapi/v1/{omadacId}/sites/{siteId}/stacks/switches Get stackable switches
StackAPI LocateOswStack Post /openapi/v1/{omadacId}/sites/{siteId}/cmd/stacks/{stackId}/locate Locate switch stack
StackAPI ModifyOswStack Put /openapi/v1/{omadacId}/sites/{siteId}/stacks/{stackId} Modify Switch Stack
StackAPI ModifyOswStackDetail Patch /openapi/v1/{omadacId}/sites/{siteId}/stacks/{stackId}/config Modify stack detail
StackAPI ModifyOswStackLag Patch /openapi/v1/{omadacId}/sites/{siteId}/stacks/{stackId}/lags/{lagId} Modify stack lag
StackAPI ModifyOswStackPort Patch /openapi/v1/{omadacId}/sites/{siteId}/stacks/{stackId}/ports/{port} Modify stack port
StackAPI ModifyStackLoopbackControl Patch /openapi/v1/{omadacId}/sites/{siteId}/stacks/{stackId}/config/loopback Modify stack loopback control
StackAPI ModifyStackNetwork Patch /openapi/v1/{omadacId}/sites/{siteId}/stacks/{stackId}/networks/{networkId} Modify stack vlan interface
StackAPI ModifyStackRememberMe Post /openapi/v1/{omadacId}/sites/{siteId}/stacks/{stackId}/remember Modify stack remember Config
StackAPI ModifyStackStaticRouting Put /openapi/v1/{omadacId}/sites/{siteId}/stacks/{stackId}/staticRoutings/{staticRoutingId} Modify stack staticRouting
StackAPI ModifyStackVrf Put /openapi/v1/{omadacId}/sites/{siteId}/stacks/{stackId}/vrfs/{vrfId} Modify an existing stack vrf
StackAPI ModifySwitchStackLagSetting Patch /openapi/v2/{omadacId}/sites/{siteId}/stacks/{stackId}/lags/{lagId} Modify stack lag V2
StackAPI ModifySwitchStackPortSetting Patch /openapi/v2/{omadacId}/sites/{siteId}/stacks/{stackId}/ports/{port} Modify stack port V2
StackAPI RebootOswStack Post /openapi/v1/{omadacId}/sites/{siteId}/cmd/stacks/{stackId}/reboot Reboot switch stack
StackAPI StartStackCableTest Post /openapi/v1/{omadacId}/sites/{siteId}/cable-test/stacks/{stackId}/start Start stack cable test
StatisticAPI GetDevice5MinStatistic Post /openapi/v2/{omadacId}/sites/{siteId}/stat/{deviceMac}/5min Get device statistic data 5 min
StatisticAPI GetDeviceDailyStatistic Post /openapi/v2/{omadacId}/sites/{siteId}/stat/{deviceMac}/daily Get device statistic data daily
StatisticAPI GetDeviceHourlyStatistic Post /openapi/v2/{omadacId}/sites/{siteId}/stat/{deviceMac}/hourly Get device statistic data hourly
StatisticAPI GetOltStatChart Post /openapi/v1/{omadacId}/sites/{siteId}/stat/olts/{deviceMac}/chart Get olt statistics chart
StatisticAPI GetOswRankingCards Post /openapi/v1/{omadacId}/sites/{siteId}/health/switches/rankingCards Get switch ranking cards
StatisticAPI GetOswStackDetailStat Post /openapi/v1/{omadacId}/sites/{siteId}/stat/stack/{stackId} Get switch stack statistics
StatisticAPI GetStackStatChart Post /openapi/v1/{omadacId}/sites/{siteId}/stat/stack/{stackId}/chart Get stack statistics chart
StatisticAPI GetSwitchStat Get /openapi/v1/{omadacId}/sites/{siteId}/stat/switches/{deviceMac} Get switch statistics
StatisticAPI GetSwitchStatChart Post /openapi/v1/{omadacId}/sites/{siteId}/stat/switches/{deviceMac}/chart Get switch statistics chart
SwitchAPI AddPortTag Post /openapi/v1/{omadacId}/sites/{siteId}/switches/port-tag Create new switch port label
SwitchAPI BatchApplySwitchNetwork Post /openapi/v1/{omadacId}/sites/{siteId}/switches/{switchMac}/networks Batch modify switch vlan interfaces.
SwitchAPI BatchModifyESLoopbackControl Put /openapi/v1/{omadacId}/sites/{siteId}/cmd/switches/es/config/loopback Batch modify switch loopback control (Agile Series)
SwitchAPI BatchModifyLoopbackControl Put /openapi/v1/{omadacId}/sites/{siteId}/cmd/switches/config/loopback Batch modify switch loopback control
SwitchAPI BatchModifySwitchPort Patch /openapi/v1/{omadacId}/sites/{siteId}/switches/{switchMac}/multi-ports/config Batch modify switch port
SwitchAPI BatchModifySwitchesPortLag Patch /openapi/v1/{omadacId}/sites/{siteId}/switches/multi-ports/config Batch modify switches ports and lags
SwitchAPI BatchPortPoERecovery Post /openapi/v1/{omadacId}/sites/{siteId}/switches/{switchMac}/multi-ports/poe-recovery Switch port poe recovery.
SwitchAPI BatchSetNameForGivenPorts1 Put /openapi/v1/{omadacId}/sites/{siteId}/switches/{switchMac}/multi-ports/name Batch set name for given ports
SwitchAPI BatchSetPoeModeForGivenPorts1 Put /openapi/v1/{omadacId}/sites/{siteId}/switches/{switchMac}/multi-ports/poe-mode Batch set poe mode for given ports
SwitchAPI BatchSetPortStatusForGivenPorts1 Put /openapi/v1/{omadacId}/sites/{siteId}/switches/{switchMac}/multi-ports/status Batch set status for given ports
SwitchAPI BatchSetProfileOverrideForGivenPorts1 Put /openapi/v1/{omadacId}/sites/{siteId}/switches/{switchMac}/multi-ports/profile-override Batch set profile-override for given ports
SwitchAPI CancelCableTest Post /openapi/v1/{omadacId}/sites/{siteId}/cable-test/switches/{switchMac}/cancel Cancel cable test
SwitchAPI ClearOswPortCounters Post /openapi/v1/{omadacId}/sites/{siteId}/switches/multi-ports/clear-counters Clear the switches ports counters
SwitchAPI CreateOswVrf Post /openapi/v1/{omadacId}/sites/{siteId}/switches/{switchMac}/vrfs Create new vrf
SwitchAPI DeleteOswVrf Delete /openapi/v1/{omadacId}/sites/{siteId}/switches/{switchMac}/vrfs/{vrfId} Delete vrf
SwitchAPI DeletePortTag Delete /openapi/v1/{omadacId}/sites/{siteId}/switches/port-tag Delete an existing switch port label
SwitchAPI DeleteSwitchLag Delete /openapi/v1/{omadacId}/sites/{siteId}/switches/{switchMac}/lags/{lagId} Delete switch lag
SwitchAPI GetBatchSelectOswDetailsView Post /openapi/v1/{omadacId}/sites/{siteId}/switches/ports/select Get the switches and ports detail in batches
SwitchAPI GetBatchSwitchExistNetworks Post /openapi/v1/{omadacId}/sites/{siteId}/switches/exist-network Get the networks intersections existing on multiple switches
SwitchAPI GetCableTestFullResults Get /openapi/v1/{omadacId}/sites/{siteId}/cable-test/switches/{switchMac}/full-results Get the cable test full results
SwitchAPI GetCableTestIncrementResults Get /openapi/v1/{omadacId}/sites/{siteId}/cable-test/switches/{switchMac}/increment-results Get the cable test increment results
SwitchAPI GetCableTestLogs Get /openapi/v1/{omadacId}/sites/{siteId}/cable-test/switches/{switchMac}/logs Get the cable test logs
SwitchAPI GetCableTestOswPorts Get /openapi/v1/{omadacId}/sites/{siteId}/cable-test/switches/{switchMac}/ports Get the port list used for cable test
SwitchAPI GetESGeneralConfig Get /openapi/v1/{omadacId}/sites/{siteId}/switches/es/{switchMac}/general-config Get switch general config (Agile Series )
SwitchAPI GetESInfo Get /openapi/v1/{omadacId}/sites/{siteId}/switches/es/{switchMac} Get switch info (Agile Series)
SwitchAPI GetESNetworkOverview Get /openapi/v1/{omadacId}/sites/{siteId}/switches/es/{switchMac}/network-overview Query Agile Series switch valid network
SwitchAPI GetGeneralConfig Get /openapi/v1/{omadacId}/sites/{siteId}/switches/{switchMac}/general-config Get switch general config
SwitchAPI GetGridDhcpUserList Get /openapi/v1/{omadacId}/sites/{siteId}/switches/{switchMac}/dhcp/user-list Get switch dhcp user list
SwitchAPI GetGridLldpNeighborTable Get /openapi/v1/{omadacId}/sites/{siteId}/switches/{switchMac}/lldp-neighbors Get switch lldp neighbor table
SwitchAPI GetGridOspfNeighborTable Get /openapi/v1/{omadacId}/sites/{siteId}/switches/{switchMac}/ospf-neighbors Get switch ospf neighbor table
SwitchAPI GetGridPortAndLagNetworks1 Get /openapi/v1/{omadacId}/sites/{siteId}/switches/{switchMac}/port-lag-networks Get the networks used on switch's ports and LAGs
SwitchAPI GetGridPortAndLagNetworksDetail Get /openapi/v1/{omadacId}/sites/{siteId}/switches/{switchMac}/networks-detail Get the networks detail (including the vlan related ports and lags info) used on switch's ports and LAGs
SwitchAPI GetGridSwitchesPortsCounters Get /openapi/v1/{omadacId}/sites/{siteId}/switches/ports/counters Get the switches ports counters information
SwitchAPI GetGridSwitchesPortsOverview Get /openapi/v1/{omadacId}/sites/{siteId}/switches/ports/overview Get the switches ports overview
SwitchAPI GetGridSwitchesPortsPoe Get /openapi/v1/{omadacId}/sites/{siteId}/switches/ports/poe-info Get the switches ports poe information
SwitchAPI GetGridVrf Get /openapi/v1/{omadacId}/sites/{siteId}/switches/{switchMac}/vrfs Get the vrfs on the switch
SwitchAPI GetOswDDMInfo Get /openapi/v1/{omadacId}/sites/{siteId}/switches/{switchMac}/ddm/info Get osw ddm info.
SwitchAPI GetOswDetailInfoListForPortsView Get /openapi/v1/{omadacId}/sites/{siteId}/switches/ports/switch-detail Get the switches detail for ports view
SwitchAPI GetOswForGivenLanNetworkIdAndVlan Get /openapi/v1/{omadacId}/sites/{siteId}/networks/{networkId}/vlans/{vlan}/switches Get the paging query for the osws with given network id and vlan
SwitchAPI GetOswsDetails Post /openapi/v1/{omadacId}/sites/{siteId}/switches/details Get the details of osws with given omadacid, siteid and macs and stackIds.
SwitchAPI GetOswsSupportArpDetect Get /openapi/v1/{omadacId}/sites/{siteId}/switches/supportArpDetect Get the paging query for the osws that support arp detect.
SwitchAPI GetOswsSupportDhcpSnoop Get /openapi/v1/{omadacId}/sites/{siteId}/switches/supportDhcpSnoop Get the paging query for the osws that support dhcp snoop.
SwitchAPI GetPortAndLagNetwork1 Get /openapi/v1/{omadacId}/sites/{siteId}/switches/{switchMac}/port-lag-networks/{networkId}/vlan/{vlan} Get the switch's ports and LAGs that the network affects
SwitchAPI GetPortTags Get /openapi/v1/{omadacId}/sites/{siteId}/switches/port-tag Get switch port label list
SwitchAPI GetSwitchExistNetworks Get /openapi/v1/{omadacId}/sites/{siteId}/switches/{switchMac}/exist-network Get the networks existing on the switch
SwitchAPI GetSwitchInfo Get /openapi/v1/{omadacId}/sites/{siteId}/switches/{switchMac} Get switch info
SwitchAPI GetSwitchUsedSdmNum Get /openapi/v1/{omadacId}/sites/{siteId}/switches/{switchMac}/sdm-used Get the used sdm template num on the switch
SwitchAPI ListSwitchNetworks Get /openapi/v1/{omadacId}/sites/{siteId}/switches/{switchMac}/networks Query switch vlan interface infos.
SwitchAPI ModifyESGeneralConfig Patch /openapi/v1/{omadacId}/sites/{siteId}/switches/es/{switchMac}/general-config Modify switch general config (Agile Series)
SwitchAPI ModifyESLoopbackControl Put /openapi/v1/{omadacId}/sites/{siteId}/switches/es/{switchMac}/config/loopback Modify switch loopback control (Agile Series)
SwitchAPI ModifyGeneralConfig Patch /openapi/v1/{omadacId}/sites/{siteId}/switches/{switchMac}/general-config Modify switch general config
SwitchAPI ModifyLoopbackControl Put /openapi/v1/{omadacId}/sites/{siteId}/switches/{switchMac}/config/loopback Modify switch loopback control
SwitchAPI ModifyOswVrf Put /openapi/v1/{omadacId}/sites/{siteId}/switches/{switchMac}/vrfs/{vrfId} Modify vrf
SwitchAPI ModifyPortTag Patch /openapi/v1/{omadacId}/sites/{siteId}/switches/port-tag Modify an existing switch port label
SwitchAPI ModifySwitchLag Patch /openapi/v1/{omadacId}/sites/{siteId}/switches/{switchMac}/lags/{lagId} Modify switch lag
SwitchAPI ModifySwitchNetwork Post /openapi/v1/{omadacId}/sites/{siteId}/switches/{switchMac}/networks/{networkId} Modify switch network config.
SwitchAPI ModifySwitchPort Patch /openapi/v1/{omadacId}/sites/{siteId}/switches/{switchMac}/ports/{port} Modify switch port
SwitchAPI MspMoveToCustomer Post /openapi/v1/msp/{mspId}/customers/{customerId}/sites/{siteId}/cmd/switches/move Move site to target customer
SwitchAPI SetNameForGivenPort1 Put /openapi/v1/{omadacId}/sites/{siteId}/switches/{switchMac}/ports/{port}/name Set name for given port
SwitchAPI SetPoeModeForGivenPort1 Put /openapi/v1/{omadacId}/sites/{siteId}/switches/{switchMac}/ports/{port}/poe-mode Set poe mode for given port
SwitchAPI SetPortModeForGivenPort1 Put /openapi/v1/{omadacId}/sites/{siteId}/switches/{switchMac}/ports/{port}/status Set port status for given port
SwitchAPI SetProfileForGivenPort1 Put /openapi/v1/{omadacId}/sites/{siteId}/switches/{switchMac}/ports/{port}/profile Set profile for given port
SwitchAPI SetProfileOverrideForGivenPort1 Put /openapi/v1/{omadacId}/sites/{siteId}/switches/{switchMac}/ports/{port}/profile-override Set profile-override for given port
SwitchAPI StartCableTest Post /openapi/v1/{omadacId}/sites/{siteId}/cable-test/switches/{switchMac}/start Start cable test
SwitchQoSAPI CreateQosRule Post /openapi/v1/{omadacId}/sites/{siteId}/switch-qos/qos-rule Create switch QoS rule.
SwitchQoSAPI DeleteQosRule Delete /openapi/v1/{omadacId}/sites/{siteId}/switch-qos/qos-rule/{qosRuleId} Delete switch QoS rule.
SwitchQoSAPI GetAllSelectableDevices Get /openapi/v1/{omadacId}/sites/{siteId}/switch-qos/qos-rule/selectable-devices/all Get switch QoS all selectable device's mac.
SwitchQoSAPI GetDscpMapping Get /openapi/v1/{omadacId}/sites/{siteId}/switch-qos/qos-rule/dscp-mapping Get switch QoS dscp mapping.
SwitchQoSAPI GetDscpMappingTemplate Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/switch-qos/qos-rule/dscp-mapping Get switch QoS dscp mapping in site template.
SwitchQoSAPI GetOswQosMode Get /openapi/v1/{omadacId}/sites/{siteId}/switch-qos/qos-mode Get switch QoS mode.
SwitchQoSAPI GetQosRules Get /openapi/v1/{omadacId}/sites/{siteId}/switch-qos/qos-rule Get switch QoS rules.
SwitchQoSAPI GetSchedulerMapping Get /openapi/v1/{omadacId}/sites/{siteId}/switch-qos/qos-rule/scheduler-mapping Get switch QoS queue scheduling.
SwitchQoSAPI GetSelectableDevices Get /openapi/v1/{omadacId}/sites/{siteId}/switch-qos/qos-rule/selectable-devices Get switch QoS selectable devices.
SwitchQoSAPI GetSelectedDeviceBriefInfo Post /openapi/v1/{omadacId}/sites/{siteId}/switch-qos/qos-rule/device-info Get switch QoS selected device brief info.
SwitchQoSAPI GetUpgradableDevices Get /openapi/v1/{omadacId}/sites/{siteId}/switch-qos/upgradable-devices Get switch QoS upgradable devices.
SwitchQoSAPI ModifyDscpMapping Put /openapi/v1/{omadacId}/sites/{siteId}/switch-qos/qos-rule/dscp-mapping Modify switch QoS dscp mapping.
SwitchQoSAPI ModifyOswQosMode Put /openapi/v1/{omadacId}/sites/{siteId}/switch-qos/qos-mode Modify switch QoS mode.
SwitchQoSAPI ModifyQosRule Put /openapi/v1/{omadacId}/sites/{siteId}/switch-qos/qos-rule/{qosRuleId} Modify switch QoS rule.
SwitchQoSAPI ModifyQosRuleStatus Put /openapi/v1/{omadacId}/sites/{siteId}/switch-qos/qos-rule/status/{qosRuleId} Modify switch QoS rule's status.
SwitchQoSAPI ModifySchedulerMapping Put /openapi/v1/{omadacId}/sites/{siteId}/switch-qos/qos-rule/scheduler-mapping Modify switch QoS queue scheduling.
SwitchTemplateAPI AddPortTagTemplate Post /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/switchtemplates/port-tag Create new template port label
SwitchTemplateAPI BatchModifySwitchPortTemplate Patch /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/switchtemplates/{deviceTemplateId}/multi-ports/config Batch modify switch template port
SwitchTemplateAPI BatchSetNameForGivenPorts Put /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/switchtemplates/{deviceTemplateId}/multi-ports/name Batch set name for given switch template ports
SwitchTemplateAPI BatchSetPoeModeForGivenPorts Put /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/switchtemplates/{deviceTemplateId}/multi-ports/poe-mode Batch set poe mode for given switch template ports
SwitchTemplateAPI BatchSetPortStatusForGivenPorts Put /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/switchtemplates/{deviceTemplateId}/multi-ports/status Batch set status for given switch template ports
SwitchTemplateAPI BatchSetProfileOverrideForGivenPorts Put /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/switchtemplates/{deviceTemplateId}/multi-ports/profile-override Batch set profile-override for given switch template ports
SwitchTemplateAPI CreateOswVrfTemplate Post /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/switchtemplates/{deviceTemplateId}/vrfs Create new vrf template
SwitchTemplateAPI DeleteOswVrfTemplate Delete /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/switchtemplates/{deviceTemplateId}/vrfs/{vrfId} Delete vrf template
SwitchTemplateAPI DeletePortTagTemplate Delete /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/switchtemplates/port-tag Delete an existing template port label
SwitchTemplateAPI DeleteSwitchLagTemplate Delete /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/switchtemplates/{deviceTemplateId}/lags/{lagId} Delete switch template lag
SwitchTemplateAPI GetBatchSwitchTemplateExistNetworks Post /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/switchtemplates/exist-network Get the networks intersections existing on multiple switch templates
SwitchTemplateAPI GetBatchSwitchTemplateExistNetworksV2 Post /openapi/v2/{omadacId}/sitetemplates/{siteTemplateId}/switchtemplates/exist-network Get the networks intersections existing on multiple switch templates V2
SwitchTemplateAPI GetGridPortAndLagNetworks Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/switchtemplates/{deviceTemplateId}/port-lag-networks Get the networks used on switch template's ports and LAGs
SwitchTemplateAPI GetGridVrfTemplate Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/switchtemplates/{deviceTemplateId}/vrfs Get the vrfs on the switch template
SwitchTemplateAPI GetOswForGivenLanNetworkIdAndVlanTemplate Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/networks/{networkId}/vlans/{vlan}/switches Get the paging query for the osw templates with given network id and vlan
SwitchTemplateAPI GetOswsDetailsTemplate Post /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/switches/details Get the details of osw templates with given omadacid, siteid and macs and stackIds.
SwitchTemplateAPI GetPortAndLagNetwork Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/switchtemplates/{deviceTemplateId}/port-lag-networks/{networkId}/vlan/{vlan} Get the switch template's ports and LAGs that the network affects
SwitchTemplateAPI GetPortTagTemplates Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/switchtemplates/port-tag Get template port label list
SwitchTemplateAPI GetSwitchTemplateExistNetworks Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/switchtemplates/{deviceTemplateId}/exist-network Get the networks existing on the switch template
SwitchTemplateAPI GetSwitchTemplateInfo Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/switchtemplates/{deviceTemplateId} Get switch template info
SwitchTemplateAPI ModifyOswVrfTemplate Put /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/switchtemplates/{deviceTemplateId}/vrfs/{vrfId} Modify vrf template
SwitchTemplateAPI ModifyPortTagTemplate Patch /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/switchtemplates/port-tag Modify an existing template port label
SwitchTemplateAPI ModifySwitchLagTemplate Patch /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/switchtemplates/{deviceTemplateId}/lags/{lagId} Modify switch template lag
SwitchTemplateAPI ModifySwitchPortTemplate Patch /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/switchtemplates/{deviceTemplateId}/ports/{port} Modify switch template port
SwitchTemplateAPI SetNameForGivenPort Put /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/switchtemplates/{deviceTemplateId}/ports/{port}/name Set name for given switch template port
SwitchTemplateAPI SetPoeModeForGivenPort Put /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/switchtemplates/{deviceTemplateId}/ports/{port}/poe-mode Set poe mode for given switch template port
SwitchTemplateAPI SetPortModeForGivenPort Put /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/switchtemplates/{deviceTemplateId}/ports/{port}/status Set port status for given switch template port
SwitchTemplateAPI SetProfileForGivenPort Put /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/switchtemplates/{deviceTemplateId}/ports/{port}/profile Set profile for given switch template port
SwitchTemplateAPI SetProfileOverrideForGivenPort Put /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/switchtemplates/{deviceTemplateId}/ports/{port}/profile-override Set profile-override for given switch template port
SystemSettingsAPI DisableControllerUpgradeNotification Post /openapi/v1/{omadacId}/notification/disable Turn off the software update push switch
SystemSettingsAPI GetControllerStatus Get /openapi/v1/{omadacId}/system/setting/controller-status Get controller status
ThreatManagementAPI DeleteThreatList Post /openapi/v1/{omadacId}/sites/{siteId}/ips/threat Delete archived ips threat
ThreatManagementAPI GetThreatDetail Get /openapi/v1/{omadacId}/sites/{siteId}/ips/threat/{threatId} Get threat entry detail
ThreatManagementAPI GetThreatList Get /openapi/v1/{omadacId}/sites/{siteId}/ips/grid/threat-management Get grid threat list
ThreatManagementAPI OperateThreats Post /openapi/v1/{omadacId}/sites/{siteId}/ips/threat/multi-ops Block/Isolate Device/Signature Suppression/Allow ips threat
TopologyAPI GetAvailableNetworks Get /openapi/v2/{omadacId}/sites/{siteId}/topology/available-network Get available network
TopologyAPI GetDeviceLinkTopology Get /openapi/v2/{omadacId}/sites/{siteId}/devices/{deviceMac}/device-link-topology Get Device Link Topology
TopologyAPI GetDevicesOfSsid Get /openapi/v2/{omadacId}/sites/{siteId}/topology/ssids/{ssidId}/devices Search Devices of Ssid in Topology
TopologyAPI GetDevicesOfVlan Get /openapi/v2/{omadacId}/sites/{siteId}/topology/{networkId}/vlan/{vlan}/devices Search Devices of Vlan in Topology
TopologyAPI GetFilterDevicesOfSsid Get /openapi/v3/{omadacId}/sites/{siteId}/topology/ssids/{ssidId}/devices Filter Devices of Ssid in Topology
TopologyAPI GetFilterDevicesOfVlan Get /openapi/v3/{omadacId}/sites/{siteId}/topology/{networkId}/vlan/{vlan}/devices Filter Devices of Vlan in Topology
TopologyAPI GetGridDeviceClient Get /openapi/v2/{omadacId}/sites/{siteId}/topology/search-device-client Search Device or Client in Topology
TopologyAPI GetIsolatedAndPreConfigDevices Get /openapi/v2/{omadacId}/sites/{siteId}/topology/isolated-and-pre-config Get isolated and preconfigured devices
TopologyAPI GetMspDeviceLinkTopology Get /openapi/v2/msp/{mspId}/customers/{customerId}/sites/{siteId}/devices/{deviceMac}/device-link-topology Get Msp Device Link Topology
TopologyAPI GetTopology Get /openapi/v2/{omadacId}/sites/{siteId}/topology Get site topology
TopologyAPI GetTopologyClients Get /openapi/v2/{omadacId}/sites/{siteId}/topology/devices/{mac}/clients Get the clients
TopologyAPI GetTopologyClientsByDevice Get /openapi/v2/{omadacId}/sites/{siteId}/topology/devices/{mac}/all-clients Get the clients by device
TopologyAPI GetTopologyClientsByDevices Post /openapi/v2/{omadacId}/sites/{siteId}/topology/devices/all-clients Get the clients by devices.
TopologyAPI GetTopologyDiscoveryStatus Get /openapi/v2/{omadacId}/sites/{siteId}/topology/discovery/status Get topology discovery status
TopologyAPI GetTopologyNodes Get /openapi/v2/{omadacId}/sites/{siteId}/topology/nodes Get topology nodes
TopologyAPI GetV3Topology Get /openapi/v3/{omadacId}/sites/{siteId}/topology Get site topology, version 3
TopologyAPI RefreshTopology Post /openapi/v2/{omadacId}/sites/{siteId}/topology Refresh site topology
TopologyAPI SetTopologyNode Post /openapi/v2/{omadacId}/sites/{siteId}/topology/nodes Set site topology top node
URLFilteringAPI CreateUrlFilteringRule Post /openapi/v1/{omadacId}/sites/{siteId}/url-filters Create URL filtering rule
URLFilteringAPI DeleteUrlFilteringRule Delete /openapi/v1/{omadacId}/sites/{siteId}/url-filters/{ruleId} Delete URL filtering rule
URLFilteringAPI GetCategory Get /openapi/v1/{omadacId}/sites/{siteId}/url-filters/category Get Category
URLFilteringAPI GetGridEapRule Get /openapi/v1/{omadacId}/sites/{siteId}/url-filters/eap Get URL filtering rule list for eap
URLFilteringAPI GetGridGatewayRule Get /openapi/v1/{omadacId}/sites/{siteId}/url-filters/gateway Get URL filtering rule list for gateway
URLFilteringAPI GetUrlFilterGeneral Get /openapi/v1/{omadacId}/sites/{siteId}/url-filters/globalUrlFilter Get Content Filter Global
URLFilteringAPI ModifyUrlFilterGeneral Patch /openapi/v1/{omadacId}/sites/{siteId}/url-filters/globalUrlFilter Edit Content Filter Global
URLFilteringAPI ModifyUrlFilteringRule Patch /openapi/v1/{omadacId}/sites/{siteId}/url-filters/{ruleId} Modify URL filtering rule
URLFilteringAPI ModifyUrlFilteringRuleIndex Patch /openapi/v1/{omadacId}/sites/{siteId}/url-filters Modify URL filtering rule index
URLFilteringTemplateAPI CreateUrlFilteringRuleTemplate Post /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/url-filters Create URL filtering template rule
URLFilteringTemplateAPI DeleteUrlFilteringRuleTemplate Delete /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/url-filters/{ruleId} Delete URL filtering template rule
URLFilteringTemplateAPI GetGridEapRuleTemplate Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/url-filters/eap Get URL filtering template rule list for eap
URLFilteringTemplateAPI GetGridGatewayRuleTemplate Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/url-filters/gateway Get URL filtering template rule list for gateway
URLFilteringTemplateAPI ModifyUrlFilteringRuleIndexTemplate Patch /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/url-filters Modify URL filtering template rule index
URLFilteringTemplateAPI ModifyUrlFilteringRuleTemplate Patch /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/url-filters/{ruleId} Modify URL filtering template rule
UserAndRoleAPI CreateNewRole Post /openapi/v1/{omadacId}/roles Create new role
UserAndRoleAPI CreateNewUser Post /openapi/v1/{omadacId}/users Create new user
UserAndRoleAPI DeleteRole Delete /openapi/v1/{omadacId}/roles/{roleId} Delete an existing role
UserAndRoleAPI DeleteUser Delete /openapi/v1/{omadacId}/users/{userID} Delete an existing user
UserAndRoleAPI GetAllCloudUsersExcludeRoot Get /openapi/v1/{omadacId}/users/cloud Get all cloud users exclude owner
UserAndRoleAPI GetAllLocalUsersExcludeRoot Get /openapi/v1/{omadacId}/users/local Get all local users exclude owner
UserAndRoleAPI GetAllRoles Get /openapi/v1/{omadacId}/roles Get role list
UserAndRoleAPI GetAppGridUsers Get /openapi/v1/{omadacId}/all-users Get user list for app
UserAndRoleAPI GetAvailableRole Get /openapi/v1/{omadacId}/roles/available Get available roles for creating new user
UserAndRoleAPI GetGlobalMFAStatus Get /openapi/v1/{omadacId}/mfa/status Get the status of the system's Two-Factor Authentication.
UserAndRoleAPI GetGridUsers Get /openapi/v1/{omadacId}/users Get user list
UserAndRoleAPI GetRole Get /openapi/v1/{omadacId}/roles/{roleId} Get role info
UserAndRoleAPI GetUser Get /openapi/v1/{omadacId}/users/{userID} Get user info
UserAndRoleAPI ModifyGlobalMFAStatus Post /openapi/v1/{omadacId}/mfa/status Modify the status of the system's Two-Factor Authentication.
UserAndRoleAPI ModifyRole Put /openapi/v1/{omadacId}/roles/{roleId} Modify an existing role
UserAndRoleAPI ModifyUser Put /openapi/v1/{omadacId}/users/{userID} Modify an existing user
UserAndRoleAPI ModifyUserBatch Patch /openapi/v1/{omadacId}/users/batch-temporary-users Batch modify users.
UserAndRoleAPI Reinvite Post /openapi/v1/{omadacId}/account/users/{userID}/re-invite Re-Invite an existing user
UserAndRoleAPI TransferMspRoot Post /openapi/v1/msp/{mspId}/owner/transfer Transfer MSP owner permission to an existing user
UserAndRoleAPI TransferRoot Post /openapi/v1/{omadacId}/owner/transfer Transfer owner permission to an existing user
VPNAPI BatchDeleteVpn Delete /openapi/v1/{omadacId}/sites/{siteId}/vpn Batch delete VPN
VPNAPI BatchDeleteVpnUser Delete /openapi/v1/{omadacId}/sites/{siteId}/vpn/users Batch delete VPN user
VPNAPI CheckUsedInVpns Post /openapi/v1/{omadacId}/sites/{siteId}/vpn/checkUsed Check used function for multiple VPN items
VPNAPI CheckUsedVpn Get /openapi/v1/{omadacId}/sites/{siteId}/vpn/{vpnId}/checkUsed Check used function for single VPN item
VPNAPI CheckValueAvailable Post /openapi/v1/{omadacId}/sites/{siteId}/vpn/checkValue Check whether vpn value is available
VPNAPI CreateClientToSiteVpnClient Post /openapi/v1/{omadacId}/sites/{siteId}/vpn/client-to-site-vpn-clients Create client-to-site VPN client
VPNAPI CreateClientToSiteVpnServer Post /openapi/v1/{omadacId}/sites/{siteId}/vpn/client-to-site-vpn-servers Create client-to-site VPN server
VPNAPI CreateIpsecFailover Post /openapi/v1/{omadacId}/sites/{siteId}/vpn/ipsec_failovers Create IPsec failover
VPNAPI CreateS2SAutoVpn Post /openapi/v2/{omadacId}/sites/{siteId}/vpn/site-to-site-vpns/auto Create site-to-site VPN by auto
VPNAPI CreateS2SManualVpn Post /openapi/v2/{omadacId}/sites/{siteId}/vpn/site-to-site-vpns Create site-to-site VPN by manual
VPNAPI CreateSiteToSiteVpn Post /openapi/v1/{omadacId}/sites/{siteId}/vpn/site-to-site-vpns Create site-to-site VPN
VPNAPI CreateVpnClient Post /openapi/v2/{omadacId}/sites/{siteId}/vpn/client-to-site-vpn-clients Create client-to-site VPN client V2
VPNAPI CreateVpnServer Post /openapi/v2/{omadacId}/sites/{siteId}/vpn/client-to-site-vpn-servers Create client-to-site VPN server V2
VPNAPI CreateVpnUser Post /openapi/v1/{omadacId}/sites/{siteId}/vpn/users Create VPN user
VPNAPI CreateVpnUserV2 Post /openapi/v2/{omadacId}/sites/{siteId}/vpn/users Create VPN user V2
VPNAPI CreateVpnUserV3 Post /openapi/v3/{omadacId}/sites/{siteId}/vpn/users Create VPN user V3
VPNAPI DeleteClientToSiteVpnClient Delete /openapi/v1/{omadacId}/sites/{siteId}/vpn/client-to-site-vpn-clients/{vpnId} Delete client-to-site VPN client
VPNAPI DeleteClientToSiteVpnServer Delete /openapi/v1/{omadacId}/sites/{siteId}/vpn/client-to-site-vpn-servers/{vpnId} Delete client-to-site VPN server
VPNAPI DeleteIpsecFailover Delete /openapi/v1/{omadacId}/sites/{siteId}/vpn/ipsec_failovers/{failoverId} Delete IPsec failover
VPNAPI DeleteSiteToSiteVpn Delete /openapi/v1/{omadacId}/sites/{siteId}/vpn/site-to-site-vpns/{vpnId} Delete site-to-site VPN
VPNAPI DeleteVpn Delete /openapi/v1/{omadacId}/sites/{siteId}/vpn/{vpnId} Delete VPN
VPNAPI DeleteVpnUser Delete /openapi/v1/{omadacId}/sites/{siteId}/vpn/users/{userId} Delete VPN user
VPNAPI DeleteVpnV2 Delete /openapi/v2/{omadacId}/sites/{siteId}/vpn/{vpnId} Delete VPN V2
VPNAPI DisconnectSslVpnTunnel Post /openapi/v1/{omadacId}/sites/{siteId}/vpn/stats/sslvpn/tunnel/{tunnelId}/disconnect Disconnect SSL VPN tunnel
VPNAPI DownloadVpnCertificate Get /openapi/v1/{omadacId}/files/sites/{siteId}/vpn/{vpnId}/certificate Download Open VPN or SSL VPN certificate
VPNAPI GetAllVpnList Get /openapi/v1/{omadacId}/sites/{siteId}/vpn Get All VPN list
VPNAPI GetBriefVpnUserByServerIdList Get /openapi/v1/{omadacId}/sites/{siteId}/vpn/userlist/server/{serverId} Get brief VPN user list by VPN server ID without page
VPNAPI GetClientToSiteVpnClientList Get /openapi/v1/{omadacId}/sites/{siteId}/vpn/client-to-site-vpn-clients Get client-to-site VPN client list
VPNAPI GetClientToSiteVpnServerInfo Get /openapi/v1/{omadacId}/sites/{siteId}/vpn/client-to-site-vpn-servers/{vpnId} Get client-to-site VPN server info
VPNAPI GetClientToSiteVpnServerList Get /openapi/v1/{omadacId}/sites/{siteId}/vpn/client-to-site-vpn-servers Get client-to-site VPN server list
VPNAPI GetClientToSiteVpnServerUserList Get /openapi/v1/{omadacId}/sites/{siteId}/vpn/client-to-site-vpn-servers/{vpnId}/users Get user list for client-to-site VPN server
VPNAPI GetGridIpsecFailover Get /openapi/v1/{omadacId}/sites/{siteId}/vpn/ipsec_failovers Get IPsec failover list
VPNAPI GetGridVpnClientV2 Get /openapi/v2/{omadacId}/sites/{siteId}/vpn/client-to-site-vpn-clients Get VPN Client summary list
VPNAPI GetGridVpnS2SV2 Get /openapi/v2/{omadacId}/sites/{siteId}/vpn/site-to-site-vpns Get VPN Site to Site summary list
VPNAPI GetGridVpnServerV2 Get /openapi/v2/{omadacId}/sites/{siteId}/vpn/client-to-site-vpn-servers Get VPN Server summary list
VPNAPI GetGridVpnUser Get /openapi/v1/{omadacId}/sites/{siteId}/vpn/users Get VPN user list
VPNAPI GetGridVpnUserV2 Get /openapi/v2/{omadacId}/sites/{siteId}/vpn/users Get VPN user list V2
VPNAPI GetSiteToSiteVpnInfo Get /openapi/v1/{omadacId}/sites/{siteId}/vpn/site-to-site-vpns/{vpnId} Get site-to-site VPN info
VPNAPI GetSiteToSiteVpnList Get /openapi/v1/{omadacId}/sites/{siteId}/vpn/site-to-site-vpns Get site-to-site VPN list
VPNAPI GetSslVpnUserGroupBriefList Get /openapi/v1/{omadacId}/sites/{siteId}/vpn/briefusergroups Get SSL VPN user Group list V2
VPNAPI GetVpnAvailableIpPool Get /openapi/v1/{omadacId}/sites/{siteId}/vpn/ippool Get available IP pools for VPN
VPNAPI GetVpnClientDetailInfo Get /openapi/v2/{omadacId}/sites/{siteId}/vpn/client-to-site-vpn-clients/{vpnId} Get client-to-site VPN client detail info
VPNAPI GetVpnClientToSiteClientInfo Get /openapi/v1/{omadacId}/sites/{siteId}/vpn/client-to-site-vpn-clients/{vpnId} Get client-to-site VPN client info
VPNAPI GetVpnDefaultValue Post /openapi/v1/{omadacId}/sites/{siteId}/vpn/defaultValue Get default value for VPN
VPNAPI GetVpnPreSharedKey Get /openapi/v1/{omadacId}/sites/{siteId}/vpn/psk Generate a random pre-shared key for IPSec
VPNAPI GetVpnS2SDetailInfo Get /openapi/v2/{omadacId}/sites/{siteId}/vpn/site-to-site-vpns/{vpnId} Get site-to-site VPN detail info
VPNAPI GetVpnServerDetailInfo Get /openapi/v2/{omadacId}/sites/{siteId}/vpn/client-to-site-vpn-servers/{vpnId} Get client-to-site VPN server detail info
VPNAPI GetVpnServerUserListV3 Get /openapi/v3/{omadacId}/sites/{siteId}/vpn/{vpnId}/users Get user list by VPN server ID
VPNAPI GetVpnUserList Get /openapi/v1/{omadacId}/sites/{siteId}/vpn/userlist/{protocol} Get VPN user list without page
VPNAPI GetVpnUserServerList Get /openapi/v1/{omadacId}/sites/{siteId}/vpn/userServers Get VPN server list for user
VPNAPI ListRemoteSite Get /openapi/v1/{omadacId}/sites/{siteId}/remoteSites List Remote Site
VPNAPI LockSslVpnTunnel Post /openapi/v1/{omadacId}/sites/{siteId}/vpn/stats/sslvpn/tunnel/{tunnelId}/lock Lock SSL VPN tunnel
VPNAPI ModifyClientStatus Patch /openapi/v1/{omadacId}/sites/{siteId}/vpn/{vpnId}/status Modify VPN status
VPNAPI ModifyClientToSiteVpnClient Patch /openapi/v1/{omadacId}/sites/{siteId}/vpn/client-to-site-vpn-clients/{vpnId} Modify client-to-site VPN client
VPNAPI ModifyClientToSiteVpnServer Patch /openapi/v1/{omadacId}/sites/{siteId}/vpn/client-to-site-vpn-servers/{vpnId} Modify client-to-site VPN server
VPNAPI ModifyIpsecFailover Patch /openapi/v1/{omadacId}/sites/{siteId}/vpn/ipsec_failovers/{failoverId} Modify IPsec failover
VPNAPI ModifyS2SAutoVpn Patch /openapi/v2/{omadacId}/sites/{siteId}/vpn/site-to-site-vpns/auto/{vpnId} Modify site-to-site VPN by auto
VPNAPI ModifyS2SManualVpn Patch /openapi/v2/{omadacId}/sites/{siteId}/vpn/site-to-site-vpns/{vpnId} Modify site-to-site VPN by manual
VPNAPI ModifySiteToSiteVpn Patch /openapi/v1/{omadacId}/sites/{siteId}/vpn/site-to-site-vpns/{vpnId} Modify site-to-site VPN
VPNAPI ModifyVpnClient Patch /openapi/v2/{omadacId}/sites/{siteId}/vpn/client-to-site-vpn-clients/{vpnId} Modify client-to-site VPN client V2
VPNAPI ModifyVpnServer Patch /openapi/v2/{omadacId}/sites/{siteId}/vpn/client-to-site-vpn-servers/{vpnId} Modify client-to-site VPN server V2
VPNAPI ModifyVpnUser Patch /openapi/v1/{omadacId}/sites/{siteId}/vpn/users/{userId} Modify VPN user
VPNAPI ModifyVpnUserV2 Patch /openapi/v2/{omadacId}/sites/{siteId}/vpn/users/{userId} Modify VPN user V2
VPNAPI ModifyVpnUserV3 Patch /openapi/v3/{omadacId}/sites/{siteId}/vpn/users/{userId} Modify VPN user V3
VPNAPI UploadVpnCertificateFile Post /openapi/v1/{omadacId}/sites/{siteId}/vpn/certificate Upload VPN certificate file
VPNAPI UploadVpnCertificateFileV2 Post /openapi/v2/{omadacId}/files/sites/{siteId}/vpn/certificate Upload VPN certificate file V2
VRRPAPI CreateOswVrrp Post /openapi/v1/{omadacId}/sites/{siteId}/osw-vrrp Create Switch Vrrp
VRRPAPI DeleteOswVrrp Delete /openapi/v1/{omadacId}/sites/{siteId}/osw-vrrp/{oswVrrpId} Delete Switch Vrrp
VRRPAPI GetGridOswVrrp Get /openapi/v1/{omadacId}/sites/{siteId}/osw-vrrp Get Switch Vrrp list
VRRPAPI ModifyOswVrrp Put /openapi/v1/{omadacId}/sites/{siteId}/osw-vrrp/{oswVrrpId} Modify Switch Vrrp
VoIPAPI AddCallForwardingRule1 Post /openapi/v1/{omadacId}/sites/{siteId}/setting/voip/call-forwarding Add call forwarding rules
VoIPAPI BatchDeleteVoipTelephoneBook Post /openapi/v1/{omadacId}/sites/{siteId}/voip/telephone-book/batch-delete Batch Delete Contact Person
VoIPAPI BatchModifyVoipDeviceSetting Patch /openapi/v1/{omadacId}/sites/{siteId}/setting/voip/voip-devices/batch-modify Batch Modify Voip Device Setting
VoIPAPI BindTelephoneNumber Post /openapi/v1/{omadacId}/sites/{siteId}/setting/voip/voip-devices/{deviceMac}/bind-telephone-number Bind Telephone Number
VoIPAPI ClearVoipCallLog Delete /openapi/v1/{omadacId}/sites/{siteId}/voip/call-log/delete-all Delete Voip CallLog Data List
VoIPAPI CreateCallBlockingProfile1 Post /openapi/v1/{omadacId}/sites/{siteId}/setting/voip/call-blocking Create new call blocking profile
VoIPAPI CreateDigitMapProfile Post /openapi/v1/{omadacId}/sites/{siteId}/setting/voip/digit-map Create new digit map profile
VoIPAPI CreateDigitMapProfileTemplate Post /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/setting/voip/digit-map Create new digit map profile template
VoIPAPI CreateProviderProfile1 Post /openapi/v1/{omadacId}/sites/{siteId}/setting/voip/provider-profiles Create new provider profile
VoIPAPI CreateVoipTelephoneBook Post /openapi/v1/{omadacId}/sites/{siteId}/voip/telephone-book Create New Contact Person
VoIPAPI DeleteCallBlockingProfile Post /openapi/v1/{omadacId}/sites/{siteId}/setting/voip/call-blocking/delete Delete call blocking profile
VoIPAPI DeleteCallForwardingRule1 Delete /openapi/v1/{omadacId}/sites/{siteId}/setting/voip/call-forwarding Delete call forwarding rules
VoIPAPI DeleteDigitMapProfile Post /openapi/v1/{omadacId}/sites/{siteId}/setting/voip/digit-map/delete Delete digit map profile
VoIPAPI DeleteDigitMapProfileTemplate Post /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/setting/voip/digit-map/delete Delete digit map profile template
VoIPAPI DeleteProviderProfiles Post /openapi/v1/{omadacId}/sites/{siteId}/setting/voip/provider-profiles/delete Delete provider profile(s)
VoIPAPI DeleteTelephoneNumber Post /openapi/v1/{omadacId}/sites/{siteId}/setting/voip/voip-devices/{deviceMac}/telephone-number/{phoneNumberId} Delete Telephone Number
VoIPAPI DeleteTelephoneNumber1 Delete /openapi/v1/{omadacId}/sites/{siteId}/setting/voip/voice-mail/all Delete all voice mail
VoIPAPI DeleteVoipMail Delete /openapi/v1/{omadacId}/sites/{siteId}/setting/voip/voice-mail/batch-delete Batch delete voice mail
VoIPAPI DeleteVoipTelephoneBook Delete /openapi/v1/{omadacId}/sites/{siteId}/voip/telephone-book/{contactId} Delete Contact Person
VoIPAPI DownloadTelephoneNumberImportResult Get /openapi/v1/{omadacId}/sites/{siteId}/setting/voip/voip-devices/telephone-number/import-result Download telephone number list import result
VoIPAPI DownloadVoiceMail Get /openapi/v1/{omadacId}/sites/{siteId}/setting/voip/voice-mail/{voiceId}/download Get voice mail
VoIPAPI ExportTelephoneNumberListToFile Get /openapi/v1/{omadacId}/sites/{siteId}/setting/voip/voip-devices/telephone-number/export Export telephone number list to file
VoIPAPI GetAllCallBlockingProfiles Get /openapi/v1/{omadacId}/sites/{siteId}/setting/voip/voip-devices/call-blocking Get All Call Blocking Profiles
VoIPAPI GetAllDigitMapProfiles Get /openapi/v1/{omadacId}/sites/{siteId}/setting/voip/voip-devices/digit-map Get All Digit Map Profiles
VoIPAPI GetCallBlockingProfiles1 Get /openapi/v1/{omadacId}/sites/{siteId}/setting/voip/call-blocking Get call blocking profile list
VoIPAPI GetCallForwardingRulesGrid Get /openapi/v1/{omadacId}/sites/{siteId}/setting/voip/call-forwarding/grid Get call forwarding rules
VoIPAPI GetDigitMapProfiles Get /openapi/v1/{omadacId}/sites/{siteId}/setting/voip/digit-map Get digit map profile list
VoIPAPI GetDigitMapProfilesTemplate Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/setting/voip/digit-map Get digit map profile list template
VoIPAPI GetDndSettings1 Get /openapi/v1/{omadacId}/sites/{siteId}/setting/voip/dnd/settings Get DND settings
VoIPAPI GetGridProviderProfileList1 Get /openapi/v1/{omadacId}/sites/{siteId}/setting/voip/grid/provider-profiles Get the grid of provider profile list
VoIPAPI GetGridSimplifiedVoipDevices Get /openapi/v1/{omadacId}/sites/{siteId}/setting/voip/voip-devices/simplied-list Get Grid of Simplified VoIP Devices
VoIPAPI GetGridTelephoneNumberRegistrationResults Get /openapi/v1/{omadacId}/sites/{siteId}/setting/voip/voip-devices/grid/telephone-number Get Grid of Telephone Number Registration Results
VoIPAPI GetTelephoneNumberBatchConfigList Get /openapi/v1/{omadacId}/sites/{siteId}/setting/voip/voip-devices/telephone-number/batch-config-list Get Telephone Number Config List
VoIPAPI GetTelephoneNumberRegistrationResults Get /openapi/v1/{omadacId}/sites/{siteId}/setting/voip/voip-devices/{deviceMac}/registration-result Get Telephone Number Registration Results
VoIPAPI GetUsbInfo Get /openapi/v1/{omadacId}/sites/{siteId}/setting/voip/voice-mail/settings/usbInfo Get USB info
VoIPAPI GetVoipCallLog Get /openapi/v1/{omadacId}/sites/{siteId}/voip/call-log Get Voip CallLog Data List
VoIPAPI GetVoipCallLogEnable1 Get /openapi/v1/{omadacId}/sites/{siteId}/voip/call-log-enable Get Voip CallLog Setting
VoIPAPI GetVoipDeviceList Get /openapi/v1/{omadacId}/sites/{siteId}/setting/voip/voip-devices Get Voip Device List
VoIPAPI GetVoipEmergency1 Get /openapi/v1/{omadacId}/sites/{siteId}/voip/emergency-number-settings Get Voip Emergency Number Info
VoIPAPI GetVoipMailGrid Get /openapi/v1/{omadacId}/sites/{siteId}/setting/voip/voice-mail/grid Get voice mail list
VoIPAPI GetVoipMailSettings Get /openapi/v1/{omadacId}/sites/{siteId}/setting/voip/voice-mail/settings Get voice mail settings
VoIPAPI GetVoipTelephoneBook Get /openapi/v1/{omadacId}/sites/{siteId}/voip/telephone-book Get Voip TelephoneBook List
VoIPAPI ImportTelephoneNumberListFromFile Post /openapi/v1/{omadacId}/sites/{siteId}/setting/voip/voip-devices/telephone-number/import Import telephone number list from file
VoIPAPI ModifyCallBlockingProfile1 Patch /openapi/v1/{omadacId}/sites/{siteId}/setting/voip/call-blocking/{profileId} Modify a call blocking profile
VoIPAPI ModifyCallForwardingRule1 Patch /openapi/v1/{omadacId}/sites/{siteId}/setting/voip/call-forwarding Modify call forwarding rules
VoIPAPI ModifyDigitMapProfile Patch /openapi/v1/{omadacId}/sites/{siteId}/setting/voip/digit-map/{profileId} Modify a digit map profile
VoIPAPI ModifyDigitMapProfileTemplate Patch /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/setting/voip/digit-map/{profileId} Modify a digit map profile template
VoIPAPI ModifyDndSettings1 Patch /openapi/v1/{omadacId}/sites/{siteId}/setting/voip/dnd/settings Modify DND settings
VoIPAPI ModifyProviderProfile1 Patch /openapi/v1/{omadacId}/sites/{siteId}/setting/voip/provider-profiles/{profileId} Modify a provider profile
VoIPAPI ModifyVoipCallLogEnable1 Post /openapi/v1/{omadacId}/sites/{siteId}/voip/call-log-enable Modify Voip CallLog Setting
VoIPAPI ModifyVoipDeviceOsgSetting Patch /openapi/v1/{omadacId}/sites/{siteId}/setting/voip/voip-devices/osg/{deviceMac} Modify Voip Device OSG Setting
VoIPAPI ModifyVoipDeviceSetting Patch /openapi/v1/{omadacId}/sites/{siteId}/setting/voip/voip-devices/{deviceMac} Modify Voip Device AP Setting
VoIPAPI ModifyVoipEmergency1 Patch /openapi/v1/{omadacId}/sites/{siteId}/voip/emergency-number-settings Modify Voip Emergency Number Setting
VoIPAPI ModifyVoipTelephoneBook Patch /openapi/v1/{omadacId}/sites/{siteId}/voip/telephone-book/{contactId} Modify Contact Person
VoIPAPI SetVoipMailSettings Patch /openapi/v1/{omadacId}/sites/{siteId}/setting/voip/voice-mail/settings Edit voice mail settings
VoIPAPI UpdateTelephoneNumberList Patch /openapi/v1/{omadacId}/sites/{siteId}/setting/voip/voip-devices/telephone-number/batch-config-list Update Telephone Number List
VoIPTemplateAPI AddCallForwardingRule Post /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/voip/call-forwarding Create new siteTemplate's Call Forwarding
VoIPTemplateAPI BatchDeleteVoipTelephoneBookTemplate Post /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/voip/telephone-book/batch-delete Batch delete existing Contact Person in siteTemplate
VoIPTemplateAPI CreateCallBlockingProfile Post /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/setting/voip/call-blocking Create new call blocking profile template
VoIPTemplateAPI CreateProviderProfile Post /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/setting/voip/provider-profiles Create new provider profile template
VoIPTemplateAPI CreateVoipTelephoneBookTemplate Post /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/voip/telephone-book Create new siteTemplate's Contact Person
VoIPTemplateAPI DeleteCallBlockingProfile1 Delete /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/setting/voip/call-blocking/delete Delete call blocking profile template
VoIPTemplateAPI DeleteCallForwardingRule Delete /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/voip/call-forwarding Batch delete existing Call Forwarding in siteTemplate
VoIPTemplateAPI DeleteProviderProfiles1 Delete /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/setting/voip/provider-profiles/delete Delete provider profile(s) template
VoIPTemplateAPI DeleteVoipTelephoneBookTemplate Delete /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/voip/telephone-book/{contactId} Delete an existing Contact Person in siteTemplate
VoIPTemplateAPI GetCallBlockingProfiles Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/setting/voip/call-blocking Get call blocking profile list template
VoIPTemplateAPI GetCallForwardingRulesGridTemplate Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/voip/call-forwarding/grid Get siteTemplate's Call Forwarding list
VoIPTemplateAPI GetDndSettings Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/setting/voip/dnd/settings Get DND settings template
VoIPTemplateAPI GetGridProviderProfileList Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/setting/voip/grid/provider-profiles Get the grid of provider profile list template
VoIPTemplateAPI GetVoipCallLogEnable Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/voip/call-log-enable Get siteTemplate's Voip CallLog Setting
VoIPTemplateAPI GetVoipEmergency Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/setting/voip/emergency-number-settings Get Voip Emergency Number Info Template
VoIPTemplateAPI GetVoipTelephoneBookTemplate Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/voip/telephone-book Get siteTemplate's Voip Contact Person list
VoIPTemplateAPI ModifyCallBlockingProfile Patch /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/setting/voip/call-blocking/{profileId} Modify a call blocking profile template
VoIPTemplateAPI ModifyCallForwardingRule Patch /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/voip/call-forwarding/{forwardingRuleId} Modify an existing Call Forwarding in siteTemplate
VoIPTemplateAPI ModifyDndSettings Patch /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/setting/voip/dnd/settings Modify DND settings template
VoIPTemplateAPI ModifyProviderProfile Patch /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/setting/voip/provider-profiles/{profileId} Modify a provider profile template
VoIPTemplateAPI ModifyVoipCallLogEnable Post /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/voip/call-log-enable Modify siteTemplate's Voip CallLog Setting
VoIPTemplateAPI ModifyVoipEmergency Patch /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/setting/voip/emergency-number-settings Modify Voip Emergency Number Setting Template
VoIPTemplateAPI ModifyVoipTelephoneBookTemplate Patch /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/voip/telephone-book/{contactId} Modify an existing Contact Person in siteTemplate
VoucherAPI ClearInvalidVouchersInSelectedGroups Post /openapi/v1/{omadacId}/sites/{siteId}/hotspot/voucher-groups/batch/clear-invalid Delete expired vouchers in voucher groups
VoucherAPI ClearInvalidVouchersInaGroup Delete /openapi/v1/{omadacId}/sites/{siteId}/hotspot/voucher-groups/{groupId}/clear-invalid Delete expired vouchers in a voucher group
VoucherAPI CreateVoucherGroup Post /openapi/v1/{omadacId}/sites/{siteId}/hotspot/voucher-groups Create a new Voucher Group
VoucherAPI DeleteSelectedVoucherGroups Post /openapi/v1/{omadacId}/sites/{siteId}/hotspot/voucher-groups/batch/delete Delete selected Voucher Groups
VoucherAPI DeleteVoucher Delete /openapi/v1/{omadacId}/sites/{siteId}/hotspot/vouchers/{id} Delete an existing voucher
VoucherAPI DeleteVoucherGroup Delete /openapi/v1/{omadacId}/sites/{siteId}/hotspot/voucher-groups/{groupId} Delete an existing Voucher Group
VoucherAPI DeleteVouchers Post /openapi/v1/{omadacId}/sites/{siteId}/hotspot/vouchers/batch/delete Delete selected vouchers
VoucherAPI EditVoucherGroupPattern Patch /openapi/v1/{omadacId}/sites/{siteId}/hotspot/voucher-groups/{groupId}/pattern Edit voucher group pattern
VoucherAPI ExportVouchersWithSiteByCloudAccess Post /openapi/v1/{omadacId}/files/hotspot/sites/{siteId}/vouchers/export Export voucher list to file
VoucherAPI GetAllTimeVoucherSummary Get /openapi/v1/{omadacId}/sites/{siteId}/hotspot/vouchers/statistics/summary Get voucher summary
VoucherAPI GetAllTimeVoucherSummaryForGroup Get /openapi/v1/{omadacId}/sites/{siteId}/hotspot/vouchers/statistics/summary/voucher-groups/{groupId} Get voucher summary for voucher group
VoucherAPI GetGridVoucherGroups Get /openapi/v1/{omadacId}/sites/{siteId}/hotspot/voucher-groups Get Voucher Group List
VoucherAPI GetGroupConfigLimit Get /openapi/v1/{omadacId}/sites/{siteId}/hotspot/voucher-groups/config-limit Get voucher group config limit
VoucherAPI GetVoucher Get /openapi/v1/{omadacId}/sites/{siteId}/hotspot/vouchers/{id} Get a voucher
VoucherAPI GetVoucherCurrencyCandidates Get /openapi/v1/{omadacId}/sites/{siteId}/hotspot/voucher-groups/currency-list Get voucher currency candidates
VoucherAPI GetVoucherDistributionByDuration Get /openapi/v1/{omadacId}/sites/{siteId}/hotspot/vouchers/statistics/history/distribution/duration Get voucher distribution by duration
VoucherAPI GetVoucherDistributionByDurationForGroup Get /openapi/v1/{omadacId}/sites/{siteId}/hotspot/vouchers/statistics/history/distribution/duration/voucher-groups/{groupId} Get voucher distribution of voucher group by duration
VoucherAPI GetVoucherDistributionByPrice Get /openapi/v1/{omadacId}/sites/{siteId}/hotspot/vouchers/statistics/history/distribution/unit-price Get voucher distribution by price
VoucherAPI GetVoucherDistributionByPriceForGroup Get /openapi/v1/{omadacId}/sites/{siteId}/hotspot/vouchers/statistics/history/distribution/unit-price/voucher-groups/{groupId} Get voucher distribution of voucher group by price
VoucherAPI GetVoucherGroupDetail Get /openapi/v1/{omadacId}/sites/{siteId}/hotspot/voucher-groups/{groupId} Get Voucher Group Detail
VoucherAPI GetVoucherGroupOptions Get /openapi/v1/{omadacId}/sites/{siteId}/hotspot/voucher-group-options Get voucher group options
VoucherAPI GetVoucherHistoryStatistics Get /openapi/v1/{omadacId}/sites/{siteId}/hotspot/vouchers/statistics/history Get voucher history statistics
VoucherAPI GetVoucherHistoryStatisticsForGroup Get /openapi/v1/{omadacId}/sites/{siteId}/hotspot/vouchers/statistics/history/voucher-groups/{groupId} Get voucher history statistics of voucher group
VoucherAPI GetVoucherLogo Get /openapi/v1/{omadacId}/sites/{siteId}/hotspot/files/voucher/logos/{picId} Get voucher logo
VoucherAPI ModifyHotspotSetting Patch /openapi/v1/{omadacId}/sites/{siteId}/hotspot/setting Modify voucher currency
VoucherAPI PrintSelectedVoucherGroups Post /openapi/v1/{omadacId}/sites/{siteId}/hotspot/voucher-groups/batch/print-unused Get unused vouchers in selected voucher groups
VoucherAPI PrintVoucherGroup Get /openapi/v1/{omadacId}/sites/{siteId}/hotspot/voucher-groups/{groupId}/print-unused Get unused vouchers in voucher group
VoucherAPI PrintVouchers Post /openapi/v1/{omadacId}/sites/{siteId}/hotspot/vouchers/batch/print Get selected vouchers in a voucher group
VoucherAPI UploadVoucherLogo Post /openapi/v1/{omadacId}/sites/{siteId}/hotspot/files/voucher/logos Upload voucher logo
WLANOptimizationAPI ApplyPlanningHistory Post /openapi/v1/{omadacId}/sites/{siteId}/planningHistory/{id} apply Planning History
WLANOptimizationAPI CancelRadioFrequencyPlanning Post /openapi/v1/{omadacId}/sites/{siteId}/cmd/rfPlanning/cancel cancel Radio Frequency Planning
WLANOptimizationAPI DeletePlanningHistory Delete /openapi/v1/{omadacId}/sites/{siteId}/planningHistory/{id} delete Planning History
WLANOptimizationAPI GetExperienceIndex Get /openapi/v1/{omadacId}/sites/{siteId}/experienceIndex get Experience Index
WLANOptimizationAPI GetGirdPlanningHistorys Get /openapi/v1/{omadacId}/sites/{siteId}/planningHistory get Gird Planning Historys
WLANOptimizationAPI GetPlanningHistory Get /openapi/v1/{omadacId}/sites/{siteId}/planningHistory/{id} Get Planning History
WLANOptimizationAPI GetRFPlanningDeployHistory Get /openapi/v1/{omadacId}/sites/{siteId}/rfplanning/history get RF Planning Deploy History
WLANOptimizationAPI GetRadioFrequencyPlanningConfig Get /openapi/v1/{omadacId}/sites/{siteId}/rfPlanning get Radio Frequency Planning Config
WLANOptimizationAPI GetRadioFrequencyPlanningConfigTemplate Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/rfPlanning/config get Radio Frequency Planning Config Template
WLANOptimizationAPI GetRadioFrequencyPlanningResult Get /openapi/v1/{omadacId}/sites/{siteId}/rfPlanning/result get Radio Frequency Planning Result
WLANOptimizationAPI ModifyExcludeAps Put /openapi/v1/{omadacId}/sites/{siteId}/rfPlanning/excludeAps modify Exclude Aps
WLANOptimizationAPI ModifyRFPlanningDeployConfig Put /openapi/v1/{omadacId}/sites/{siteId}/rfPlanning/config modify RF Planning Deploy Config
WLANOptimizationAPI ModifyRFPlanningDeployConfigTemplate Put /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/rfPlanning/config modify RF Planning Deploy Config Template
WLANOptimizationAPI StartOptimization Post /openapi/v1/{omadacId}/sites/{siteId}/cmd/rfPlanning/optimization start Optimization
WLANOptimizationAPI StartRrmOptimization Post /openapi/v1/{omadacId}/sites/{siteId}/cmd/rfPlanning/rrmOptimization start Rrm Optimization
WebhookSettingAPI CreateWebhookForGlobal Post /openapi/v1/{omadacId}/webhook/settings Create global webhook setting
WebhookSettingAPI DeleteWebhookForGlobal Delete /openapi/v1/{omadacId}/webhook/settings/{webhookId} Delete global webhook setting
WebhookSettingAPI GetWebhookForGlobal Get /openapi/v1/{omadacId}/webhook/settings Get global webhook setting list.
WebhookSettingAPI GetWebhookLogsForGlobal Get /openapi/v1/{omadacId}/webhook/settings/dispatch-logs Get global webhook dispatch log list
WebhookSettingAPI ModifyWebhookForGlobal Patch /openapi/v1/{omadacId}/webhook/settings/{webhookId} Modify global webhook setting
WebhookSettingAPI TestWebhookForGlobal Post /openapi/v1/{omadacId}/webhook/settings/{webhookId} Test global webhook setting
WiredNetworkAPI BatchIsolateLanNetwork1 Post /openapi/v2/{omadacId}/sites/{siteId}/lan-networks/batch-isolate Batch isolate network
WiredNetworkAPI CheckNetworkParamWhenCreate Post /openapi/v1/{omadacId}/sites/{siteId}/networks/param-check Check basic parameters when creating network
WiredNetworkAPI CheckNetworkParamWhenModify Post /openapi/v1/{omadacId}/sites/{siteId}/networks/{networkId}/param-check Check basic parameters when modifying the network
WiredNetworkAPI CheckParamAndGetPreConfig Post /openapi/v1/{omadacId}/sites/{siteId}/networks/check Check all parameters and generate configuration when creating network
WiredNetworkAPI CheckParamAndGetPreConfigWhenModify Post /openapi/v1/{omadacId}/sites/{siteId}/networks/{networkId}/check Check all parameters and generate configuration when modifying the network
WiredNetworkAPI CheckPortBindingParamWhenCreate Post /openapi/v1/{omadacId}/sites/{siteId}/networks/ports-check Check selected ports when creating network
WiredNetworkAPI CheckPortBindingParamWhenModify Post /openapi/v1/{omadacId}/sites/{siteId}/networks/{networkId}/ports-check Check port binding when modifying network
WiredNetworkAPI CheckVirtualWanUsed1 Get /openapi/v1/{omadacId}/sites/{siteId}/setting/virtual-wans/delete-check Check Virtual Wan Used
WiredNetworkAPI CheckWanLanStatus1 Get /openapi/v1/{omadacId}/sites/{siteId}/wan-lan-status Check WAN-LAN status
WiredNetworkAPI ConfirmCreateVlanNetwork Post /openapi/v1/{omadacId}/sites/{siteId}/networks/confirm Confirm create lan network
WiredNetworkAPI ConfirmModifyVlanNetwork Put /openapi/v1/{omadacId}/sites/{siteId}/networks/{networkId}/confirm Confirm modify lan network
WiredNetworkAPI CreateLanDns Post /openapi/v1/{omadacId}/sites/{siteId}/setting/lan/dns Create a LAN DNS rule
WiredNetworkAPI CreateLanNetwork Post /openapi/v1/{omadacId}/sites/{siteId}/lan-networks Create LAN network
WiredNetworkAPI CreateLanNetworkV2 Post /openapi/v2/{omadacId}/sites/{siteId}/lan-networks Create LAN network
WiredNetworkAPI CreateLanProfile Post /openapi/v1/{omadacId}/sites/{siteId}/lan-profiles Create new LAN profile
WiredNetworkAPI CreateOswLanProfile Post /openapi/v2/{omadacId}/sites/{siteId}/lan-profiles Create new switch profile
WiredNetworkAPI CreateVirtualWan Post /openapi/v1/{omadacId}/sites/{siteId}/setting/virtual-wans Create virtual WAN
WiredNetworkAPI CreateVlans1 Post /openapi/v1/{omadacId}/sites/{siteId}/lan-vlans Batch create vlans
WiredNetworkAPI DeleteLanDns Delete /openapi/v1/{omadacId}/sites/{siteId}/setting/lan/dns/{dnsId} Delete an existing LAN DNS rule
WiredNetworkAPI DeleteLanNetwork Delete /openapi/v1/{omadacId}/sites/{siteId}/lan-networks/{networkId} Delete LAN network
WiredNetworkAPI DeleteLanProfile Delete /openapi/v1/{omadacId}/sites/{siteId}/lan-profiles/{profileId} Delete an existing LAN profile
WiredNetworkAPI DeleteOswLanProfile Delete /openapi/v2/{omadacId}/sites/{siteId}/lan-profiles/{profileId} Delete an existing switch profile
WiredNetworkAPI DeleteVirtualWan1 Delete /openapi/v1/{omadacId}/sites/{siteId}/setting/virtual-wans/{virtualWanId} Delete virtual WAN
WiredNetworkAPI GetAllInterfacesForBatchIsolate1 Get /openapi/v2/{omadacId}/sites/{siteId}/lan-networks/isolate/interfaces Get interface List
WiredNetworkAPI GetAllLanNetworks Get /openapi/v1/{omadacId}/sites/{siteId}/lan-networks/all Get all networks for the omada id and site id
WiredNetworkAPI GetAllValidVlansInSiteForSwitchOuiBasedVlan1 Get /openapi/v1/{omadacId}/sites/{siteId}/switch-oui-rules/valid-vlans Get valid vlanList for switch oui based vlan
WiredNetworkAPI GetAutoEffectDevicesWhenCreate Post /openapi/v1/{omadacId}/sites/{siteId}/networks/auto-effect-devices Get auto effect devices when creating network
WiredNetworkAPI GetAutoEffectDevicesWhenModify Post /openapi/v1/{omadacId}/sites/{siteId}/networks/{networkId}/auto-effect-devices Get auto effect devices when modifying network
WiredNetworkAPI GetAutoSelectDevicesWhenModify Post /openapi/v1/{omadacId}/sites/{siteId}/networks/{networkId}/auto-select-devices Get auto select devices when modifying network
WiredNetworkAPI GetAvailableVirtualWan Get /openapi/v1/{omadacId}/sites/{siteId}/setting/available-virtual-wans Query available virtual WAN list
WiredNetworkAPI GetAvailableWanPorts1 Get /openapi/v1/{omadacId}/sites/{siteId}/setting/wan-ports Get available wan ports
WiredNetworkAPI GetBandScanResult Get /openapi/v1/{omadacId}/sites/{siteId}/internet/band-scan/{portUuid} Get band scan result.
WiredNetworkAPI GetDeliveringProcess Get /openapi/v1/{omadacId}/sites/{siteId}/networks/{networkId}/process Get network delivering process and config
WiredNetworkAPI GetDeliveringProcessWithoutConfig Get /openapi/v1/{omadacId}/sites/{siteId}/networks/{networkId}/brief-process Get network delivering process
WiredNetworkAPI GetDevicePortSupportVlansInfo Post /openapi/v1/{omadacId}/sites/{siteId}/networks/device-support-ports Get device port info on whether support any of current vlans
WiredNetworkAPI GetDhcpServerDevCapForNetwork Get /openapi/v1/{omadacId}/sites/{siteId}/networks/{networkId}/dhcp-server/capabilities Get the capabilities of the DHCP server under the network
WiredNetworkAPI GetDhcpServerInfoForNetwork Get /openapi/v1/{omadacId}/sites/{siteId}/networks/{networkId}/dhcp-server-info Get the address pool of the DHCP server under the network and the number of available IPs
WiredNetworkAPI GetGridAllClients1 Get /openapi/v1/{omadacId}/sites/{siteId}/networks/client Get client list
WiredNetworkAPI GetGridLanDns Get /openapi/v1/{omadacId}/sites/{siteId}/setting/lan/dns Get LAN DNS list
WiredNetworkAPI GetGridSupportVlanNetworkDevicesBySite Get /openapi/v1/{omadacId}/sites/{siteId}/networks/devices Get devices list that can be dhcp server
WiredNetworkAPI GetGridVirtualWan Get /openapi/v1/{omadacId}/sites/{siteId}/setting/virtual-wans Query virtual WAN list
WiredNetworkAPI GetGridVlanNetworkAffectedDevicePorts Get /openapi/v1/{omadacId}/sites/{siteId}/networks/{networkId}/vlan/{vlan}/ports Get the ports of devices that use the network
WiredNetworkAPI GetGridVlans Get /openapi/v1/{omadacId}/sites/{siteId}/networks/vlans Get the networks whose purpose is vlan
WiredNetworkAPI GetInterfaceLanNetwork Get /openapi/v1/{omadacId}/sites/{siteId}/lan-networks/interface Get all \"single\"/\"multi\" interface lan network
WiredNetworkAPI GetInterfaceLanNetworkV2 Get /openapi/v2/{omadacId}/sites/{siteId}/lan-networks/interface Get all \"single\"/\"multi\" interface lan network V2
WiredNetworkAPI GetInternet Get /openapi/v1/{omadacId}/sites/{siteId}/internet Get internet info
WiredNetworkAPI GetInternetBasicPortInfo1 Get /openapi/v1/{omadacId}/sites/{siteId}/internet/basic-info Get internet basic info
WiredNetworkAPI GetInternetLoadBalance1 Get /openapi/v1/{omadacId}/sites/{siteId}/internet/load-balance Get internet load balance config
WiredNetworkAPI GetIpptInternet Get /openapi/v1/{omadacId}/sites/{siteId}/gateways/{gatewayMac}/internet Get internet info by mac
WiredNetworkAPI GetIspScanResult Get /openapi/v1/{omadacId}/sites/{siteId}/internet/isp-scan/{portUuid} Get Isp scan result
WiredNetworkAPI GetLanNetwork Get /openapi/v1/{omadacId}/sites/{siteId}/lan-networks/{networkId} Get LAN network
WiredNetworkAPI GetLanNetworkList Get /openapi/v1/{omadacId}/sites/{siteId}/lan-networks Get LAN network list
WiredNetworkAPI GetLanNetworkListV2 Get /openapi/v2/{omadacId}/sites/{siteId}/lan-networks Get LAN network list
WiredNetworkAPI GetLanNetworkListV3 Get /openapi/v3/{omadacId}/sites/{siteId}/lan-networks Get LAN network list V3
WiredNetworkAPI GetLanProfileList Get /openapi/v1/{omadacId}/sites/{siteId}/lan-profiles Get LAN profile list
WiredNetworkAPI GetLoadBalanceWeightStatus Get /openapi/v1/{omadacId}/sites/{siteId}/internet/load-balance/status Check Wan Loadbalance status
WiredNetworkAPI GetLocationAndIspInfo Get /openapi/v1/{omadacId}/sites/{siteId}/internet/location-isp Get location and ISP info
WiredNetworkAPI GetLteWanPortsConfig Get /openapi/v1/{omadacId}/sites/{siteId}/internet/lte/ports-config Get internet lte wan ports config
WiredNetworkAPI GetNetworksWithServersForReservation Get /openapi/v1/{omadacId}/sites/{siteId}/networks/server-for-reservation Get all networks that can reserve IP addresses and their corresponding servers
WiredNetworkAPI GetOswForGivenLanNetworkIds Post /openapi/v1/{omadacId}/sites/{siteId}/networks/switches Get LAN network list
WiredNetworkAPI GetOswLanProfileList Get /openapi/v2/{omadacId}/sites/{siteId}/lan-profiles Get switch profile list
WiredNetworkAPI GetOswPortLanNetInfo Get /openapi/v1/{omadacId}/sites/{siteId}/lan-switch-setting Get switch port profile info
WiredNetworkAPI GetSelectDevicePortsInfo Post /openapi/v1/{omadacId}/sites/{siteId}/networks/devices/ports Get the port information of the selected devices when creating network
WiredNetworkAPI GetSelectDevicePortsInfoWhenModify Post /openapi/v1/{omadacId}/sites/{siteId}/networks/{networkId}/devices/ports Get the port information of the selected devices when modifying the network
WiredNetworkAPI GetSelectStackPortsInfo Post /openapi/v1/{omadacId}/sites/{siteId}/networks/stack/ports Get the port information of the selected stacks when creating network
WiredNetworkAPI GetSelectStackPortsInfoWhenModify Post /openapi/v1/{omadacId}/sites/{siteId}/networks/{networkId}/stack/ports Get the port information of the selected stacks when modifying the network
WiredNetworkAPI GetSimCardBandScanResult Get /openapi/v1/{omadacId}/sites/{siteId}/wan/networks/band-scan/{portUuid}/{simCard} Obtain the bandScan result of the corresponding SIM card
WiredNetworkAPI GetSimCardIspScanResult Get /openapi/v1/{omadacId}/sites/{siteId}/wan/networks/isp-scan/{portUuid}/{simCard} Obtain the ispScan result of the corresponding SIM card
WiredNetworkAPI GetSpeedTestV2Setting Get /openapi/v1/{omadacId}/sites/{siteId}/setting/speedTest Get SpeedTest Setting
WiredNetworkAPI GetSupportInfo Get /openapi/v1/{omadacId}/sites/{siteId}/internet/models Get supported gateway model list for pre-configuration
WiredNetworkAPI GetUseLanProfileES Get /openapi/v1/{omadacId}/sites/{siteId}/lan-profiles/{profileId}/es Query Agile Series switches that used the profile
WiredNetworkAPI GetUseNativeNetworkOsw Post /openapi/v1/{omadacId}/sites/{siteId}/lan-networks/es Query switches that used the Native Network's profile
WiredNetworkAPI GetUseNativeNetworkOswV2 Post /openapi/v1/{omadacId}/sites/{siteId}/lan-networks/es-native Query switches that used the Native Network's profile V2
WiredNetworkAPI GetVlanNetworkAffectedDevice1 Get /openapi/v1/{omadacId}/sites/{siteId}/networks/{networkId}/vlan/{vlan}/devices Get devices list that use the network
WiredNetworkAPI GetVlanNetworkAffectedSsid1 Get /openapi/v1/{omadacId}/sites/{siteId}/networks/{networkId}/vlan/{vlan}/ssids Get grid ssid list that use the vlan
WiredNetworkAPI GetVlanNetworkDevicePortSupportVlanInfo Get /openapi/v1/{omadacId}/sites/{siteId}/networks/{networkId}/vlan/{vlan}/device-support-ports Get device port info on whether support current vlan
WiredNetworkAPI GetWanPortsConfig Get /openapi/v1/{omadacId}/sites/{siteId}/internet/ports-config Get internet ports config
WiredNetworkAPI GetWanPortsMaxSpeed1 Get /openapi/v1/{omadacId}/sites/{siteId}/wan-max-speed Get wan ports max speed
WiredNetworkAPI ModifyGatewayModel Post /openapi/v1/{omadacId}/sites/{siteId}/internet/change-model Modify gateway mode for pre-configuration
WiredNetworkAPI ModifyInternetBasicPortInfo1 Put /openapi/v1/{omadacId}/sites/{siteId}/internet/basic-info Modify the internet basic configuration
WiredNetworkAPI ModifyInternetLoadBalance1 Put /openapi/v1/{omadacId}/sites/{siteId}/internet/load-balance Modify internet load balance config
WiredNetworkAPI ModifyIpptLteWanPortConfig Put /openapi/v1/{omadacId}/sites/{siteId}/gateways/{gatewayMac}/internet/lte/ports-config Modify internet lte port config for ippt
WiredNetworkAPI ModifyIpptWanMode Patch /openapi/v1/{omadacId}/sites/{siteId}/gateways/{gatewayMac}/internet/wan-mode Modify internet wan mode
WiredNetworkAPI ModifyLanDns Patch /openapi/v1/{omadacId}/sites/{siteId}/setting/lan/dns/{dnsId} Modify an existing LAN DNS rule
WiredNetworkAPI ModifyLanNetwork Patch /openapi/v1/{omadacId}/sites/{siteId}/lan-networks/{networkId} Modify LAN network
WiredNetworkAPI ModifyLanNetworkV2 Patch /openapi/v2/{omadacId}/sites/{siteId}/lan-networks/{networkId} Modify LAN network
WiredNetworkAPI ModifyLanProfile Patch /openapi/v1/{omadacId}/sites/{siteId}/lan-profiles/{profileId} Modify a LAN profile
WiredNetworkAPI ModifyLteWanPortConfig Put /openapi/v1/{omadacId}/sites/{siteId}/internet/lte/ports-config Modify internet lte port config
WiredNetworkAPI ModifyOswLanProfile Patch /openapi/v2/{omadacId}/sites/{siteId}/lan-profiles/{profileId} Modify a switch profile
WiredNetworkAPI ModifySpeedTestV2Setting Post /openapi/v1/{omadacId}/sites/{siteId}/setting/speedTest Modify SpeedTest Setting
WiredNetworkAPI ModifyVirtualWan Patch /openapi/v1/{omadacId}/sites/{siteId}/setting/virtual-wans/{virtualWanId} Modify virtual WAN
WiredNetworkAPI ModifyVirtualWanStatus Patch /openapi/v1/{omadacId}/sites/{siteId}/setting/virtual-wans/{virtualWanId}/status Modify virtual WAN status
WiredNetworkAPI ModifyWanPortSettings Patch /openapi/v1/{omadacId}/sites/{siteId}/wan/networks/port-setting Modify Wan Port Settings
WiredNetworkAPI ModifyWanPorts Patch /openapi/v1/{omadacId}/sites/{siteId}/setting/wan-ports Modify Wan Ports
WiredNetworkAPI ModifyWanPortsConfig Put /openapi/v1/{omadacId}/sites/{siteId}/internet/ports-config Modify internet ports config
WiredNetworkAPI NetworkMapping Patch /openapi/v1/{omadacId}/sites/{siteId}/network-mapping Network mapping
WiredNetworkAPI ObtainWanUnsupportedFunction Get /openapi/v1/{omadacId}/sites/{siteId}/wan/networks/unsupportedFunction Get linkage functions that are not supported by WAN
WiredNetworkAPI SpeedTest Post /openapi/v1/{omadacId}/sites/{siteId}/cmd/speedTest SpeedTest
WiredNetworkAPI StartBandScan Post /openapi/v1/{omadacId}/sites/{siteId}/wan/networks/band-scan Start Band scan
WiredNetworkAPI StartIspScan Post /openapi/v1/{omadacId}/sites/{siteId}/wan/networks/isp-scan Start Isp scan
WiredNetworkTemplateAPI BatchIsolateLanNetwork Post /openapi/v2/{omadacId}/sitetemplates/{siteTemplateId}/lan-networks/batch-isolate Batch isolate network
WiredNetworkTemplateAPI CheckNetworkTemplateParamWhenCreate Post /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/networks/param-check Check basic parameters when creating network template
WiredNetworkTemplateAPI CheckNetworkTemplateParamWhenModify Post /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/networks/{networkId}/param-check Check basic parameters when modifying the network
WiredNetworkTemplateAPI CheckTemplateParamAndGetPreConfig Post /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/networks/check Check all parameters and generate configuration when creating network template
WiredNetworkTemplateAPI CheckTemplateParamAndGetPreConfigWhenModify Post /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/networks/{networkId}/check Check all parameters and generate configuration when modifying the network template
WiredNetworkTemplateAPI CheckTemplatePortBindingParamWhenCreate Post /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/networks/ports-check Check selected ports when creating network for site template
WiredNetworkTemplateAPI CheckTemplatePortBindingParamWhenModify Post /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/networks/{networkId}/ports-check Check port binding when modifying network for site template
WiredNetworkTemplateAPI CheckVirtualWanUsed Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/setting/virtual-wans/delete-check Check Virtual Wan Used
WiredNetworkTemplateAPI CheckWanLanStatus Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/wan-lan-status Check template WAN-LAN status
WiredNetworkTemplateAPI ConfirmCreateVlanNetworkTemplate Post /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/networks/confirm Confirm create lan network template
WiredNetworkTemplateAPI ConfirmModifyVlanNetworkTemplate Put /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/networks/{networkId}/confirm Confirm modify lan network template
WiredNetworkTemplateAPI CreateLanDnsTemplate Post /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/lan/dns Create LAN Dns template
WiredNetworkTemplateAPI CreateLanNetworkTemplate Post /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/lan-networks Create LAN network template
WiredNetworkTemplateAPI CreateLanProfileTemplate Post /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/lan-profiles Create new LAN profile template
WiredNetworkTemplateAPI CreateOswLanProfileTemplate Post /openapi/v2/{omadacId}/sitetemplates/{siteTemplateId}/lan-profiles Create new switch profile template
WiredNetworkTemplateAPI CreateVirtualWanTemplate Post /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/setting/virtual-wans Create virtual WAN template
WiredNetworkTemplateAPI CreateVlans Post /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/lan-vlans Batch create vlans template
WiredNetworkTemplateAPI DeleteLanDnsTemplate Delete /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/lan/dns/{dnsId} Delete LAN Dns template
WiredNetworkTemplateAPI DeleteLanNetworkTemplate Delete /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/lan-networks/{networkId} Delete LAN network template
WiredNetworkTemplateAPI DeleteLanProfileTemplate Delete /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/lan-profiles/{profileId} Delete an existing LAN profile template
WiredNetworkTemplateAPI DeleteOswLanProfileTemplate Delete /openapi/v2/{omadacId}/sitetemplates/{siteTemplateId}/lan-profiles/{profileId} Delete an existing switch profile template
WiredNetworkTemplateAPI DeleteVirtualWan Delete /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/setting/virtual-wans/{virtualWanId} Delete virtual WAN template
WiredNetworkTemplateAPI GetAllInterfacesForBatchIsolate Get /openapi/v2/{omadacId}/sitetemplates/{siteTemplateId}/lan-networks/isolate/interfaces Get interface Grid
WiredNetworkTemplateAPI GetAllLanNetworksTemplate Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/lan-networks/all Get all network templates for the omada id and site template id
WiredNetworkTemplateAPI GetAllValidVlansInSiteForSwitchOuiBasedVlan Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/switch-oui-rules/valid-vlans Get valid site template vlanList for switch oui based vlan
WiredNetworkTemplateAPI GetAutoEffectDevicesTemplateWhenCreate Post /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/networks/auto-effect-devices Get auto effect devices when creating network
WiredNetworkTemplateAPI GetAutoEffectDevicesTemplateWhenModify Post /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/networks/{networkId}/auto-effect-devices Get auto effect devices when modifying network
WiredNetworkTemplateAPI GetAutoSelectDevicesTemplateWhenModify Post /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/networks/{networkId}/auto-select-devices Get auto select devices when modifying network
WiredNetworkTemplateAPI GetAvailableVirtualWanTemplate Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/setting/available-virtual-wans Query available virtual WAN list for template
WiredNetworkTemplateAPI GetAvailableWanPorts Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/setting/wan-ports Get available wan ports
WiredNetworkTemplateAPI GetGridSupportVlanNetworkDevicesBySiteTemplate Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/networks/devices Get device template list that can be dhcp server
WiredNetworkTemplateAPI GetGridVirtualWanTemplate Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/setting/virtual-wans Query virtual WAN list template
WiredNetworkTemplateAPI GetInterfaceLanNetworkV21 Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/lan-networks/interface Get all \"single\"/\"multi\" interface lan network template
WiredNetworkTemplateAPI GetInternetBasicPortInfo Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/internet/basic-info Get site template internet basic info
WiredNetworkTemplateAPI GetInternetLoadBalance Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/internet/load-balance Get site template internet load balance config
WiredNetworkTemplateAPI GetInternetTemplate Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/internet Get internet info
WiredNetworkTemplateAPI GetLanDnsTemplateList Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/lan/dns Get LAN Dns template list
WiredNetworkTemplateAPI GetLanNetworkTemplate Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/lan-networks/{networkId} Get LAN network template
WiredNetworkTemplateAPI GetLanNetworkTemplateList Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/lan-networks Get LAN network template list
WiredNetworkTemplateAPI GetLanNetworkTemplateListV3 Get /openapi/v3/{omadacId}/sitetemplates/{siteTemplateId}/lan-networks Get LAN network template list
WiredNetworkTemplateAPI GetLanProfileTemplateList Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/lan-profiles Get LAN profile template list
WiredNetworkTemplateAPI GetLoadBalanceWeightStatusTemplate Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/internet/load-balance/status Check Wan Loadbalance status
WiredNetworkTemplateAPI GetOswLanProfileTemplateList Get /openapi/v2/{omadacId}/sitetemplates/{siteTemplateId}/lan-profiles Get switch profile template list
WiredNetworkTemplateAPI GetSelectDeviceTemplatePortsInfo Post /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/networks/devices/ports Get the port information of the selected device templates when creating network for site template
WiredNetworkTemplateAPI GetSelectDeviceTemplatePortsInfoWhenModify Post /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/networks/{networkId}/devices/ports Get the port information of the selected device templates when modifying the network for site template
WiredNetworkTemplateAPI GetSpeedTestV2SettingTemplate Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/setting/speedTest Get SpeedTest Setting Template
WiredNetworkTemplateAPI GetSupportPortsDeviceTemplates Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/devicetemplates/support-ports Get grid devices templates that support ports config.
WiredNetworkTemplateAPI GetTemplateGridVlanNetworkAffectedDevicePorts Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/networks/{networkId}/vlan/{vlan}/ports Get the ports of devices template that use the network
WiredNetworkTemplateAPI GetUseLanProfileESTemplateList Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/lan-profiles/{profileId}/es Get Use LAN profile ES template list
WiredNetworkTemplateAPI GetVlanNetworkAffectedDevice Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/networks/{networkId}/vlan/{vlan}/devices Get device template list that use the network
WiredNetworkTemplateAPI GetVlanNetworkAffectedSsid Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/networks/{networkId}/vlan/{vlan}/ssids Get grid ssid template list that use the vlan
WiredNetworkTemplateAPI GetWanPortsMaxSpeed Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/wan-max-speed Get wan ports max speed
WiredNetworkTemplateAPI ModifyInternetBasicPortInfo Put /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/internet/basic-info Modify site template internet basic configuration
WiredNetworkTemplateAPI ModifyInternetLoadBalance Put /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/internet/load-balance Modify site template internet load balance config
WiredNetworkTemplateAPI ModifyLanDnsTemplate Patch /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/lan/dns/{dnsId} Modify LAN Dns template
WiredNetworkTemplateAPI ModifyLanNetworkTemplate Patch /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/lan-networks/{networkId} Modify LAN network template
WiredNetworkTemplateAPI ModifyLanProfileTemplate Patch /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/lan-profiles/{profileId} Modify a LAN profile template
WiredNetworkTemplateAPI ModifyOswLanProfileTemplate Patch /openapi/v2/{omadacId}/sitetemplates/{siteTemplateId}/lan-profiles/{profileId} Modify a switch profile template
WiredNetworkTemplateAPI ModifySpeedTestV2SettingTemplate Post /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/setting/speedTest Modify SpeedTest Setting Template
WiredNetworkTemplateAPI ModifyVirtualWanStatusTemplate Patch /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/setting/virtual-wans/{virtualWanId}/status Modify virtual WAN status template
WiredNetworkTemplateAPI ModifyVirtualWanTemplate Patch /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/setting/virtual-wans/{virtualWanId} Modify virtual WAN template
WiredNetworkTemplateAPI ModifyWanPortsTemplate Patch /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/setting/wan-ports Modify Wan Ports
WireguardVPNAPI CreatePeer Post /openapi/v1/{omadacId}/sites/{siteId}/vpn/wireguard-peers Create new wireguard peer
WireguardVPNAPI CreateWireguard Post /openapi/v1/{omadacId}/sites/{siteId}/vpn/wireguards Create new wireguard
WireguardVPNAPI DeletePeer Delete /openapi/v1/{omadacId}/sites/{siteId}/vpn/wireguard-peers/{id} Delete an existing wireguard peer
WireguardVPNAPI DeleteWireguard Delete /openapi/v1/{omadacId}/sites/{siteId}/vpn/wireguards/{id} Delete an existing wireguard
WireguardVPNAPI GetWireguardKey Get /openapi/v1/{omadacId}/sites/{siteId}/vpn/wireguard-key Get new private key and public key
WireguardVPNAPI GetWireguardSummary Get /openapi/v1/{omadacId}/sites/{siteId}/vpn/wireguard-summarys Get all wireguard's id and name info
WireguardVPNAPI ListPeer Get /openapi/v1/{omadacId}/sites/{siteId}/vpn/wireguard-peers Get wireguard peer list
WireguardVPNAPI ListWireguard Get /openapi/v1/{omadacId}/sites/{siteId}/vpn/wireguards Get wireguard list
WireguardVPNAPI ModifyPeer Put /openapi/v1/{omadacId}/sites/{siteId}/vpn/wireguard-peers/{id} Modify an existing wireguard peer
WireguardVPNAPI ModifyWireguard Put /openapi/v1/{omadacId}/sites/{siteId}/vpn/wireguards/{id} Modify an existing wireguard
WirelessIDSIPSAPI GetWidsConfig Get /openapi/v1/{omadacId}/sites/{siteId}/network-security/wireless-ids Get wireless IDS config
WirelessIDSIPSAPI GetWipsConfig Get /openapi/v1/{omadacId}/sites/{siteId}/network-security/wireless-ips Get wireless IPS config
WirelessIDSIPSAPI ModifyWidsConfig Put /openapi/v1/{omadacId}/sites/{siteId}/network-security/wireless-ids Modify wireless IDS config
WirelessIDSIPSAPI ModifyWipsConfig Put /openapi/v1/{omadacId}/sites/{siteId}/network-security/wireless-ips Modify wireless IPS config
WirelessIDSIPSTemplateAPI GetWidsConfigTemplate Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/network-security/wireless-ids Get wireless IDS config template
WirelessIDSIPSTemplateAPI GetWipsConfigTemplate Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/network-security/wireless-ips Get wireless IPS config template
WirelessIDSIPSTemplateAPI ModifyWidsConfigTemplate Put /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/network-security/wireless-ids Modify wireless IDS config template
WirelessIDSIPSTemplateAPI ModifyWipsConfigTemplate Put /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/network-security/wireless-ips Modify wireless IPS config template
WirelessNetworkAPI CountWlans Get /openapi/v1/{omadacId}/sites/{siteId}/wireless-network/cmd/countWlans Check if the number of WLAN groups is out of limit
WirelessNetworkAPI CreateSsid Post /openapi/v1/{omadacId}/sites/{siteId}/wireless-network/wlans/{wlanId}/ssids Create new SSID
WirelessNetworkAPI CreateWlanGroup Post /openapi/v1/{omadacId}/sites/{siteId}/wireless-network/wlans Create new WLAN group
WirelessNetworkAPI DeleteSsid Delete /openapi/v1/{omadacId}/sites/{siteId}/wireless-network/wlans/{wlanId}/ssids/{ssidId} Delete an existing SSID
WirelessNetworkAPI DeleteWlanGroup Delete /openapi/v1/{omadacId}/sites/{siteId}/wireless-network/wlans/{wlanId} Delete an existing WLAN group
WirelessNetworkAPI GetGridWlanGroup Get /openapi/v2/{omadacId}/sites/{siteId}/wireless-network/wlans Get WLAN group list paging query
WirelessNetworkAPI GetSiteApExist6G Get /openapi/v1/{omadacId}/sites/{siteId}/wireless-network/multi-band-6g/exist Get the site exists 6G ap
WirelessNetworkAPI GetSsidDetail Get /openapi/v1/{omadacId}/sites/{siteId}/wireless-network/wlans/{wlanId}/ssids/{ssidId} Get SSID detail info
WirelessNetworkAPI GetSsidList Get /openapi/v1/{omadacId}/sites/{siteId}/wireless-network/wlans/{wlanId}/ssids Get SSID list
WirelessNetworkAPI GetSsidsBySite Get /openapi/v1/{omadacId}/sites/{siteId}/wireless-network/ssids Get all ssids of the site
WirelessNetworkAPI GetWlanGroupList Get /openapi/v1/{omadacId}/sites/{siteId}/wireless-network/wlans Get WLAN group list
WirelessNetworkAPI UpdateSsidBasicConfig Patch /openapi/v1/{omadacId}/sites/{siteId}/wireless-network/wlans/{wlanId}/ssids/{ssidId}/update-basic-config Update SSID basic config
WirelessNetworkAPI UpdateSsidDhcpOptionConfig Patch /openapi/v1/{omadacId}/sites/{siteId}/wireless-network/wlans/{wlanId}/ssids/{ssidId}/update-dhcp-option Update SSID DHCP option 82 config
WirelessNetworkAPI UpdateSsidHotspotV2Setting Patch /openapi/v1/{omadacId}/sites/{siteId}/wireless-network/wlans/{wlanId}/ssids/{ssidId}/update-hotspotv2 Update SSID Hotspot2.0 config
WirelessNetworkAPI UpdateSsidMacFilterConfig Patch /openapi/v1/{omadacId}/sites/{siteId}/wireless-network/wlans/{wlanId}/ssids/{ssidId}/update-mac-filter Update SSID mac filter config
WirelessNetworkAPI UpdateSsidMultiCastConfig Patch /openapi/v1/{omadacId}/sites/{siteId}/wireless-network/wlans/{wlanId}/ssids/{ssidId}/update-multicast-config Update SSID Multicast/Broadcast management config
WirelessNetworkAPI UpdateSsidRateControlConfig Patch /openapi/v1/{omadacId}/sites/{siteId}/wireless-network/wlans/{wlanId}/ssids/{ssidId}/update-rate-control Update SSID 802.11 rate control config
WirelessNetworkAPI UpdateSsidRateLimitConfig Patch /openapi/v1/{omadacId}/sites/{siteId}/wireless-network/wlans/{wlanId}/ssids/{ssidId}/update-rate-limit Update SSID rate limit config
WirelessNetworkAPI UpdateSsidWlanSchedule Patch /openapi/v1/{omadacId}/sites/{siteId}/wireless-network/wlans/{wlanId}/ssids/{ssidId}/update-wlan-schedule Update SSID WLAN schedule config
WirelessNetworkAPI UpdateWlanGroup Patch /openapi/v1/{omadacId}/sites/{siteId}/wireless-network/wlans/{wlanId} Modify an existing WLAN group
WirelessNetworkTemplateAPI CountWlansTemplate Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/wireless-network/cmd/countWlans Check if the number of WLAN groups is out of limit
WirelessNetworkTemplateAPI CreateSsidTemplate Post /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/wireless-network/wlans/{wlanId}/ssids Create new SSID template
WirelessNetworkTemplateAPI CreateWlanGroupTemplate Post /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/wireless-network/wlans Create new WLAN group template
WirelessNetworkTemplateAPI DeleteSsidTemplate Delete /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/wireless-network/wlans/{wlanId}/ssids/{ssidId} Delete an existing SSID template
WirelessNetworkTemplateAPI DeleteWlanGroupTemplate Delete /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/wireless-network/wlans/{wlanId} Delete an existing WLAN group template
WirelessNetworkTemplateAPI GetGridWlanGroupTemplate Get /openapi/v2/{omadacId}/sitetemplates/{siteTemplateId}/wireless-network/wlans Get WLAN group template list paging query
WirelessNetworkTemplateAPI GetSsidDetailTemplate Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/wireless-network/wlans/{wlanId}/ssids/{ssidId} Get SSID template detail info
WirelessNetworkTemplateAPI GetSsidListTemplate Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/wireless-network/wlans/{wlanId}/ssids Get SSID template list
WirelessNetworkTemplateAPI GetWlanGroupListTemplate Get /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/wireless-network/wlans Get WLAN group template list
WirelessNetworkTemplateAPI UpdateSsidBasicConfigTemplate Patch /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/wireless-network/wlans/{wlanId}/ssids/{ssidId}/update-basic-config Update SSID template basic config
WirelessNetworkTemplateAPI UpdateSsidDhcpOptionConfigTemplate Patch /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/wireless-network/wlans/{wlanId}/ssids/{ssidId}/update-dhcp-option Update SSID template DHCP option 82 config
WirelessNetworkTemplateAPI UpdateSsidHotspotV2SettingTemplate Patch /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/wireless-network/wlans/{wlanId}/ssids/{ssidId}/update-hotspotv2 Update SSID template Hotspot2.0 config
WirelessNetworkTemplateAPI UpdateSsidMacFilterConfigTemplate Patch /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/wireless-network/wlans/{wlanId}/ssids/{ssidId}/update-mac-filter Update SSID template mac filter config
WirelessNetworkTemplateAPI UpdateSsidMultiCastConfigTemplate Patch /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/wireless-network/wlans/{wlanId}/ssids/{ssidId}/update-multicast-config Update SSID template Multicast/Broadcast management config
WirelessNetworkTemplateAPI UpdateSsidRateControlConfigTemplate Patch /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/wireless-network/wlans/{wlanId}/ssids/{ssidId}/update-rate-control Update SSID template 802.11 rate control config
WirelessNetworkTemplateAPI UpdateSsidRateLimitConfigTemplate Patch /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/wireless-network/wlans/{wlanId}/ssids/{ssidId}/update-rate-limit Update SSID template rate limit config
WirelessNetworkTemplateAPI UpdateSsidWlanScheduleTemplate Patch /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/wireless-network/wlans/{wlanId}/ssids/{ssidId}/update-wlan-schedule Update SSID template WLAN schedule config
WirelessNetworkTemplateAPI UpdateWlanGroupTemplate Patch /openapi/v1/{omadacId}/sitetemplates/{siteTemplateId}/wireless-network/wlans/{wlanId} Modify an existing WLAN group template

Documentation For Models

Documentation For Authorization

Authentication schemes defined for the API:

AccessToken

  • Type: API key
  • API key parameter name: Authorization
  • Location: HTTP header

Note, each API key must be added to a map of map[string]APIKey where the key is: AccessToken and passed in as the auth context for each request.

Example

auth := context.WithValue(
        context.Background(),
        omada.ContextAPIKeys,
        map[string]omada.APIKey{
            "AccessToken": {Key: "API_KEY_STRING"},
        },
    )
r, err := client.Service.Operation(auth, args)

Documentation for Utility Methods

Due to the fact that model structure members are all pointers, this package contains a number of utility functions to easily obtain pointers to values of basic types. Each of these functions takes a value of the given basic type and returns a pointer to it:

  • PtrBool
  • PtrInt
  • PtrInt32
  • PtrInt64
  • PtrFloat
  • PtrFloat32
  • PtrFloat64
  • PtrString
  • PtrTime

Author