Skip to content

Commit

Permalink
0.2.25
Browse files Browse the repository at this point in the history
  • Loading branch information
tmunzer committed Jul 25, 2024
1 parent 4b82280 commit d76e2db
Show file tree
Hide file tree
Showing 150 changed files with 9,632 additions and 9,240 deletions.
33 changes: 24 additions & 9 deletions doc/client.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,6 @@ The gateway for the SDK. This class acts as a factory for the Controllers and al
| orgsDevices | Gets OrgsDevices |
| orgsDevicesOthers | Gets OrgsDevicesOthers |
| orgsDevicesSSR | Gets OrgsDevicesSSR |
| orgsDevicesWANCluster | Gets OrgsDevicesWANCluster |
| orgsDevicesStats | Gets OrgsDevicesStats |
| orgsDevicesZscaler | Gets OrgsDevicesZscaler |
| orgsEVPNTopologies | Gets OrgsEVPNTopologies |
| orgsGatewayTemplates | Gets OrgsGatewayTemplates |
| orgsGuests | Gets OrgsGuests |
Expand Down Expand Up @@ -115,12 +112,21 @@ The gateway for the SDK. This class acts as a factory for the Controllers and al
| orgsServicePolicies | Gets OrgsServicePolicies |
| orgsServices | Gets OrgsServices |
| orgsSetting | Gets OrgsSetting |
| orgsSettingZscaler | Gets OrgsSettingZscaler |
| orgsSiteTemplates | Gets OrgsSiteTemplates |
| orgsSitegroups | Gets OrgsSitegroups |
| orgsSites | Gets OrgsSites |
| orgsStats | Gets OrgsStats |
| orgsStatsAssets | Gets OrgsStatsAssets |
| orgsStatsBGPPeers | Gets OrgsStatsBGPPeers |
| orgsStatsDevices | Gets OrgsStatsDevices |
| orgsStatsMxEdges | Gets OrgsStatsMxEdges |
| orgsStatsOtherDevices | Gets OrgsStatsOtherDevices |
| orgsStatsPorts | Gets OrgsStatsPorts |
| orgsStatsTunnels | Gets OrgsStatsTunnels |
| orgsStatsVPNPeers | Gets OrgsStatsVPNPeers |
| orgsSubscriptions | Gets OrgsSubscriptions |
| orgsTickets | Gets OrgsTickets |
| orgsTunnels | Gets OrgsTunnels |
| orgsUserMACs | Gets OrgsUserMACs |
| orgsVPNs | Gets OrgsVPNs |
| orgsVars | Gets OrgsVars |
Expand Down Expand Up @@ -172,21 +178,17 @@ The gateway for the SDK. This class acts as a factory for the Controllers and al
| sitesAssetFilters | Gets SitesAssetFilters |
| sitesAssets | Gets SitesAssets |
| sitesBeacons | Gets SitesBeacons |
| sitesCalls | Gets SitesCalls |
| sitesClientsNAC | Gets SitesClientsNAC |
| sitesClientsSDK | Gets SitesClientsSDK |
| sitesClientsWan | Gets SitesClientsWan |
| sitesClientsWired | Gets SitesClientsWired |
| sitesClientsWireless | Gets SitesClientsWireless |
| sitesDeviceProfiles | Gets SitesDeviceProfiles |
| sitesDevices | Gets SitesDevices |
| sitesDevicesDiscoveredSwitches | Gets SitesDevicesDiscoveredSwitches |
| sitesDevicesOthers | Gets SitesDevicesOthers |
| sitesDevicesWANCluster | Gets SitesDevicesWANCluster |
| sitesDevicesWired | Gets SitesDevicesWired |
| sitesDevicesWiredVirtualChassis | Gets SitesDevicesWiredVirtualChassis |
| sitesDevicesWireless | Gets SitesDevicesWireless |
| sitesDevicesStats | Gets SitesDevicesStats |
| sitesEVPNTopologies | Gets SitesEVPNTopologies |
| sitesEvents | Gets SitesEvents |
| sitesGatewayTemplates | Gets SitesGatewayTemplates |
Expand All @@ -196,7 +198,6 @@ The gateway for the SDK. This class acts as a factory for the Controllers and al
| sitesLicenses | Gets SitesLicenses |
| sitesLocation | Gets SitesLocation |
| sitesMaps | Gets SitesMaps |
| sitesMapsAutoOrientation | Gets SitesMapsAutoOrientation |
| sitesMapsAutoPlacement | Gets SitesMapsAutoPlacement |
| sitesMxEdges | Gets SitesMxEdges |
| sitesNetworkTemplates | Gets SitesNetworkTemplates |
Expand All @@ -213,6 +214,20 @@ The gateway for the SDK. This class acts as a factory for the Controllers and al
| sitesSetting | Gets SitesSetting |
| sitesSiteTemplates | Gets SitesSiteTemplates |
| sitesSkyatp | Gets SitesSkyatp |
| sitesStats | Gets SitesStats |
| sitesStatsApps | Gets SitesStatsApps |
| sitesStatsAssets | Gets SitesStatsAssets |
| sitesStatsBGPPeers | Gets SitesStatsBGPPeers |
| sitesStatsBeacons | Gets SitesStatsBeacons |
| sitesStatsCalls | Gets SitesStatsCalls |
| sitesStatsClientsSDK | Gets SitesStatsClientsSDK |
| sitesStatsClientsWireless | Gets SitesStatsClientsWireless |
| sitesStatsDevices | Gets SitesStatsDevices |
| sitesStatsDiscoveredSwitches | Gets SitesStatsDiscoveredSwitches |
| sitesStatsMxEdges | Gets SitesStatsMxEdges |
| sitesStatsPorts | Gets SitesStatsPorts |
| sitesStatsWxRules | Gets SitesStatsWxRules |
| sitesStatsZones | Gets SitesStatsZones |
| sitesSyntheticTests | Gets SitesSyntheticTests |
| sitesUISettings | Gets SitesUISettings |
| sitesVPNs | Gets SitesVPNs |
Expand Down
3 changes: 3 additions & 0 deletions doc/controllers/admins.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Admins

Admin API calls can be used to create, manage or authenticate Mist administrators.
To register administrators into an existing MSP account or Organization, please check * [Invite Msp Admin]($e/MSPs%20Admins/inviteMspAdmin) * [Invite Org Admin]($e/Orgs%20Admins/inviteOrgAdmin)

```go
admins := client.Admins()
```
Expand Down
8 changes: 4 additions & 4 deletions doc/controllers/constants-definitions.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ constantsDefinitions := client.ConstantsDefinitions()

# List Alarm Definitions

Get List of brief definitions of all the supported alarm types. The
example field contains an example payload as you would recieve in the
alarm webhook output.
Get List of brief definitions of all the supported alarm types.

HA cluster node names will be specified in the `node` field, if applicable.
The example field contains an example payload as you would recieve in the alarm webhook output.

HA cluster node names will be specified in the `node` field, if applicable.'

```go
ListAlarmDefinitions(
Expand Down
Loading

0 comments on commit d76e2db

Please sign in to comment.