The Cisco Meraki Dashboard API is a modern REST API based on the OpenAPI specification.
Date: 05 April, 2023
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: 1.32.0
- Package version: v1.32.0
- Build package: org.openapitools.codegen.languages.GoClientCodegen For more information, please visit https://meraki.io/community
Install the following dependencies:
go get github.com/stretchr/testify/assert
go get golang.org/x/net/contextPut the package under your project folder and add the following in import:
import meraki "github.com/dpnetca/meraki"To use a proxy, set the environment variable HTTP_PROXY:
os.Setenv("HTTP_PROXY", "http://proxy_name:proxy_port")Default configuration comes with Servers field that contains server objects as defined in the OpenAPI specification.
For using other server than the one defined on index 0 set context value sw.ContextServerIndex of type int.
ctx := context.WithValue(context.Background(), meraki.ContextServerIndex, 1)Templated server URL is formatted using default variables from configuration or from context value sw.ContextServerVariables of type map[string]string.
ctx := context.WithValue(context.Background(), meraki.ContextServerVariables, map[string]string{
"basePath": "v2",
})Note, enum values are always validated and all unused variables are silently ignored.
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 sw.ContextOperationServerIndices and sw.ContextOperationServerVariables context maps.
ctx := context.WithValue(context.Background(), meraki.ContextOperationServerIndices, map[string]int{
"{classname}Service.{nickname}": 2,
})
ctx = context.WithValue(context.Background(), meraki.ContextOperationServerVariables, map[string]map[string]string{
"{classname}Service.{nickname}": {
"port": "8443",
},
})All URIs are relative to https://api.meraki.com/api/v1
| Class | Method | HTTP request | Description |
|---|---|---|---|
| AccessControlListsApi | GetNetworkSwitchAccessControlLists | Get /networks/{networkId}/switch/accessControlLists | Return the access control lists for a MS network |
| AccessControlListsApi | UpdateNetworkSwitchAccessControlLists | Put /networks/{networkId}/switch/accessControlLists | Update the access control lists for a MS network |
| AccessPoliciesApi | CreateNetworkSwitchAccessPolicy | Post /networks/{networkId}/switch/accessPolicies | Create an access policy for a switch network |
| AccessPoliciesApi | DeleteNetworkSwitchAccessPolicy | Delete /networks/{networkId}/switch/accessPolicies/{accessPolicyNumber} | Delete an access policy for a switch network |
| AccessPoliciesApi | GetNetworkSwitchAccessPolicies | Get /networks/{networkId}/switch/accessPolicies | List the access policies for a switch network |
| AccessPoliciesApi | GetNetworkSwitchAccessPolicy | Get /networks/{networkId}/switch/accessPolicies/{accessPolicyNumber} | Return a specific access policy for a switch network |
| AccessPoliciesApi | UpdateNetworkSwitchAccessPolicy | Put /networks/{networkId}/switch/accessPolicies/{accessPolicyNumber} | Update an access policy for a switch network |
| AclsApi | CreateOrganizationAdaptivePolicyAcl | Post /organizations/{organizationId}/adaptivePolicy/acls | Creates new adaptive policy ACL |
| AclsApi | DeleteOrganizationAdaptivePolicyAcl | Delete /organizations/{organizationId}/adaptivePolicy/acls/{aclId} | Deletes the specified adaptive policy ACL |
| AclsApi | GetOrganizationAdaptivePolicyAcl | Get /organizations/{organizationId}/adaptivePolicy/acls/{aclId} | Returns the adaptive policy ACL information |
| AclsApi | GetOrganizationAdaptivePolicyAcls | Get /organizations/{organizationId}/adaptivePolicy/acls | List adaptive policy ACLs in a organization |
| AclsApi | UpdateOrganizationAdaptivePolicyAcl | Put /organizations/{organizationId}/adaptivePolicy/acls/{aclId} | Updates an adaptive policy ACL |
| ActionBatchesApi | CreateOrganizationActionBatch | Post /organizations/{organizationId}/actionBatches | Create an action batch |
| ActionBatchesApi | DeleteOrganizationActionBatch | Delete /organizations/{organizationId}/actionBatches/{actionBatchId} | Delete an action batch |
| ActionBatchesApi | GetOrganizationActionBatch | Get /organizations/{organizationId}/actionBatches/{actionBatchId} | Return an action batch |
| ActionBatchesApi | GetOrganizationActionBatches | Get /organizations/{organizationId}/actionBatches | Return the list of action batches in the organization |
| ActionBatchesApi | UpdateOrganizationActionBatch | Put /organizations/{organizationId}/actionBatches/{actionBatchId} | Update an action batch |
| AdaptivePolicyApi | CreateOrganizationAdaptivePolicyAcl | Post /organizations/{organizationId}/adaptivePolicy/acls | Creates new adaptive policy ACL |
| AdaptivePolicyApi | CreateOrganizationAdaptivePolicyGroup | Post /organizations/{organizationId}/adaptivePolicy/groups | Creates a new adaptive policy group |
| AdaptivePolicyApi | CreateOrganizationAdaptivePolicyPolicy | Post /organizations/{organizationId}/adaptivePolicy/policies | Add an Adaptive Policy |
| AdaptivePolicyApi | DeleteOrganizationAdaptivePolicyAcl | Delete /organizations/{organizationId}/adaptivePolicy/acls/{aclId} | Deletes the specified adaptive policy ACL |
| AdaptivePolicyApi | DeleteOrganizationAdaptivePolicyGroup | Delete /organizations/{organizationId}/adaptivePolicy/groups/{id} | Deletes the specified adaptive policy group and any associated policies and references |
| AdaptivePolicyApi | DeleteOrganizationAdaptivePolicyPolicy | Delete /organizations/{organizationId}/adaptivePolicy/policies/{id} | Delete an Adaptive Policy |
| AdaptivePolicyApi | GetOrganizationAdaptivePolicyAcl | Get /organizations/{organizationId}/adaptivePolicy/acls/{aclId} | Returns the adaptive policy ACL information |
| AdaptivePolicyApi | GetOrganizationAdaptivePolicyAcls | Get /organizations/{organizationId}/adaptivePolicy/acls | List adaptive policy ACLs in a organization |
| AdaptivePolicyApi | GetOrganizationAdaptivePolicyGroup | Get /organizations/{organizationId}/adaptivePolicy/groups/{id} | Returns an adaptive policy group |
| AdaptivePolicyApi | GetOrganizationAdaptivePolicyGroups | Get /organizations/{organizationId}/adaptivePolicy/groups | List adaptive policy groups in a organization |
| AdaptivePolicyApi | GetOrganizationAdaptivePolicyOverview | Get /organizations/{organizationId}/adaptivePolicy/overview | Returns adaptive policy aggregate statistics for an organization |
| AdaptivePolicyApi | GetOrganizationAdaptivePolicyPolicies | Get /organizations/{organizationId}/adaptivePolicy/policies | List adaptive policies in an organization |
| AdaptivePolicyApi | GetOrganizationAdaptivePolicyPolicy | Get /organizations/{organizationId}/adaptivePolicy/policies/{id} | Return an adaptive policy |
| AdaptivePolicyApi | GetOrganizationAdaptivePolicySettings | Get /organizations/{organizationId}/adaptivePolicy/settings | Returns global adaptive policy settings in an organization |
| AdaptivePolicyApi | UpdateOrganizationAdaptivePolicyAcl | Put /organizations/{organizationId}/adaptivePolicy/acls/{aclId} | Updates an adaptive policy ACL |
| AdaptivePolicyApi | UpdateOrganizationAdaptivePolicyGroup | Put /organizations/{organizationId}/adaptivePolicy/groups/{id} | Updates an adaptive policy group |
| AdaptivePolicyApi | UpdateOrganizationAdaptivePolicyPolicy | Put /organizations/{organizationId}/adaptivePolicy/policies/{id} | Update an Adaptive Policy |
| AdaptivePolicyApi | UpdateOrganizationAdaptivePolicySettings | Put /organizations/{organizationId}/adaptivePolicy/settings | Update global adaptive policy settings |
| AddressesApi | GetOrganizationDevicesUplinksAddressesByDevice | Get /organizations/{organizationId}/devices/uplinks/addresses/byDevice | List the current uplink addresses for devices in an organization. |
| AdministeredApi | GetAdministeredIdentitiesMe | Get /administered/identities/me | Returns the identity of the current user. |
| AdminsApi | CreateOrganizationAdmin | Post /organizations/{organizationId}/admins | Create a new dashboard administrator |
| AdminsApi | DeleteOrganizationAdmin | Delete /organizations/{organizationId}/admins/{adminId} | Revoke all access for a dashboard administrator within this organization |
| AdminsApi | GetOrganizationAdmins | Get /organizations/{organizationId}/admins | List the dashboard administrators in this organization |
| AdminsApi | UpdateOrganizationAdmin | Put /organizations/{organizationId}/admins/{adminId} | Update an administrator |
| AirMarshalApi | GetNetworkWirelessAirMarshal | Get /networks/{networkId}/wireless/airMarshal | List Air Marshal scan results from a network |
| AlertTypesApi | GetOrganizationWebhooksAlertTypes | Get /organizations/{organizationId}/webhooks/alertTypes | Return a list of alert types to be used with managing webhook alerts |
| AlertsApi | CreateNetworkSensorAlertsProfile | Post /networks/{networkId}/sensor/alerts/profiles | Creates a sensor alert profile for a network. |
| AlertsApi | CreateOrganizationAlertsProfile | Post /organizations/{organizationId}/alerts/profiles | Create an organization-wide alert configuration |
| AlertsApi | DeleteNetworkSensorAlertsProfile | Delete /networks/{networkId}/sensor/alerts/profiles/{id} | Deletes a sensor alert profile from a network. |
| AlertsApi | DeleteOrganizationAlertsProfile | Delete /organizations/{organizationId}/alerts/profiles/{alertConfigId} | Removes an organization-wide alert config |
| AlertsApi | GetNetworkAlertsHistory | Get /networks/{networkId}/alerts/history | Return the alert history for this network |
| AlertsApi | GetNetworkAlertsSettings | Get /networks/{networkId}/alerts/settings | Return the alert configuration for this network |
| AlertsApi | GetNetworkHealthAlerts | Get /networks/{networkId}/health/alerts | Return all global alerts on this network |
| AlertsApi | GetNetworkSensorAlertsCurrentOverviewByMetric | Get /networks/{networkId}/sensor/alerts/current/overview/byMetric | Return an overview of currently alerting sensors by metric |
| AlertsApi | GetNetworkSensorAlertsOverviewByMetric | Get /networks/{networkId}/sensor/alerts/overview/byMetric | Return an overview of alert occurrences over a timespan, by metric |
| AlertsApi | GetNetworkSensorAlertsProfile | Get /networks/{networkId}/sensor/alerts/profiles/{id} | Show details of a sensor alert profile for a network. |
| AlertsApi | GetNetworkSensorAlertsProfiles | Get /networks/{networkId}/sensor/alerts/profiles | Lists all sensor alert profiles for a network. |
| AlertsApi | GetOrganizationAlertsProfiles | Get /organizations/{organizationId}/alerts/profiles | List all organization-wide alert configurations |
| AlertsApi | UpdateNetworkAlertsSettings | Put /networks/{networkId}/alerts/settings | Update the alert configuration for this network |
| AlertsApi | UpdateNetworkSensorAlertsProfile | Put /networks/{networkId}/sensor/alerts/profiles/{id} | Updates a sensor alert profile for a network. |
| AlertsApi | UpdateOrganizationAlertsProfile | Put /organizations/{organizationId}/alerts/profiles/{alertConfigId} | Update an organization-wide alert config |
| AlternateManagementInterfaceApi | GetNetworkSwitchAlternateManagementInterface | Get /networks/{networkId}/switch/alternateManagementInterface | Return the switch alternate management interface for the network |
| AlternateManagementInterfaceApi | GetNetworkWirelessAlternateManagementInterface | Get /networks/{networkId}/wireless/alternateManagementInterface | Return alternate management interface and devices with IP assigned |
| AlternateManagementInterfaceApi | UpdateNetworkSwitchAlternateManagementInterface | Put /networks/{networkId}/switch/alternateManagementInterface | Update the switch alternate management interface for the network |
| AlternateManagementInterfaceApi | UpdateNetworkWirelessAlternateManagementInterface | Put /networks/{networkId}/wireless/alternateManagementInterface | Update alternate management interface and device static IP |
| AnalyticsApi | GetDeviceCameraAnalyticsLive | Get /devices/{serial}/camera/analytics/live | Returns live state from camera of analytics zones |
| AnalyticsApi | GetDeviceCameraAnalyticsOverview | Get /devices/{serial}/camera/analytics/overview | Returns an overview of aggregate analytics data for a timespan |
| AnalyticsApi | GetDeviceCameraAnalyticsRecent | Get /devices/{serial}/camera/analytics/recent | Returns most recent record for analytics zones |
| AnalyticsApi | GetDeviceCameraAnalyticsZoneHistory | Get /devices/{serial}/camera/analytics/zones/{zoneId}/history | Return historical records for analytic zones |
| AnalyticsApi | GetDeviceCameraAnalyticsZones | Get /devices/{serial}/camera/analytics/zones | Returns all configured analytic zones for this camera |
| ApiRequestsApi | GetOrganizationApiRequests | Get /organizations/{organizationId}/apiRequests | List the API requests made by an organization |
| ApiRequestsApi | GetOrganizationApiRequestsOverview | Get /organizations/{organizationId}/apiRequests/overview | Return an aggregated overview of API requests data |
| ApiRequestsApi | GetOrganizationApiRequestsOverviewResponseCodesByInterval | Get /organizations/{organizationId}/apiRequests/overview/responseCodes/byInterval | Tracks organizations' API requests by response code across a given time period |
| ApnsCertApi | GetOrganizationSmApnsCert | Get /organizations/{organizationId}/sm/apnsCert | Get the organization's APNS certificate |
| ApplianceApi | CreateDeviceApplianceVmxAuthenticationToken | Post /devices/{serial}/appliance/vmx/authenticationToken | Generate a new vMX authentication token |
| ApplianceApi | CreateNetworkAppliancePrefixesDelegatedStatic | Post /networks/{networkId}/appliance/prefixes/delegated/statics | Add a static delegated prefix from a network |
| ApplianceApi | CreateNetworkApplianceStaticRoute | Post /networks/{networkId}/appliance/staticRoutes | Add a static route for an MX or teleworker network |
| ApplianceApi | CreateNetworkApplianceTrafficShapingCustomPerformanceClass | Post /networks/{networkId}/appliance/trafficShaping/customPerformanceClasses | Add a custom performance class for an MX network |
| ApplianceApi | CreateNetworkApplianceVlan | Post /networks/{networkId}/appliance/vlans | Add a VLAN |
| ApplianceApi | DeleteNetworkAppliancePrefixesDelegatedStatic | Delete /networks/{networkId}/appliance/prefixes/delegated/statics/{staticDelegatedPrefixId} | Delete a static delegated prefix from a network |
| ApplianceApi | DeleteNetworkApplianceStaticRoute | Delete /networks/{networkId}/appliance/staticRoutes/{staticRouteId} | Delete a static route from an MX or teleworker network |
| ApplianceApi | DeleteNetworkApplianceTrafficShapingCustomPerformanceClass | Delete /networks/{networkId}/appliance/trafficShaping/customPerformanceClasses/{customPerformanceClassId} | Delete a custom performance class from an MX network |
| ApplianceApi | DeleteNetworkApplianceVlan | Delete /networks/{networkId}/appliance/vlans/{vlanId} | Delete a VLAN from a network |
| ApplianceApi | GetDeviceApplianceDhcpSubnets | Get /devices/{serial}/appliance/dhcp/subnets | Return the DHCP subnet information for an appliance |
| ApplianceApi | GetDeviceAppliancePerformance | Get /devices/{serial}/appliance/performance | Return the performance score for a single MX |
| ApplianceApi | GetDeviceAppliancePrefixesDelegated | Get /devices/{serial}/appliance/prefixes/delegated | Return current delegated IPv6 prefixes on an appliance. |
| ApplianceApi | GetDeviceAppliancePrefixesDelegatedVlanAssignments | Get /devices/{serial}/appliance/prefixes/delegated/vlanAssignments | Return prefixes assigned to all IPv6 enabled VLANs on an appliance. |
| ApplianceApi | GetDeviceApplianceUplinksSettings | Get /devices/{serial}/appliance/uplinks/settings | Return the uplink settings for an MX appliance |
| ApplianceApi | GetNetworkApplianceClientSecurityEvents | Get /networks/{networkId}/appliance/clients/{clientId}/security/events | List the security events for a client |
| ApplianceApi | GetNetworkApplianceConnectivityMonitoringDestinations | Get /networks/{networkId}/appliance/connectivityMonitoringDestinations | Return the connectivity testing destinations for an MX network |
| ApplianceApi | GetNetworkApplianceContentFiltering | Get /networks/{networkId}/appliance/contentFiltering | Return the content filtering settings for an MX network |
| ApplianceApi | GetNetworkApplianceContentFilteringCategories | Get /networks/{networkId}/appliance/contentFiltering/categories | List all available content filtering categories for an MX network |
| ApplianceApi | GetNetworkApplianceFirewallCellularFirewallRules | Get /networks/{networkId}/appliance/firewall/cellularFirewallRules | Return the cellular firewall rules for an MX network |
| ApplianceApi | GetNetworkApplianceFirewallFirewalledService | Get /networks/{networkId}/appliance/firewall/firewalledServices/{service} | Return the accessibility settings of the given service ('ICMP', 'web', or 'SNMP') |
| ApplianceApi | GetNetworkApplianceFirewallFirewalledServices | Get /networks/{networkId}/appliance/firewall/firewalledServices | List the appliance services and their accessibility rules |
| ApplianceApi | GetNetworkApplianceFirewallInboundCellularFirewallRules | Get /networks/{networkId}/appliance/firewall/inboundCellularFirewallRules | Return the inbound cellular firewall rules for an MX network |
| ApplianceApi | GetNetworkApplianceFirewallInboundFirewallRules | Get /networks/{networkId}/appliance/firewall/inboundFirewallRules | Return the inbound firewall rules for an MX network |
| ApplianceApi | GetNetworkApplianceFirewallL3FirewallRules | Get /networks/{networkId}/appliance/firewall/l3FirewallRules | Return the L3 firewall rules for an MX network |
| ApplianceApi | GetNetworkApplianceFirewallL7FirewallRules | Get /networks/{networkId}/appliance/firewall/l7FirewallRules | List the MX L7 firewall rules for an MX network |
| ApplianceApi | GetNetworkApplianceFirewallL7FirewallRulesApplicationCategories | Get /networks/{networkId}/appliance/firewall/l7FirewallRules/applicationCategories | Return the L7 firewall application categories and their associated applications for an MX network |
| ApplianceApi | GetNetworkApplianceFirewallOneToManyNatRules | Get /networks/{networkId}/appliance/firewall/oneToManyNatRules | Return the 1:Many NAT mapping rules for an MX network |
| ApplianceApi | GetNetworkApplianceFirewallOneToOneNatRules | Get /networks/{networkId}/appliance/firewall/oneToOneNatRules | Return the 1:1 NAT mapping rules for an MX network |
| ApplianceApi | GetNetworkApplianceFirewallPortForwardingRules | Get /networks/{networkId}/appliance/firewall/portForwardingRules | Return the port forwarding rules for an MX network |
| ApplianceApi | GetNetworkApplianceFirewallSettings | Get /networks/{networkId}/appliance/firewall/settings | Return the firewall settings for this network |
| ApplianceApi | GetNetworkAppliancePort | Get /networks/{networkId}/appliance/ports/{portId} | Return per-port VLAN settings for a single MX port. |
| ApplianceApi | GetNetworkAppliancePorts | Get /networks/{networkId}/appliance/ports | List per-port VLAN settings for all ports of a MX. |
| ApplianceApi | GetNetworkAppliancePrefixesDelegatedStatic | Get /networks/{networkId}/appliance/prefixes/delegated/statics/{staticDelegatedPrefixId} | Return a static delegated prefix from a network |
| ApplianceApi | GetNetworkAppliancePrefixesDelegatedStatics | Get /networks/{networkId}/appliance/prefixes/delegated/statics | List static delegated prefixes for a network |
| ApplianceApi | GetNetworkApplianceSecurityEvents | Get /networks/{networkId}/appliance/security/events | List the security events for a network |
| ApplianceApi | GetNetworkApplianceSecurityIntrusion | Get /networks/{networkId}/appliance/security/intrusion | Returns all supported intrusion settings for an MX network |
| ApplianceApi | GetNetworkApplianceSecurityMalware | Get /networks/{networkId}/appliance/security/malware | Returns all supported malware settings for an MX network |
| ApplianceApi | GetNetworkApplianceSettings | Get /networks/{networkId}/appliance/settings | Return the appliance settings for a network |
| ApplianceApi | GetNetworkApplianceSingleLan | Get /networks/{networkId}/appliance/singleLan | Return single LAN configuration |
| ApplianceApi | GetNetworkApplianceSsid | Get /networks/{networkId}/appliance/ssids/{number} | Return a single MX SSID |
| ApplianceApi | GetNetworkApplianceSsids | Get /networks/{networkId}/appliance/ssids | List the MX SSIDs in a network |
| ApplianceApi | GetNetworkApplianceStaticRoute | Get /networks/{networkId}/appliance/staticRoutes/{staticRouteId} | Return a static route for an MX or teleworker network |
| ApplianceApi | GetNetworkApplianceStaticRoutes | Get /networks/{networkId}/appliance/staticRoutes | List the static routes for an MX or teleworker network |
| ApplianceApi | GetNetworkApplianceTrafficShaping | Get /networks/{networkId}/appliance/trafficShaping | Display the traffic shaping settings for an MX network |
| ApplianceApi | GetNetworkApplianceTrafficShapingCustomPerformanceClass | Get /networks/{networkId}/appliance/trafficShaping/customPerformanceClasses/{customPerformanceClassId} | Return a custom performance class for an MX network |
| ApplianceApi | GetNetworkApplianceTrafficShapingCustomPerformanceClasses | Get /networks/{networkId}/appliance/trafficShaping/customPerformanceClasses | List all custom performance classes for an MX network |
| ApplianceApi | GetNetworkApplianceTrafficShapingRules | Get /networks/{networkId}/appliance/trafficShaping/rules | Display the traffic shaping settings rules for an MX network |
| ApplianceApi | GetNetworkApplianceTrafficShapingUplinkBandwidth | Get /networks/{networkId}/appliance/trafficShaping/uplinkBandwidth | Returns the uplink bandwidth limits for your MX network |
| ApplianceApi | GetNetworkApplianceTrafficShapingUplinkSelection | Get /networks/{networkId}/appliance/trafficShaping/uplinkSelection | Show uplink selection settings for an MX network |
| ApplianceApi | GetNetworkApplianceUplinksUsageHistory | Get /networks/{networkId}/appliance/uplinks/usageHistory | Get the sent and received bytes for each uplink of a network. |
| ApplianceApi | GetNetworkApplianceVlan | Get /networks/{networkId}/appliance/vlans/{vlanId} | Return a VLAN |
| ApplianceApi | GetNetworkApplianceVlans | Get /networks/{networkId}/appliance/vlans | List the VLANs for an MX network |
| ApplianceApi | GetNetworkApplianceVlansSettings | Get /networks/{networkId}/appliance/vlans/settings | Returns the enabled status of VLANs for the network |
| ApplianceApi | GetNetworkApplianceVpnBgp | Get /networks/{networkId}/appliance/vpn/bgp | Return a Hub BGP Configuration |
| ApplianceApi | GetNetworkApplianceVpnSiteToSiteVpn | Get /networks/{networkId}/appliance/vpn/siteToSiteVpn | Return the site-to-site VPN settings of a network |
| ApplianceApi | GetNetworkApplianceWarmSpare | Get /networks/{networkId}/appliance/warmSpare | Return MX warm spare settings |
| ApplianceApi | GetOrganizationApplianceSecurityEvents | Get /organizations/{organizationId}/appliance/security/events | List the security events for an organization |
| ApplianceApi | GetOrganizationApplianceSecurityIntrusion | Get /organizations/{organizationId}/appliance/security/intrusion | Returns all supported intrusion settings for an organization |
| ApplianceApi | GetOrganizationApplianceUplinkStatuses | Get /organizations/{organizationId}/appliance/uplink/statuses | List the uplink status of every Meraki MX and Z series appliances in the organization |
| ApplianceApi | GetOrganizationApplianceVpnStats | Get /organizations/{organizationId}/appliance/vpn/stats | Show VPN history stat for networks in an organization |
| ApplianceApi | GetOrganizationApplianceVpnStatuses | Get /organizations/{organizationId}/appliance/vpn/statuses | Show VPN status for networks in an organization |
| ApplianceApi | GetOrganizationApplianceVpnThirdPartyVPNPeers | Get /organizations/{organizationId}/appliance/vpn/thirdPartyVPNPeers | Return the third party VPN peers for an organization |
| ApplianceApi | GetOrganizationApplianceVpnVpnFirewallRules | Get /organizations/{organizationId}/appliance/vpn/vpnFirewallRules | Return the firewall rules for an organization's site-to-site VPN |
| ApplianceApi | SwapNetworkApplianceWarmSpare | Post /networks/{networkId}/appliance/warmSpare/swap | Swap MX primary and warm spare appliances |
| ApplianceApi | UpdateDeviceApplianceUplinksSettings | Put /devices/{serial}/appliance/uplinks/settings | Update the uplink settings for an MX appliance |
| ApplianceApi | UpdateNetworkApplianceConnectivityMonitoringDestinations | Put /networks/{networkId}/appliance/connectivityMonitoringDestinations | Update the connectivity testing destinations for an MX network |
| ApplianceApi | UpdateNetworkApplianceContentFiltering | Put /networks/{networkId}/appliance/contentFiltering | Update the content filtering settings for an MX network |
| ApplianceApi | UpdateNetworkApplianceFirewallCellularFirewallRules | Put /networks/{networkId}/appliance/firewall/cellularFirewallRules | Update the cellular firewall rules of an MX network |
| ApplianceApi | UpdateNetworkApplianceFirewallFirewalledService | Put /networks/{networkId}/appliance/firewall/firewalledServices/{service} | Updates the accessibility settings for the given service ('ICMP', 'web', or 'SNMP') |
| ApplianceApi | UpdateNetworkApplianceFirewallInboundCellularFirewallRules | Put /networks/{networkId}/appliance/firewall/inboundCellularFirewallRules | Update the inbound cellular firewall rules of an MX network |
| ApplianceApi | UpdateNetworkApplianceFirewallInboundFirewallRules | Put /networks/{networkId}/appliance/firewall/inboundFirewallRules | Update the inbound firewall rules of an MX network |
| ApplianceApi | UpdateNetworkApplianceFirewallL3FirewallRules | Put /networks/{networkId}/appliance/firewall/l3FirewallRules | Update the L3 firewall rules of an MX network |
| ApplianceApi | UpdateNetworkApplianceFirewallL7FirewallRules | Put /networks/{networkId}/appliance/firewall/l7FirewallRules | Update the MX L7 firewall rules for an MX network |
| ApplianceApi | UpdateNetworkApplianceFirewallOneToManyNatRules | Put /networks/{networkId}/appliance/firewall/oneToManyNatRules | Set the 1:Many NAT mapping rules for an MX network |
| ApplianceApi | UpdateNetworkApplianceFirewallOneToOneNatRules | Put /networks/{networkId}/appliance/firewall/oneToOneNatRules | Set the 1:1 NAT mapping rules for an MX network |
| ApplianceApi | UpdateNetworkApplianceFirewallPortForwardingRules | Put /networks/{networkId}/appliance/firewall/portForwardingRules | Update the port forwarding rules for an MX network |
| ApplianceApi | UpdateNetworkApplianceFirewallSettings | Put /networks/{networkId}/appliance/firewall/settings | Update the firewall settings for this network |
| ApplianceApi | UpdateNetworkAppliancePort | Put /networks/{networkId}/appliance/ports/{portId} | Update the per-port VLAN settings for a single MX port. |
| ApplianceApi | UpdateNetworkAppliancePrefixesDelegatedStatic | Put /networks/{networkId}/appliance/prefixes/delegated/statics/{staticDelegatedPrefixId} | Update a static delegated prefix from a network |
| ApplianceApi | UpdateNetworkApplianceSecurityIntrusion | Put /networks/{networkId}/appliance/security/intrusion | Set the supported intrusion settings for an MX network |
| ApplianceApi | UpdateNetworkApplianceSecurityMalware | Put /networks/{networkId}/appliance/security/malware | Set the supported malware settings for an MX network |
| ApplianceApi | UpdateNetworkApplianceSettings | Put /networks/{networkId}/appliance/settings | Update the appliance settings for a network |
| ApplianceApi | UpdateNetworkApplianceSingleLan | Put /networks/{networkId}/appliance/singleLan | Update single LAN configuration |
| ApplianceApi | UpdateNetworkApplianceSsid | Put /networks/{networkId}/appliance/ssids/{number} | Update the attributes of an MX SSID |
| ApplianceApi | UpdateNetworkApplianceStaticRoute | Put /networks/{networkId}/appliance/staticRoutes/{staticRouteId} | Update a static route for an MX or teleworker network |
| ApplianceApi | UpdateNetworkApplianceTrafficShaping | Put /networks/{networkId}/appliance/trafficShaping | Update the traffic shaping settings for an MX network |
| ApplianceApi | UpdateNetworkApplianceTrafficShapingCustomPerformanceClass | Put /networks/{networkId}/appliance/trafficShaping/customPerformanceClasses/{customPerformanceClassId} | Update a custom performance class for an MX network |
| ApplianceApi | UpdateNetworkApplianceTrafficShapingRules | Put /networks/{networkId}/appliance/trafficShaping/rules | Update the traffic shaping settings rules for an MX network |
| ApplianceApi | UpdateNetworkApplianceTrafficShapingUplinkBandwidth | Put /networks/{networkId}/appliance/trafficShaping/uplinkBandwidth | Updates the uplink bandwidth settings for your MX network. |
| ApplianceApi | UpdateNetworkApplianceTrafficShapingUplinkSelection | Put /networks/{networkId}/appliance/trafficShaping/uplinkSelection | Update uplink selection settings for an MX network |
| ApplianceApi | UpdateNetworkApplianceVlan | Put /networks/{networkId}/appliance/vlans/{vlanId} | Update a VLAN |
| ApplianceApi | UpdateNetworkApplianceVlansSettings | Put /networks/{networkId}/appliance/vlans/settings | Enable/Disable VLANs for the given network |
| ApplianceApi | UpdateNetworkApplianceVpnBgp | Put /networks/{networkId}/appliance/vpn/bgp | Update a Hub BGP Configuration |
| ApplianceApi | UpdateNetworkApplianceVpnSiteToSiteVpn | Put /networks/{networkId}/appliance/vpn/siteToSiteVpn | Update the site-to-site VPN settings of a network |
| ApplianceApi | UpdateNetworkApplianceWarmSpare | Put /networks/{networkId}/appliance/warmSpare | Update MX warm spare settings |
| ApplianceApi | UpdateOrganizationApplianceSecurityIntrusion | Put /organizations/{organizationId}/appliance/security/intrusion | Sets supported intrusion settings for an organization |
| ApplianceApi | UpdateOrganizationApplianceVpnThirdPartyVPNPeers | Put /organizations/{organizationId}/appliance/vpn/thirdPartyVPNPeers | Update the third party VPN peers for an organization |
| ApplianceApi | UpdateOrganizationApplianceVpnVpnFirewallRules | Put /organizations/{organizationId}/appliance/vpn/vpnFirewallRules | Update the firewall rules of an organization's site-to-site VPN |
| AppliancesApi | GetOrganizationSummaryTopAppliancesByUtilization | Get /organizations/{organizationId}/summary/top/appliances/byUtilization | Return the top 10 appliances sorted by utilization over given time range. |
| ApplicationCategoriesApi | GetNetworkApplianceFirewallL7FirewallRulesApplicationCategories | Get /networks/{networkId}/appliance/firewall/l7FirewallRules/applicationCategories | Return the L7 firewall application categories and their associated applications for an MX network |
| ApplicationCategoriesApi | GetNetworkTrafficShapingApplicationCategories | Get /networks/{networkId}/trafficShaping/applicationCategories | Returns the application categories for traffic shaping rules. |
| ApplicationUsageApi | GetNetworkClientsApplicationUsage | Get /networks/{networkId}/clients/applicationUsage | Return the application usage data for clients |
| ApplicationsApi | GetNetworkInsightApplicationHealthByTime | Get /networks/{networkId}/insight/applications/{applicationId}/healthByTime | Get application health by time |
| ApplicationsApi | GetOrganizationInsightApplications | Get /organizations/{organizationId}/insight/applications | List all Insight tracked applications |
| ArpInspectionApi | CreateNetworkSwitchDhcpServerPolicyArpInspectionTrustedServer | Post /networks/{networkId}/switch/dhcpServerPolicy/arpInspection/trustedServers | Add a server to be trusted by Dynamic ARP Inspection on this network |
| ArpInspectionApi | DeleteNetworkSwitchDhcpServerPolicyArpInspectionTrustedServer | Delete /networks/{networkId}/switch/dhcpServerPolicy/arpInspection/trustedServers/{trustedServerId} | Remove a server from being trusted by Dynamic ARP Inspection on this network |
| ArpInspectionApi | GetNetworkSwitchDhcpServerPolicyArpInspectionTrustedServers | Get /networks/{networkId}/switch/dhcpServerPolicy/arpInspection/trustedServers | Return the list of servers trusted by Dynamic ARP Inspection on this network |
| ArpInspectionApi | GetNetworkSwitchDhcpServerPolicyArpInspectionWarningsByDevice | Get /networks/{networkId}/switch/dhcpServerPolicy/arpInspection/warnings/byDevice | Return the devices that have a Dynamic ARP Inspection warning and their warnings |
| ArpInspectionApi | UpdateNetworkSwitchDhcpServerPolicyArpInspectionTrustedServer | Put /networks/{networkId}/switch/dhcpServerPolicy/arpInspection/trustedServers/{trustedServerId} | Update a server that is trusted by Dynamic ARP Inspection on this network |
| ArtifactsApi | CreateOrganizationCameraCustomAnalyticsArtifact | Post /organizations/{organizationId}/camera/customAnalytics/artifacts | Create custom analytics artifact |
| ArtifactsApi | DeleteOrganizationCameraCustomAnalyticsArtifact | Delete /organizations/{organizationId}/camera/customAnalytics/artifacts/{artifactId} | Delete Custom Analytics Artifact |
| ArtifactsApi | GetOrganizationCameraCustomAnalyticsArtifact | Get /organizations/{organizationId}/camera/customAnalytics/artifacts/{artifactId} | Get Custom Analytics Artifact |
| ArtifactsApi | GetOrganizationCameraCustomAnalyticsArtifacts | Get /organizations/{organizationId}/camera/customAnalytics/artifacts | List Custom Analytics Artifacts |
| AuthenticationTokenApi | CreateDeviceApplianceVmxAuthenticationToken | Post /devices/{serial}/appliance/vmx/authenticationToken | Generate a new vMX authentication token |
| AvailabilitiesApi | GetOrganizationDevicesAvailabilities | Get /organizations/{organizationId}/devices/availabilities | List the availability information for devices in an organization |
| BandwidthUsageHistoryApi | GetNetworkClientsBandwidthUsageHistory | Get /networks/{networkId}/clients/bandwidthUsageHistory | Returns a timeseries of total traffic consumption rates for all clients on a network within a given timespan, in megabits per second. |
| BandwidthUsageHistoryApi | GetOrganizationClientsBandwidthUsageHistory | Get /organizations/{organizationId}/clients/bandwidthUsageHistory | Return data usage (in megabits per second) over time for all clients in the given organization within a given time range. |
| BgpApi | GetNetworkApplianceVpnBgp | Get /networks/{networkId}/appliance/vpn/bgp | Return a Hub BGP Configuration |
| BgpApi | UpdateNetworkApplianceVpnBgp | Put /networks/{networkId}/appliance/vpn/bgp | Update a Hub BGP Configuration |
| BillingApi | GetNetworkWirelessBilling | Get /networks/{networkId}/wireless/billing | Return the billing settings of this network |
| BillingApi | UpdateNetworkWirelessBilling | Put /networks/{networkId}/wireless/billing | Update the billing settings |
| BluetoothApi | GetDeviceWirelessBluetoothSettings | Get /devices/{serial}/wireless/bluetooth/settings | Return the bluetooth settings for a wireless device |
| BluetoothApi | GetNetworkWirelessBluetoothSettings | Get /networks/{networkId}/wireless/bluetooth/settings | Return the Bluetooth settings for a network. <a href="https://documentation.meraki.com/MR/Bluetooth/Bluetooth_Low_Energy_(BLE)\">Bluetooth settings</a> must be enabled on the network. |
| BluetoothApi | UpdateDeviceWirelessBluetoothSettings | Put /devices/{serial}/wireless/bluetooth/settings | Update the bluetooth settings for a wireless device |
| BluetoothApi | UpdateNetworkWirelessBluetoothSettings | Put /networks/{networkId}/wireless/bluetooth/settings | Update the Bluetooth settings for a network |
| BluetoothClientsApi | GetNetworkBluetoothClient | Get /networks/{networkId}/bluetoothClients/{bluetoothClientId} | Return a Bluetooth client |
| BluetoothClientsApi | GetNetworkBluetoothClients | Get /networks/{networkId}/bluetoothClients | List the Bluetooth clients seen by APs in this network |
| BonjourForwardingApi | GetNetworkWirelessSsidBonjourForwarding | Get /networks/{networkId}/wireless/ssids/{number}/bonjourForwarding | List the Bonjour forwarding setting and rules for the SSID |
| BonjourForwardingApi | UpdateNetworkWirelessSsidBonjourForwarding | Put /networks/{networkId}/wireless/ssids/{number}/bonjourForwarding | Update the bonjour forwarding setting and rules for the SSID |
| BrandingPoliciesApi | CreateOrganizationBrandingPolicy | Post /organizations/{organizationId}/brandingPolicies | Add a new branding policy to an organization |
| BrandingPoliciesApi | DeleteOrganizationBrandingPolicy | Delete /organizations/{organizationId}/brandingPolicies/{brandingPolicyId} | Delete a branding policy |
| BrandingPoliciesApi | GetOrganizationBrandingPolicies | Get /organizations/{organizationId}/brandingPolicies | List the branding policies of an organization |
| BrandingPoliciesApi | GetOrganizationBrandingPoliciesPriorities | Get /organizations/{organizationId}/brandingPolicies/priorities | Return the branding policy IDs of an organization in priority order |
| BrandingPoliciesApi | GetOrganizationBrandingPolicy | Get /organizations/{organizationId}/brandingPolicies/{brandingPolicyId} | Return a branding policy |
| BrandingPoliciesApi | UpdateOrganizationBrandingPoliciesPriorities | Put /organizations/{organizationId}/brandingPolicies/priorities | Update the priority ordering of an organization's branding policies. |
| BrandingPoliciesApi | UpdateOrganizationBrandingPolicy | Put /organizations/{organizationId}/brandingPolicies/{brandingPolicyId} | Update a branding policy |
| ByClientApi | GetNetworkPoliciesByClient | Get /networks/{networkId}/policies/byClient | Get policies for all clients with policies |
| ByDeviceApi | GetNetworkSwitchDhcpServerPolicyArpInspectionWarningsByDevice | Get /networks/{networkId}/switch/dhcpServerPolicy/arpInspection/warnings/byDevice | Return the devices that have a Dynamic ARP Inspection warning and their warnings |
| ByDeviceApi | GetOrganizationDevicesPowerModulesStatusesByDevice | Get /organizations/{organizationId}/devices/powerModules/statuses/byDevice | List the power status information for devices in an organization |
| ByDeviceApi | GetOrganizationDevicesUplinksAddressesByDevice | Get /organizations/{organizationId}/devices/uplinks/addresses/byDevice | List the current uplink addresses for devices in an organization. |
| ByDeviceApi | GetOrganizationFirmwareUpgradesByDevice | Get /organizations/{organizationId}/firmware/upgrades/byDevice | Get firmware upgrade status for the filtered devices |
| ByEnergyUsageApi | GetOrganizationSummaryTopSwitchesByEnergyUsage | Get /organizations/{organizationId}/summary/top/switches/byEnergyUsage | Return metrics for organization's top 10 switches by energy usage over given time range |
| ByIntervalApi | GetOrganizationApiRequestsOverviewResponseCodesByInterval | Get /organizations/{organizationId}/apiRequests/overview/responseCodes/byInterval | Tracks organizations' API requests by response code across a given time period |
| ByMetricApi | GetNetworkSensorAlertsCurrentOverviewByMetric | Get /networks/{networkId}/sensor/alerts/current/overview/byMetric | Return an overview of currently alerting sensors by metric |
| ByMetricApi | GetNetworkSensorAlertsOverviewByMetric | Get /networks/{networkId}/sensor/alerts/overview/byMetric | Return an overview of alert occurrences over a timespan, by metric |
| BySwitchApi | GetOrganizationSwitchPortsBySwitch | Get /organizations/{organizationId}/switch/ports/bySwitch | List the switchports in an organization by switch |
| ByUsageApi | GetOrganizationSummaryTopClientsByUsage | Get /organizations/{organizationId}/summary/top/clients/byUsage | Return metrics for organization's top 10 clients by data usage (in mb) over given time range. |
| ByUsageApi | GetOrganizationSummaryTopClientsManufacturersByUsage | Get /organizations/{organizationId}/summary/top/clients/manufacturers/byUsage | Return metrics for organization's top clients by data usage (in mb) over given time range, grouped by manufacturer. |
| ByUsageApi | GetOrganizationSummaryTopDevicesByUsage | Get /organizations/{organizationId}/summary/top/devices/byUsage | Return metrics for organization's top 10 devices sorted by data usage over given time range |
| ByUsageApi | GetOrganizationSummaryTopDevicesModelsByUsage | Get /organizations/{organizationId}/summary/top/devices/models/byUsage | Return metrics for organization's top 10 device models sorted by data usage over given time range |
| ByUsageApi | GetOrganizationSummaryTopSsidsByUsage | Get /organizations/{organizationId}/summary/top/ssids/byUsage | Return metrics for organization's top 10 ssids by data usage over given time range |
| ByUtilizationApi | GetOrganizationSummaryTopAppliancesByUtilization | Get /organizations/{organizationId}/summary/top/appliances/byUtilization | Return the top 10 appliances sorted by utilization over given time range. |
| BypassActivationLockAttemptsApi | CreateNetworkSmBypassActivationLockAttempt | Post /networks/{networkId}/sm/bypassActivationLockAttempts | Bypass activation lock attempt |
| BypassActivationLockAttemptsApi | GetNetworkSmBypassActivationLockAttempt | Get /networks/{networkId}/sm/bypassActivationLockAttempts/{attemptId} | Bypass activation lock attempt status |
| CameraApi | CreateNetworkCameraQualityRetentionProfile | Post /networks/{networkId}/camera/qualityRetentionProfiles | Creates new quality retention profile for this network. |
| CameraApi | CreateNetworkCameraWirelessProfile | Post /networks/{networkId}/camera/wirelessProfiles | Creates a new camera wireless profile for this network. |
| CameraApi | CreateOrganizationCameraCustomAnalyticsArtifact | Post /organizations/{organizationId}/camera/customAnalytics/artifacts | Create custom analytics artifact |
| CameraApi | DeleteNetworkCameraQualityRetentionProfile | Delete /networks/{networkId}/camera/qualityRetentionProfiles/{qualityRetentionProfileId} | Delete an existing quality retention profile for this network. |
| CameraApi | DeleteNetworkCameraWirelessProfile | Delete /networks/{networkId}/camera/wirelessProfiles/{wirelessProfileId} | Delete an existing camera wireless profile for this network. |
| CameraApi | DeleteOrganizationCameraCustomAnalyticsArtifact | Delete /organizations/{organizationId}/camera/customAnalytics/artifacts/{artifactId} | Delete Custom Analytics Artifact |
| CameraApi | GenerateDeviceCameraSnapshot | Post /devices/{serial}/camera/generateSnapshot | Generate a snapshot of what the camera sees at the specified time and return a link to that image. |
| CameraApi | GetDeviceCameraAnalyticsLive | Get /devices/{serial}/camera/analytics/live | Returns live state from camera of analytics zones |
| CameraApi | GetDeviceCameraAnalyticsOverview | Get /devices/{serial}/camera/analytics/overview | Returns an overview of aggregate analytics data for a timespan |
| CameraApi | GetDeviceCameraAnalyticsRecent | Get /devices/{serial}/camera/analytics/recent | Returns most recent record for analytics zones |
| CameraApi | GetDeviceCameraAnalyticsZoneHistory | Get /devices/{serial}/camera/analytics/zones/{zoneId}/history | Return historical records for analytic zones |
| CameraApi | GetDeviceCameraAnalyticsZones | Get /devices/{serial}/camera/analytics/zones | Returns all configured analytic zones for this camera |
| CameraApi | GetDeviceCameraCustomAnalytics | Get /devices/{serial}/camera/customAnalytics | Return custom analytics settings for a camera |
| CameraApi | GetDeviceCameraQualityAndRetention | Get /devices/{serial}/camera/qualityAndRetention | Returns quality and retention settings for the given camera |
| CameraApi | GetDeviceCameraSense | Get /devices/{serial}/camera/sense | Returns sense settings for a given camera |
| CameraApi | GetDeviceCameraSenseObjectDetectionModels | Get /devices/{serial}/camera/sense/objectDetectionModels | Returns the MV Sense object detection model list for the given camera |
| CameraApi | GetDeviceCameraVideoLink | Get /devices/{serial}/camera/videoLink | Returns video link to the specified camera |
| CameraApi | GetDeviceCameraVideoSettings | Get /devices/{serial}/camera/video/settings | Returns video settings for the given camera |
| CameraApi | GetDeviceCameraWirelessProfiles | Get /devices/{serial}/camera/wirelessProfiles | Returns wireless profile assigned to the given camera |
| CameraApi | GetNetworkCameraQualityRetentionProfile | Get /networks/{networkId}/camera/qualityRetentionProfiles/{qualityRetentionProfileId} | Retrieve a single quality retention profile |
| CameraApi | GetNetworkCameraQualityRetentionProfiles | Get /networks/{networkId}/camera/qualityRetentionProfiles | List the quality retention profiles for this network |
| CameraApi | GetNetworkCameraSchedules | Get /networks/{networkId}/camera/schedules | Returns a list of all camera recording schedules. |
| CameraApi | GetNetworkCameraWirelessProfile | Get /networks/{networkId}/camera/wirelessProfiles/{wirelessProfileId} | Retrieve a single camera wireless profile. |
| CameraApi | GetNetworkCameraWirelessProfiles | Get /networks/{networkId}/camera/wirelessProfiles | List the camera wireless profiles for this network. |
| CameraApi | GetOrganizationCameraCustomAnalyticsArtifact | Get /organizations/{organizationId}/camera/customAnalytics/artifacts/{artifactId} | Get Custom Analytics Artifact |
| CameraApi | GetOrganizationCameraCustomAnalyticsArtifacts | Get /organizations/{organizationId}/camera/customAnalytics/artifacts | List Custom Analytics Artifacts |
| CameraApi | GetOrganizationCameraOnboardingStatuses | Get /organizations/{organizationId}/camera/onboarding/statuses | Fetch onboarding status of cameras |
| CameraApi | UpdateDeviceCameraCustomAnalytics | Put /devices/{serial}/camera/customAnalytics | Update custom analytics settings for a camera |
| CameraApi | UpdateDeviceCameraQualityAndRetention | Put /devices/{serial}/camera/qualityAndRetention | Update quality and retention settings for the given camera |
| CameraApi | UpdateDeviceCameraSense | Put /devices/{serial}/camera/sense | Update sense settings for the given camera |
| CameraApi | UpdateDeviceCameraVideoSettings | Put /devices/{serial}/camera/video/settings | Update video settings for the given camera |
| CameraApi | UpdateDeviceCameraWirelessProfiles | Put /devices/{serial}/camera/wirelessProfiles | Assign wireless profiles to the given camera |
| CameraApi | UpdateNetworkCameraQualityRetentionProfile | Put /networks/{networkId}/camera/qualityRetentionProfiles/{qualityRetentionProfileId} | Update an existing quality retention profile for this network. |
| CameraApi | UpdateNetworkCameraWirelessProfile | Put /networks/{networkId}/camera/wirelessProfiles/{wirelessProfileId} | Update an existing camera wireless profile in this network. |
| CameraApi | UpdateOrganizationCameraOnboardingStatuses | Put /organizations/{organizationId}/camera/onboarding/statuses | Notify that credential handoff to camera has completed |
| CategoriesApi | GetNetworkApplianceContentFilteringCategories | Get /networks/{networkId}/appliance/contentFiltering/categories | List all available content filtering categories for an MX network |
| CellularApi | GetDeviceCellularSims | Get /devices/{serial}/cellular/sims | Return the SIM and APN configurations for a cellular device. |
| CellularApi | UpdateDeviceCellularSims | Put /devices/{serial}/cellular/sims | Updates the SIM and APN configurations for a cellular device. |
| CellularFirewallRulesApi | GetNetworkApplianceFirewallCellularFirewallRules | Get /networks/{networkId}/appliance/firewall/cellularFirewallRules | Return the cellular firewall rules for an MX network |
| CellularFirewallRulesApi | UpdateNetworkApplianceFirewallCellularFirewallRules | Put /networks/{networkId}/appliance/firewall/cellularFirewallRules | Update the cellular firewall rules of an MX network |
| CellularGatewayApi | GetDeviceCellularGatewayLan | Get /devices/{serial}/cellularGateway/lan | Show the LAN Settings of a MG |
| CellularGatewayApi | GetDeviceCellularGatewayPortForwardingRules | Get /devices/{serial}/cellularGateway/portForwardingRules | Returns the port forwarding rules for a single MG. |
| CellularGatewayApi | GetNetworkCellularGatewayConnectivityMonitoringDestinations | Get /networks/{networkId}/cellularGateway/connectivityMonitoringDestinations | Return the connectivity testing destinations for an MG network |
| CellularGatewayApi | GetNetworkCellularGatewayDhcp | Get /networks/{networkId}/cellularGateway/dhcp | List common DHCP settings of MGs |
| CellularGatewayApi | GetNetworkCellularGatewaySubnetPool | Get /networks/{networkId}/cellularGateway/subnetPool | Return the subnet pool and mask configured for MGs in the network. |
| CellularGatewayApi | GetNetworkCellularGatewayUplink | Get /networks/{networkId}/cellularGateway/uplink | Returns the uplink settings for your MG network. |
| CellularGatewayApi | GetOrganizationCellularGatewayUplinkStatuses | Get /organizations/{organizationId}/cellularGateway/uplink/statuses | List the uplink status of every Meraki MG cellular gateway in the organization |
| CellularGatewayApi | UpdateDeviceCellularGatewayLan | Put /devices/{serial}/cellularGateway/lan | Update the LAN Settings for a single MG. |
| CellularGatewayApi | UpdateDeviceCellularGatewayPortForwardingRules | Put /devices/{serial}/cellularGateway/portForwardingRules | Updates the port forwarding rules for a single MG. |
| CellularGatewayApi | UpdateNetworkCellularGatewayConnectivityMonitoringDestinations | Put /networks/{networkId}/cellularGateway/connectivityMonitoringDestinations | Update the connectivity testing destinations for an MG network |
| CellularGatewayApi | UpdateNetworkCellularGatewayDhcp | Put /networks/{networkId}/cellularGateway/dhcp | Update common DHCP settings of MGs |
| CellularGatewayApi | UpdateNetworkCellularGatewaySubnetPool | Put /networks/{networkId}/cellularGateway/subnetPool | Update the subnet pool and mask configuration for MGs in the network. |
| CellularGatewayApi | UpdateNetworkCellularGatewayUplink | Put /networks/{networkId}/cellularGateway/uplink | Updates the uplink settings for your MG network. |
| CellularUsageHistoryApi | GetNetworkSmDeviceCellularUsageHistory | Get /networks/{networkId}/sm/devices/{deviceId}/cellularUsageHistory | Return the client's daily cellular data usage history |
| CertsApi | GetNetworkSmDeviceCerts | Get /networks/{networkId}/sm/devices/{deviceId}/certs | List the certs on a device |
| ChannelUtilizationApi | GetNetworkNetworkHealthChannelUtilization | Get /networks/{networkId}/networkHealth/channelUtilization | Get the channel utilization over each radio for all APs in a network. |
| ChannelUtilizationHistoryApi | GetNetworkWirelessChannelUtilizationHistory | Get /networks/{networkId}/wireless/channelUtilizationHistory | Return AP channel utilization over time for a device or network client |
| ClaimApi | VmxNetworkDevicesClaim | Post /networks/{networkId}/devices/claim/vmx | Claim a vMX into a network |
| ClientCountHistoryApi | GetNetworkWirelessClientCountHistory | Get /networks/{networkId}/wireless/clientCountHistory | Return wireless client counts over time for a network, device, or network client |
| ClientsApi | GetDeviceClients | Get /devices/{serial}/clients | List the clients of a device, up to a maximum of a month ago |
| ClientsApi | GetNetworkApplianceClientSecurityEvents | Get /networks/{networkId}/appliance/clients/{clientId}/security/events | List the security events for a client |
| ClientsApi | GetNetworkClient | Get /networks/{networkId}/clients/{clientId} | Return the client associated with the given identifier |
| ClientsApi | GetNetworkClientPolicy | Get /networks/{networkId}/clients/{clientId}/policy | Return the policy assigned to a client on the network |
| ClientsApi | GetNetworkClientSplashAuthorizationStatus | Get /networks/{networkId}/clients/{clientId}/splashAuthorizationStatus | Return the splash authorization for a client, for each SSID they've associated with through splash |
| ClientsApi | GetNetworkClientTrafficHistory | Get /networks/{networkId}/clients/{clientId}/trafficHistory | Return the client's network traffic data over time |
| ClientsApi | GetNetworkClientUsageHistory | Get /networks/{networkId}/clients/{clientId}/usageHistory | Return the client's daily usage history |
| ClientsApi | GetNetworkClients | Get /networks/{networkId}/clients | List the clients that have used this network in the timespan |
| ClientsApi | GetNetworkClientsApplicationUsage | Get /networks/{networkId}/clients/applicationUsage | Return the application usage data for clients |
| ClientsApi | GetNetworkClientsBandwidthUsageHistory | Get /networks/{networkId}/clients/bandwidthUsageHistory | Returns a timeseries of total traffic consumption rates for all clients on a network within a given timespan, in megabits per second. |
| ClientsApi | GetNetworkClientsOverview | Get /networks/{networkId}/clients/overview | Return overview statistics for network clients |
| ClientsApi | GetNetworkClientsUsageHistories | Get /networks/{networkId}/clients/usageHistories | Return the usage histories for clients |
| ClientsApi | GetNetworkWirelessClientConnectionStats | Get /networks/{networkId}/wireless/clients/{clientId}/connectionStats | Aggregated connectivity info for a given client on this network |
| ClientsApi | GetNetworkWirelessClientConnectivityEvents | Get /networks/{networkId}/wireless/clients/{clientId}/connectivityEvents | List the wireless connectivity events for a client within a network in the timespan. |
| ClientsApi | GetNetworkWirelessClientLatencyHistory | Get /networks/{networkId}/wireless/clients/{clientId}/latencyHistory | Return the latency history for a client |
| ClientsApi | GetNetworkWirelessClientLatencyStats | Get /networks/{networkId}/wireless/clients/{clientId}/latencyStats | Aggregated latency info for a given client on this network |
| ClientsApi | GetNetworkWirelessClientsConnectionStats | Get /networks/{networkId}/wireless/clients/connectionStats | Aggregated connectivity info for this network, grouped by clients |
| ClientsApi | GetNetworkWirelessClientsLatencyStats | Get /networks/{networkId}/wireless/clients/latencyStats | Aggregated latency info for this network, grouped by clients |
| ClientsApi | GetOrganizationClientsBandwidthUsageHistory | Get /organizations/{organizationId}/clients/bandwidthUsageHistory | Return data usage (in megabits per second) over time for all clients in the given organization within a given time range. |
| ClientsApi | GetOrganizationClientsOverview | Get /organizations/{organizationId}/clients/overview | Return summary information around client data usage (in mb) across the given organization. |
| ClientsApi | GetOrganizationClientsSearch | Get /organizations/{organizationId}/clients/search | Return the client details in an organization |
| ClientsApi | GetOrganizationSummaryTopClientsByUsage | Get /organizations/{organizationId}/summary/top/clients/byUsage | Return metrics for organization's top 10 clients by data usage (in mb) over given time range. |
| ClientsApi | GetOrganizationSummaryTopClientsManufacturersByUsage | Get /organizations/{organizationId}/summary/top/clients/manufacturers/byUsage | Return metrics for organization's top clients by data usage (in mb) over given time range, grouped by manufacturer. |
| ClientsApi | ProvisionNetworkClients | Post /networks/{networkId}/clients/provision | Provisions a client with a name and policy |
| ClientsApi | UpdateNetworkClientPolicy | Put /networks/{networkId}/clients/{clientId}/policy | Update the policy assigned to a client on the network |
| ClientsApi | UpdateNetworkClientSplashAuthorizationStatus | Put /networks/{networkId}/clients/{clientId}/splashAuthorizationStatus | Update a client's splash authorization |
| CloudMonitoringApi | CreateOrganizationInventoryOnboardingCloudMonitoringExportEvent | Post /organizations/{organizationId}/inventory/onboarding/cloudMonitoring/exportEvents | Imports event logs related to the onboarding app into elastisearch |
| CloudMonitoringApi | CreateOrganizationInventoryOnboardingCloudMonitoringImport | Post /organizations/{organizationId}/inventory/onboarding/cloudMonitoring/imports | Commits the import operation to complete the onboarding of a device into Dashboard for monitoring. |
| CloudMonitoringApi | CreateOrganizationInventoryOnboardingCloudMonitoringPrepare | Post /organizations/{organizationId}/inventory/onboarding/cloudMonitoring/prepare | Initiates or updates an import session |
| CloudMonitoringApi | GetOrganizationInventoryOnboardingCloudMonitoringImports | Get /organizations/{organizationId}/inventory/onboarding/cloudMonitoring/imports | Check the status of a committed Import operation |
| CloudMonitoringApi | GetOrganizationInventoryOnboardingCloudMonitoringNetworks | Get /organizations/{organizationId}/inventory/onboarding/cloudMonitoring/networks | Returns list of networks eligible for adding cloud monitored device |
| ConfigTemplatesApi | CreateOrganizationConfigTemplate | Post /organizations/{organizationId}/configTemplates | Create a new configuration template |
| ConfigTemplatesApi | DeleteOrganizationConfigTemplate | Delete /organizations/{organizationId}/configTemplates/{configTemplateId} | Remove a configuration template |
| ConfigTemplatesApi | GetOrganizationConfigTemplate | Get /organizations/{organizationId}/configTemplates/{configTemplateId} | Return a single configuration template |
| ConfigTemplatesApi | GetOrganizationConfigTemplateSwitchProfilePort | Get /organizations/{organizationId}/configTemplates/{configTemplateId}/switch/profiles/{profileId}/ports/{portId} | Return a switch profile port |
| ConfigTemplatesApi | GetOrganizationConfigTemplateSwitchProfilePorts | Get /organizations/{organizationId}/configTemplates/{configTemplateId}/switch/profiles/{profileId}/ports | Return all the ports of a switch profile |
| ConfigTemplatesApi | GetOrganizationConfigTemplateSwitchProfiles | Get /organizations/{organizationId}/configTemplates/{configTemplateId}/switch/profiles | List the switch profiles for your switch template configuration |
| ConfigTemplatesApi | GetOrganizationConfigTemplates | Get /organizations/{organizationId}/configTemplates | List the configuration templates for this organization |
| ConfigTemplatesApi | UpdateOrganizationConfigTemplate | Put /organizations/{organizationId}/configTemplates/{configTemplateId} | Update a configuration template |
| ConfigTemplatesApi | UpdateOrganizationConfigTemplateSwitchProfilePort | Put /organizations/{organizationId}/configTemplates/{configTemplateId}/switch/profiles/{profileId}/ports/{portId} | Update a switch profile port |
| ConfigurationChangesApi | GetOrganizationConfigurationChanges | Get /organizations/{organizationId}/configurationChanges | View the Change Log for your organization |
| ConfigureApi | AddNetworkSwitchStack | Post /networks/{networkId}/switch/stacks/{switchStackId}/add | Add a switch to a stack |
| ConfigureApi | AssignOrganizationLicensesSeats | Post /organizations/{organizationId}/licenses/assignSeats | Assign SM seats to a network |
| ConfigureApi | BindNetwork | Post /networks/{networkId}/bind | Bind a network to a template. |
| ConfigureApi | CheckinNetworkSmDevices | Post /networks/{networkId}/sm/devices/checkin | Force check-in a set of devices |
| ConfigureApi | ClaimIntoOrganization | Post /organizations/{organizationId}/claim | Claim a list of devices, licenses, and/or orders into an organization |
| ConfigureApi | ClaimIntoOrganizationInventory | Post /organizations/{organizationId}/inventory/claim | Claim a list of devices, licenses, and/or orders into an organization inventory |
| ConfigureApi | ClaimNetworkDevices | Post /networks/{networkId}/devices/claim | Claim devices into a network. (Note: for recently claimed devices, it may take a few minutes for API requsts against that device to succeed) |
| ConfigureApi | CloneOrganization | Post /organizations/{organizationId}/clone | Create a new organization by cloning the addressed organization |
| ConfigureApi | CloneOrganizationSwitchDevices | Post /organizations/{organizationId}/switch/devices/clone | Clone port-level and some switch-level configuration settings from a source switch to one or more target switches |
| ConfigureApi | CombineOrganizationNetworks | Post /organizations/{organizationId}/networks/combine | Combine multiple networks into a single network |
| ConfigureApi | CreateDeviceApplianceVmxAuthenticationToken | Post /devices/{serial}/appliance/vmx/authenticationToken | Generate a new vMX authentication token |
| ConfigureApi | CreateDeviceSwitchRoutingInterface | Post /devices/{serial}/switch/routing/interfaces | Create a layer 3 interface for a switch |
| ConfigureApi | CreateDeviceSwitchRoutingStaticRoute | Post /devices/{serial}/switch/routing/staticRoutes | Create a layer 3 static route for a switch |
| ConfigureApi | CreateNetworkAppliancePrefixesDelegatedStatic | Post /networks/{networkId}/appliance/prefixes/delegated/statics | Add a static delegated prefix from a network |
| ConfigureApi | CreateNetworkApplianceStaticRoute | Post /networks/{networkId}/appliance/staticRoutes | Add a static route for an MX or teleworker network |
| ConfigureApi | CreateNetworkApplianceTrafficShapingCustomPerformanceClass | Post /networks/{networkId}/appliance/trafficShaping/customPerformanceClasses | Add a custom performance class for an MX network |
| ConfigureApi | CreateNetworkApplianceVlan | Post /networks/{networkId}/appliance/vlans | Add a VLAN |
| ConfigureApi | CreateNetworkCameraQualityRetentionProfile | Post /networks/{networkId}/camera/qualityRetentionProfiles | Creates new quality retention profile for this network. |
| ConfigureApi | CreateNetworkCameraWirelessProfile | Post /networks/{networkId}/camera/wirelessProfiles | Creates a new camera wireless profile for this network. |
| ConfigureApi | CreateNetworkFirmwareUpgradesRollback | Post /networks/{networkId}/firmwareUpgrades/rollbacks | Rollback a Firmware Upgrade For A Network |
| ConfigureApi | CreateNetworkFirmwareUpgradesStagedEvent | Post /networks/{networkId}/firmwareUpgrades/staged/events | Create a Staged Upgrade Event for a network |
| ConfigureApi | CreateNetworkFirmwareUpgradesStagedGroup | Post /networks/{networkId}/firmwareUpgrades/staged/groups | Create a Staged Upgrade Group for a network |
| ConfigureApi | CreateNetworkFloorPlan | Post /networks/{networkId}/floorPlans | Upload a floor plan |
| ConfigureApi | CreateNetworkGroupPolicy | Post /networks/{networkId}/groupPolicies | Create a group policy |
| ConfigureApi | CreateNetworkMerakiAuthUser | Post /networks/{networkId}/merakiAuthUsers | Authorize a user configured with Meraki Authentication for a network (currently supports 802.1X, splash guest, and client VPN users, and currently, organizations have a 50,000 user cap) |
| ConfigureApi | CreateNetworkMqttBroker | Post /networks/{networkId}/mqttBrokers | Add an MQTT broker |
| ConfigureApi | CreateNetworkPiiRequest | Post /networks/{networkId}/pii/requests | Submit a new delete or restrict processing PII request |
| ConfigureApi | CreateNetworkSensorAlertsProfile | Post /networks/{networkId}/sensor/alerts/profiles | Creates a sensor alert profile for a network. |
| ConfigureApi | CreateNetworkSmBypassActivationLockAttempt | Post /networks/{networkId}/sm/bypassActivationLockAttempts | Bypass activation lock attempt |
| ConfigureApi | CreateNetworkSmTargetGroup | Post /networks/{networkId}/sm/targetGroups | Add a target group |
| ConfigureApi | CreateNetworkSwitchAccessPolicy | Post /networks/{networkId}/switch/accessPolicies | Create an access policy for a switch network |
| ConfigureApi | CreateNetworkSwitchDhcpServerPolicyArpInspectionTrustedServer | Post /networks/{networkId}/switch/dhcpServerPolicy/arpInspection/trustedServers | Add a server to be trusted by Dynamic ARP Inspection on this network |
| ConfigureApi | CreateNetworkSwitchLinkAggregation | Post /networks/{networkId}/switch/linkAggregations | Create a link aggregation group |
| ConfigureApi | CreateNetworkSwitchPortSchedule | Post /networks/{networkId}/switch/portSchedules | Add a switch port schedule |
| ConfigureApi | CreateNetworkSwitchQosRule | Post /networks/{networkId}/switch/qosRules | Add a quality of service rule |
| ConfigureApi | CreateNetworkSwitchRoutingMulticastRendezvousPoint | Post /networks/{networkId}/switch/routing/multicast/rendezvousPoints | Create a multicast rendezvous point |
| ConfigureApi | CreateNetworkSwitchStack | Post /networks/{networkId}/switch/stacks | Create a stack |
| ConfigureApi | CreateNetworkSwitchStackRoutingInterface | Post /networks/{networkId}/switch/stacks/{switchStackId}/routing/interfaces | Create a layer 3 interface for a switch stack |
| ConfigureApi | CreateNetworkSwitchStackRoutingStaticRoute | Post /networks/{networkId}/switch/stacks/{switchStackId}/routing/staticRoutes | Create a layer 3 static route for a switch stack |
| ConfigureApi | CreateNetworkWebhooksHttpServer | Post /networks/{networkId}/webhooks/httpServers | Add an HTTP server to a network |
| ConfigureApi | CreateNetworkWebhooksPayloadTemplate | Post /networks/{networkId}/webhooks/payloadTemplates | Create a webhook payload template for a network |
| ConfigureApi | CreateNetworkWebhooksWebhookTest | Post /networks/{networkId}/webhooks/webhookTests | Send a test webhook for a network |
| ConfigureApi | CreateNetworkWirelessRfProfile | Post /networks/{networkId}/wireless/rfProfiles | Creates new RF profile for this network |
| ConfigureApi | CreateNetworkWirelessSsidIdentityPsk | Post /networks/{networkId}/wireless/ssids/{number}/identityPsks | Create an Identity PSK |
| ConfigureApi | CreateOrganization | Post /organizations | Create a new organization |
| ConfigureApi | CreateOrganizationActionBatch | Post /organizations/{organizationId}/actionBatches | Create an action batch |
| ConfigureApi | CreateOrganizationAdaptivePolicyAcl | Post /organizations/{organizationId}/adaptivePolicy/acls | Creates new adaptive policy ACL |
| ConfigureApi | CreateOrganizationAdaptivePolicyGroup | Post /organizations/{organizationId}/adaptivePolicy/groups | Creates a new adaptive policy group |
| ConfigureApi | CreateOrganizationAdaptivePolicyPolicy | Post /organizations/{organizationId}/adaptivePolicy/policies | Add an Adaptive Policy |
| ConfigureApi | CreateOrganizationAdmin | Post /organizations/{organizationId}/admins | Create a new dashboard administrator |
| ConfigureApi | CreateOrganizationAlertsProfile | Post /organizations/{organizationId}/alerts/profiles | Create an organization-wide alert configuration |
| ConfigureApi | CreateOrganizationBrandingPolicy | Post /organizations/{organizationId}/brandingPolicies | Add a new branding policy to an organization |
| ConfigureApi | CreateOrganizationCameraCustomAnalyticsArtifact | Post /organizations/{organizationId}/camera/customAnalytics/artifacts | Create custom analytics artifact |
| ConfigureApi | CreateOrganizationConfigTemplate | Post /organizations/{organizationId}/configTemplates | Create a new configuration template |
| ConfigureApi | CreateOrganizationEarlyAccessFeaturesOptIn | Post /organizations/{organizationId}/earlyAccess/features/optIns | Create a new early access feature opt-in for an organization |
| ConfigureApi | CreateOrganizationInsightMonitoredMediaServer | Post /organizations/{organizationId}/insight/monitoredMediaServers | Add a media server to be monitored for this organization |
| ConfigureApi | CreateOrganizationInventoryOnboardingCloudMonitoringExportEvent | Post /organizations/{organizationId}/inventory/onboarding/cloudMonitoring/exportEvents | Imports event logs related to the onboarding app into elastisearch |
| ConfigureApi | CreateOrganizationInventoryOnboardingCloudMonitoringImport | Post /organizations/{organizationId}/inventory/onboarding/cloudMonitoring/imports | Commits the import operation to complete the onboarding of a device into Dashboard for monitoring. |
| ConfigureApi | CreateOrganizationInventoryOnboardingCloudMonitoringPrepare | Post /organizations/{organizationId}/inventory/onboarding/cloudMonitoring/prepare | Initiates or updates an import session |
| ConfigureApi | CreateOrganizationNetwork | Post /organizations/{organizationId}/networks | Create a network |
| ConfigureApi | CreateOrganizationPolicyObject | Post /organizations/{organizationId}/policyObjects | Creates a new Policy Object. |
| ConfigureApi | CreateOrganizationPolicyObjectsGroup | Post /organizations/{organizationId}/policyObjects/groups | Creates a new Policy Object Group. |
| ConfigureApi | CreateOrganizationSamlIdp | Post /organizations/{organizationId}/saml/idps | Create a SAML IdP for your organization. |
| ConfigureApi | CreateOrganizationSamlRole | Post /organizations/{organizationId}/samlRoles | Create a SAML role |
| ConfigureApi | DeferNetworkFirmwareUpgradesStagedEvents | Post /networks/{networkId}/firmwareUpgrades/staged/events/defer | Postpone by 1 week all pending staged upgrade stages for a network |
| ConfigureApi | DeleteDeviceSwitchRoutingInterface | Delete /devices/{serial}/switch/routing/interfaces/{interfaceId} | Delete a layer 3 interface from the switch |
| ConfigureApi | DeleteDeviceSwitchRoutingStaticRoute | Delete /devices/{serial}/switch/routing/staticRoutes/{staticRouteId} | Delete a layer 3 static route for a switch |
| ConfigureApi | DeleteNetwork | Delete /networks/{networkId} | Delete a network |
| ConfigureApi | DeleteNetworkAppliancePrefixesDelegatedStatic | Delete /networks/{networkId}/appliance/prefixes/delegated/statics/{staticDelegatedPrefixId} | Delete a static delegated prefix from a network |
| ConfigureApi | DeleteNetworkApplianceStaticRoute | Delete /networks/{networkId}/appliance/staticRoutes/{staticRouteId} | Delete a static route from an MX or teleworker network |
| ConfigureApi | DeleteNetworkApplianceTrafficShapingCustomPerformanceClass | Delete /networks/{networkId}/appliance/trafficShaping/customPerformanceClasses/{customPerformanceClassId} | Delete a custom performance class from an MX network |
| ConfigureApi | DeleteNetworkApplianceVlan | Delete /networks/{networkId}/appliance/vlans/{vlanId} | Delete a VLAN from a network |
| ConfigureApi | DeleteNetworkCameraQualityRetentionProfile | Delete /networks/{networkId}/camera/qualityRetentionProfiles/{qualityRetentionProfileId} | Delete an existing quality retention profile for this network. |
| ConfigureApi | DeleteNetworkCameraWirelessProfile | Delete /networks/{networkId}/camera/wirelessProfiles/{wirelessProfileId} | Delete an existing camera wireless profile for this network. |
| ConfigureApi | DeleteNetworkFirmwareUpgradesStagedGroup | Delete /networks/{networkId}/firmwareUpgrades/staged/groups/{groupId} | Delete a Staged Upgrade Group |
| ConfigureApi | DeleteNetworkFloorPlan | Delete /networks/{networkId}/floorPlans/{floorPlanId} | Destroy a floor plan |
| ConfigureApi | DeleteNetworkGroupPolicy | Delete /networks/{networkId}/groupPolicies/{groupPolicyId} | Delete a group policy |
| ConfigureApi | DeleteNetworkMerakiAuthUser | Delete /networks/{networkId}/merakiAuthUsers/{merakiAuthUserId} | Deauthorize a user |
| ConfigureApi | DeleteNetworkMqttBroker | Delete /networks/{networkId}/mqttBrokers/{mqttBrokerId} | Delete an MQTT broker |
| ConfigureApi | DeleteNetworkPiiRequest | Delete /networks/{networkId}/pii/requests/{requestId} | Delete a restrict processing PII request |
| ConfigureApi | DeleteNetworkSensorAlertsProfile | Delete /networks/{networkId}/sensor/alerts/profiles/{id} | Deletes a sensor alert profile from a network. |
| ConfigureApi | DeleteNetworkSmTargetGroup | Delete /networks/{networkId}/sm/targetGroups/{targetGroupId} | Delete a target group from a network |
| ConfigureApi | DeleteNetworkSmUserAccessDevice | Delete /networks/{networkId}/sm/userAccessDevices/{userAccessDeviceId} | Delete a User Access Device |
| ConfigureApi | DeleteNetworkSwitchAccessPolicy | Delete /networks/{networkId}/switch/accessPolicies/{accessPolicyNumber} | Delete an access policy for a switch network |
| ConfigureApi | DeleteNetworkSwitchDhcpServerPolicyArpInspectionTrustedServer | Delete /networks/{networkId}/switch/dhcpServerPolicy/arpInspection/trustedServers/{trustedServerId} | Remove a server from being trusted by Dynamic ARP Inspection on this network |
| ConfigureApi | DeleteNetworkSwitchLinkAggregation | Delete /networks/{networkId}/switch/linkAggregations/{linkAggregationId} | Split a link aggregation group into separate ports |
| ConfigureApi | DeleteNetworkSwitchPortSchedule | Delete /networks/{networkId}/switch/portSchedules/{portScheduleId} | Delete a switch port schedule |
| ConfigureApi | DeleteNetworkSwitchQosRule | Delete /networks/{networkId}/switch/qosRules/{qosRuleId} | Delete a quality of service rule |
| ConfigureApi | DeleteNetworkSwitchRoutingMulticastRendezvousPoint | Delete /networks/{networkId}/switch/routing/multicast/rendezvousPoints/{rendezvousPointId} | Delete a multicast rendezvous point |
| ConfigureApi | DeleteNetworkSwitchStack | Delete /networks/{networkId}/switch/stacks/{switchStackId} | Delete a stack |
| ConfigureApi | DeleteNetworkSwitchStackRoutingInterface | Delete /networks/{networkId}/switch/stacks/{switchStackId}/routing/interfaces/{interfaceId} | Delete a layer 3 interface from a switch stack |
| ConfigureApi | DeleteNetworkSwitchStackRoutingStaticRoute | Delete /networks/{networkId}/switch/stacks/{switchStackId}/routing/staticRoutes/{staticRouteId} | Delete a layer 3 static route for a switch stack |
| ConfigureApi | DeleteNetworkWebhooksHttpServer | Delete /networks/{networkId}/webhooks/httpServers/{httpServerId} | Delete an HTTP server from a network |
| ConfigureApi | DeleteNetworkWebhooksPayloadTemplate | Delete /networks/{networkId}/webhooks/payloadTemplates/{payloadTemplateId} | Destroy a webhook payload template for a network |
| ConfigureApi | DeleteNetworkWirelessRfProfile | Delete /networks/{networkId}/wireless/rfProfiles/{rfProfileId} | Delete a RF Profile |
| ConfigureApi | DeleteNetworkWirelessSsidIdentityPsk | Delete /networks/{networkId}/wireless/ssids/{number}/identityPsks/{identityPskId} | Delete an Identity PSK |
| ConfigureApi | DeleteOrganization | Delete /organizations/{organizationId} | Delete an organization |
| ConfigureApi | DeleteOrganizationActionBatch | Delete /organizations/{organizationId}/actionBatches/{actionBatchId} | Delete an action batch |
| ConfigureApi | DeleteOrganizationAdaptivePolicyAcl | Delete /organizations/{organizationId}/adaptivePolicy/acls/{aclId} | Deletes the specified adaptive policy ACL |
| ConfigureApi | DeleteOrganizationAdaptivePolicyGroup | Delete /organizations/{organizationId}/adaptivePolicy/groups/{id} | Deletes the specified adaptive policy group and any associated policies and references |
| ConfigureApi | DeleteOrganizationAdaptivePolicyPolicy | Delete /organizations/{organizationId}/adaptivePolicy/policies/{id} | Delete an Adaptive Policy |
| ConfigureApi | DeleteOrganizationAdmin | Delete /organizations/{organizationId}/admins/{adminId} | Revoke all access for a dashboard administrator within this organization |
| ConfigureApi | DeleteOrganizationAlertsProfile | Delete /organizations/{organizationId}/alerts/profiles/{alertConfigId} | Removes an organization-wide alert config |
| ConfigureApi | DeleteOrganizationBrandingPolicy | Delete /organizations/{organizationId}/brandingPolicies/{brandingPolicyId} | Delete a branding policy |
| ConfigureApi | DeleteOrganizationCameraCustomAnalyticsArtifact | Delete /organizations/{organizationId}/camera/customAnalytics/artifacts/{artifactId} | Delete Custom Analytics Artifact |
| ConfigureApi | DeleteOrganizationConfigTemplate | Delete /organizations/{organizationId}/configTemplates/{configTemplateId} | Remove a configuration template |
| ConfigureApi | DeleteOrganizationEarlyAccessFeaturesOptIn | Delete /organizations/{organizationId}/earlyAccess/features/optIns/{optInId} | Delete an early access feature opt-in |
| ConfigureApi | DeleteOrganizationInsightMonitoredMediaServer | Delete /organizations/{organizationId}/insight/monitoredMediaServers/{monitoredMediaServerId} | Delete a monitored media server from this organization |
| ConfigureApi | DeleteOrganizationPolicyObject | Delete /organizations/{organizationId}/policyObjects/{policyObjectId} | Deletes a Policy Object. |
| ConfigureApi | DeleteOrganizationPolicyObjectsGroup | Delete /organizations/{organizationId}/policyObjects/groups/{policyObjectGroupId} | Deletes a Policy Object Group. |
| ConfigureApi | DeleteOrganizationSamlIdp | Delete /organizations/{organizationId}/saml/idps/{idpId} | Remove a SAML IdP in your organization. |
| ConfigureApi | DeleteOrganizationSamlRole | Delete /organizations/{organizationId}/samlRoles/{samlRoleId} | Remove a SAML role |
| ConfigureApi | DeleteOrganizationUser | Delete /organizations/{organizationId}/users/{userId} | Delete a user and all of its authentication methods. |
| ConfigureApi | GetDevice | Get /devices/{serial} | Return a single device |
| ConfigureApi | GetDeviceApplianceUplinksSettings | Get /devices/{serial}/appliance/uplinks/settings | Return the uplink settings for an MX appliance |
| ConfigureApi | GetDeviceCameraCustomAnalytics | Get /devices/{serial}/camera/customAnalytics | Return custom analytics settings for a camera |
| ConfigureApi | GetDeviceCameraQualityAndRetention | Get /devices/{serial}/camera/qualityAndRetention | Returns quality and retention settings for the given camera |
| ConfigureApi | GetDeviceCameraSense | Get /devices/{serial}/camera/sense | Returns sense settings for a given camera |
| ConfigureApi | GetDeviceCameraSenseObjectDetectionModels | Get /devices/{serial}/camera/sense/objectDetectionModels | Returns the MV Sense object detection model list for the given camera |
| ConfigureApi | GetDeviceCameraVideoLink | Get /devices/{serial}/camera/videoLink | Returns video link to the specified camera |
| ConfigureApi | GetDeviceCameraVideoSettings | Get /devices/{serial}/camera/video/settings | Returns video settings for the given camera |
| ConfigureApi | GetDeviceCameraWirelessProfiles | Get /devices/{serial}/camera/wirelessProfiles | Returns wireless profile assigned to the given camera |
| ConfigureApi | GetDeviceCellularGatewayLan | Get /devices/{serial}/cellularGateway/lan | Show the LAN Settings of a MG |
| ConfigureApi | GetDeviceCellularGatewayPortForwardingRules | Get /devices/{serial}/cellularGateway/portForwardingRules | Returns the port forwarding rules for a single MG. |
| ConfigureApi | GetDeviceCellularSims | Get /devices/{serial}/cellular/sims | Return the SIM and APN configurations for a cellular device. |
| ConfigureApi | GetDeviceManagementInterface | Get /devices/{serial}/managementInterface | Return the management interface settings for a device |
| ConfigureApi | GetDeviceSensorRelationships | Get /devices/{serial}/sensor/relationships | List the sensor roles for a given sensor or camera device. |
| ConfigureApi | GetDeviceSwitchPort | Get /devices/{serial}/switch/ports/{portId} | Return a switch port |
| ConfigureApi | GetDeviceSwitchPorts | Get /devices/{serial}/switch/ports | List the switch ports for a switch |
| ConfigureApi | GetDeviceSwitchRoutingInterface | Get /devices/{serial}/switch/routing/interfaces/{interfaceId} | Return a layer 3 interface for a switch |
| ConfigureApi | GetDeviceSwitchRoutingInterfaceDhcp | Get /devices/{serial}/switch/routing/interfaces/{interfaceId}/dhcp | Return a layer 3 interface DHCP configuration for a switch |
| ConfigureApi | GetDeviceSwitchRoutingInterfaces | Get /devices/{serial}/switch/routing/interfaces | List layer 3 interfaces for a switch |
| ConfigureApi | GetDeviceSwitchRoutingStaticRoute | Get /devices/{serial}/switch/routing/staticRoutes/{staticRouteId} | Return a layer 3 static route for a switch |
| ConfigureApi | GetDeviceSwitchRoutingStaticRoutes | Get /devices/{serial}/switch/routing/staticRoutes | List layer 3 static routes for a switch |
| ConfigureApi | GetDeviceSwitchWarmSpare | Get /devices/{serial}/switch/warmSpare | Return warm spare configuration for a switch |
| ConfigureApi | GetDeviceWirelessBluetoothSettings | Get /devices/{serial}/wireless/bluetooth/settings | Return the bluetooth settings for a wireless device |
| ConfigureApi | GetDeviceWirelessRadioSettings | Get /devices/{serial}/wireless/radio/settings | Return the radio settings of a device |
| ConfigureApi | GetNetwork | Get /networks/{networkId} | Return a network |
| ConfigureApi | GetNetworkAlertsSettings | Get /networks/{networkId}/alerts/settings | Return the alert configuration for this network |
| ConfigureApi | GetNetworkApplianceConnectivityMonitoringDestinations | Get /networks/{networkId}/appliance/connectivityMonitoringDestinations | Return the connectivity testing destinations for an MX network |
| ConfigureApi | GetNetworkApplianceContentFiltering | Get /networks/{networkId}/appliance/contentFiltering | Return the content filtering settings for an MX network |
| ConfigureApi | GetNetworkApplianceContentFilteringCategories | Get /networks/{networkId}/appliance/contentFiltering/categories | List all available content filtering categories for an MX network |
| ConfigureApi | GetNetworkApplianceFirewallCellularFirewallRules | Get /networks/{networkId}/appliance/firewall/cellularFirewallRules | Return the cellular firewall rules for an MX network |
| ConfigureApi | GetNetworkApplianceFirewallFirewalledService | Get /networks/{networkId}/appliance/firewall/firewalledServices/{service} | Return the accessibility settings of the given service ('ICMP', 'web', or 'SNMP') |
| ConfigureApi | GetNetworkApplianceFirewallFirewalledServices | Get /networks/{networkId}/appliance/firewall/firewalledServices | List the appliance services and their accessibility rules |
| ConfigureApi | GetNetworkApplianceFirewallInboundCellularFirewallRules | Get /networks/{networkId}/appliance/firewall/inboundCellularFirewallRules | Return the inbound cellular firewall rules for an MX network |
| ConfigureApi | GetNetworkApplianceFirewallInboundFirewallRules | Get /networks/{networkId}/appliance/firewall/inboundFirewallRules | Return the inbound firewall rules for an MX network |
| ConfigureApi | GetNetworkApplianceFirewallL3FirewallRules | Get /networks/{networkId}/appliance/firewall/l3FirewallRules | Return the L3 firewall rules for an MX network |
| ConfigureApi | GetNetworkApplianceFirewallL7FirewallRules | Get /networks/{networkId}/appliance/firewall/l7FirewallRules | List the MX L7 firewall rules for an MX network |
| ConfigureApi | GetNetworkApplianceFirewallL7FirewallRulesApplicationCategories | Get /networks/{networkId}/appliance/firewall/l7FirewallRules/applicationCategories | Return the L7 firewall application categories and their associated applications for an MX network |
| ConfigureApi | GetNetworkApplianceFirewallOneToManyNatRules | Get /networks/{networkId}/appliance/firewall/oneToManyNatRules | Return the 1:Many NAT mapping rules for an MX network |
| ConfigureApi | GetNetworkApplianceFirewallOneToOneNatRules | Get /networks/{networkId}/appliance/firewall/oneToOneNatRules | Return the 1:1 NAT mapping rules for an MX network |
| ConfigureApi | GetNetworkApplianceFirewallPortForwardingRules | Get /networks/{networkId}/appliance/firewall/portForwardingRules | Return the port forwarding rules for an MX network |
| ConfigureApi | GetNetworkApplianceFirewallSettings | Get /networks/{networkId}/appliance/firewall/settings | Return the firewall settings for this network |
| ConfigureApi | GetNetworkAppliancePort | Get /networks/{networkId}/appliance/ports/{portId} | Return per-port VLAN settings for a single MX port. |
| ConfigureApi | GetNetworkAppliancePorts | Get /networks/{networkId}/appliance/ports | List per-port VLAN settings for all ports of a MX. |
| ConfigureApi | GetNetworkAppliancePrefixesDelegatedStatic | Get /networks/{networkId}/appliance/prefixes/delegated/statics/{staticDelegatedPrefixId} | Return a static delegated prefix from a network |
| ConfigureApi | GetNetworkAppliancePrefixesDelegatedStatics | Get /networks/{networkId}/appliance/prefixes/delegated/statics | List static delegated prefixes for a network |
| ConfigureApi | GetNetworkApplianceSecurityIntrusion | Get /networks/{networkId}/appliance/security/intrusion | Returns all supported intrusion settings for an MX network |
| ConfigureApi | GetNetworkApplianceSecurityMalware | Get /networks/{networkId}/appliance/security/malware | Returns all supported malware settings for an MX network |
| ConfigureApi | GetNetworkApplianceSettings | Get /networks/{networkId}/appliance/settings | Return the appliance settings for a network |
| ConfigureApi | GetNetworkApplianceSingleLan | Get /networks/{networkId}/appliance/singleLan | Return single LAN configuration |
| ConfigureApi | GetNetworkApplianceSsid | Get /networks/{networkId}/appliance/ssids/{number} | Return a single MX SSID |
| ConfigureApi | GetNetworkApplianceSsids | Get /networks/{networkId}/appliance/ssids | List the MX SSIDs in a network |
| ConfigureApi | GetNetworkApplianceStaticRoute | Get /networks/{networkId}/appliance/staticRoutes/{staticRouteId} | Return a static route for an MX or teleworker network |
| ConfigureApi | GetNetworkApplianceStaticRoutes | Get /networks/{networkId}/appliance/staticRoutes | List the static routes for an MX or teleworker network |
| ConfigureApi | GetNetworkApplianceTrafficShaping | Get /networks/{networkId}/appliance/trafficShaping | Display the traffic shaping settings for an MX network |
| ConfigureApi | GetNetworkApplianceTrafficShapingCustomPerformanceClass | Get /networks/{networkId}/appliance/trafficShaping/customPerformanceClasses/{customPerformanceClassId} | Return a custom performance class for an MX network |
| ConfigureApi | GetNetworkApplianceTrafficShapingCustomPerformanceClasses | Get /networks/{networkId}/appliance/trafficShaping/customPerformanceClasses | List all custom performance classes for an MX network |
| ConfigureApi | GetNetworkApplianceTrafficShapingRules | Get /networks/{networkId}/appliance/trafficShaping/rules | Display the traffic shaping settings rules for an MX network |
| ConfigureApi | GetNetworkApplianceTrafficShapingUplinkBandwidth | Get /networks/{networkId}/appliance/trafficShaping/uplinkBandwidth | Returns the uplink bandwidth limits for your MX network |
| ConfigureApi | GetNetworkApplianceTrafficShapingUplinkSelection | Get /networks/{networkId}/appliance/trafficShaping/uplinkSelection | Show uplink selection settings for an MX network |
| ConfigureApi | GetNetworkApplianceVlan | Get /networks/{networkId}/appliance/vlans/{vlanId} | Return a VLAN |
| ConfigureApi | GetNetworkApplianceVlans | Get /networks/{networkId}/appliance/vlans | List the VLANs for an MX network |
| ConfigureApi | GetNetworkApplianceVlansSettings | Get /networks/{networkId}/appliance/vlans/settings | Returns the enabled status of VLANs for the network |
| ConfigureApi | GetNetworkApplianceVpnBgp | Get /networks/{networkId}/appliance/vpn/bgp | Return a Hub BGP Configuration |
| ConfigureApi | GetNetworkApplianceVpnSiteToSiteVpn | Get /networks/{networkId}/appliance/vpn/siteToSiteVpn | Return the site-to-site VPN settings of a network |
| ConfigureApi | GetNetworkApplianceWarmSpare | Get /networks/{networkId}/appliance/warmSpare | Return MX warm spare settings |
| ConfigureApi | GetNetworkCameraQualityRetentionProfile | Get /networks/{networkId}/camera/qualityRetentionProfiles/{qualityRetentionProfileId} | Retrieve a single quality retention profile |
| ConfigureApi | GetNetworkCameraQualityRetentionProfiles | Get /networks/{networkId}/camera/qualityRetentionProfiles | List the quality retention profiles for this network |
| ConfigureApi | GetNetworkCameraSchedules | Get /networks/{networkId}/camera/schedules | Returns a list of all camera recording schedules. |
| ConfigureApi | GetNetworkCameraWirelessProfile | Get /networks/{networkId}/camera/wirelessProfiles/{wirelessProfileId} | Retrieve a single camera wireless profile. |
| ConfigureApi | GetNetworkCameraWirelessProfiles | Get /networks/{networkId}/camera/wirelessProfiles | List the camera wireless profiles for this network. |
| ConfigureApi | GetNetworkCellularGatewayConnectivityMonitoringDestinations | Get /networks/{networkId}/cellularGateway/connectivityMonitoringDestinations | Return the connectivity testing destinations for an MG network |
| ConfigureApi | GetNetworkCellularGatewayDhcp | Get /networks/{networkId}/cellularGateway/dhcp | List common DHCP settings of MGs |
| ConfigureApi | GetNetworkCellularGatewaySubnetPool | Get /networks/{networkId}/cellularGateway/subnetPool | Return the subnet pool and mask configured for MGs in the network. |
| ConfigureApi | GetNetworkCellularGatewayUplink | Get /networks/{networkId}/cellularGateway/uplink | Returns the uplink settings for your MG network. |
| ConfigureApi | GetNetworkClientPolicy | Get /networks/{networkId}/clients/{clientId}/policy | Return the policy assigned to a client on the network |
| ConfigureApi | GetNetworkClientSplashAuthorizationStatus | Get /networks/{networkId}/clients/{clientId}/splashAuthorizationStatus | Return the splash authorization for a client, for each SSID they've associated with through splash |
| ConfigureApi | GetNetworkDevices | Get /networks/{networkId}/devices | List the devices in a network |
| ConfigureApi | GetNetworkFirmwareUpgrades | Get /networks/{networkId}/firmwareUpgrades | Get firmware upgrade information for a network |
| ConfigureApi | GetNetworkFirmwareUpgradesStagedEvents | Get /networks/{networkId}/firmwareUpgrades/staged/events | Get the Staged Upgrade Event from a network |
| ConfigureApi | GetNetworkFirmwareUpgradesStagedGroup | Get /networks/{networkId}/firmwareUpgrades/staged/groups/{groupId} | Get a Staged Upgrade Group from a network |
| ConfigureApi | GetNetworkFirmwareUpgradesStagedGroups | Get /networks/{networkId}/firmwareUpgrades/staged/groups | List of Staged Upgrade Groups in a network |
| ConfigureApi | GetNetworkFirmwareUpgradesStagedStages | Get /networks/{networkId}/firmwareUpgrades/staged/stages | Order of Staged Upgrade Groups in a network |
| ConfigureApi | GetNetworkFloorPlan | Get /networks/{networkId}/floorPlans/{floorPlanId} | Find a floor plan by ID |
| ConfigureApi | GetNetworkFloorPlans | Get /networks/{networkId}/floorPlans | List the floor plans that belong to your network |
| ConfigureApi | GetNetworkGroupPolicies | Get /networks/{networkId}/groupPolicies | List the group policies in a network |
| ConfigureApi | GetNetworkGroupPolicy | Get /networks/{networkId}/groupPolicies/{groupPolicyId} | Display a group policy |
| ConfigureApi | GetNetworkHealthAlerts | Get /networks/{networkId}/health/alerts | Return all global alerts on this network |
| ConfigureApi | GetNetworkMerakiAuthUser | Get /networks/{networkId}/merakiAuthUsers/{merakiAuthUserId} | Return the Meraki Auth splash guest, RADIUS, or client VPN user |
| ConfigureApi | GetNetworkMerakiAuthUsers | Get /networks/{networkId}/merakiAuthUsers | List the users configured under Meraki Authentication for a network (splash guest or RADIUS users for a wireless network, or client VPN users for a wired network) |
| ConfigureApi | GetNetworkMqttBroker | Get /networks/{networkId}/mqttBrokers/{mqttBrokerId} | Return an MQTT broker |
| ConfigureApi | GetNetworkMqttBrokers | Get /networks/{networkId}/mqttBrokers | List the MQTT brokers for this network |
| ConfigureApi | GetNetworkNetflow | Get /networks/{networkId}/netflow | Return the NetFlow traffic reporting settings for a network |
| ConfigureApi | GetNetworkPiiPiiKeys | Get /networks/{networkId}/pii/piiKeys | List the keys required to access Personally Identifiable Information (PII) for a given identifier |
| ConfigureApi | GetNetworkPiiRequest | Get /networks/{networkId}/pii/requests/{requestId} | Return a PII request |
| ConfigureApi | GetNetworkPiiRequests | Get /networks/{networkId}/pii/requests | List the PII requests for this network or organization |
| ConfigureApi | GetNetworkPiiSmDevicesForKey | Get /networks/{networkId}/pii/smDevicesForKey | Given a piece of Personally Identifiable Information (PII), return the Systems Manager device ID(s) associated with that identifier |
| ConfigureApi | GetNetworkPiiSmOwnersForKey | Get /networks/{networkId}/pii/smOwnersForKey | Given a piece of Personally Identifiable Information (PII), return the Systems Manager owner ID(s) associated with that identifier |
| ConfigureApi | GetNetworkPoliciesByClient | Get /networks/{networkId}/policies/byClient | Get policies for all clients with policies |
| ConfigureApi | GetNetworkSensorAlertsProfile | Get /networks/{networkId}/sensor/alerts/profiles/{id} | Show details of a sensor alert profile for a network. |
| ConfigureApi | GetNetworkSensorAlertsProfiles | Get /networks/{networkId}/sensor/alerts/profiles | Lists all sensor alert profiles for a network. |
| ConfigureApi | GetNetworkSensorRelationships | Get /networks/{networkId}/sensor/relationships | List the sensor roles for devices in a given network |
| ConfigureApi | GetNetworkSettings | Get /networks/{networkId}/settings | Return the settings for a network |
| ConfigureApi | GetNetworkSmBypassActivationLockAttempt | Get /networks/{networkId}/sm/bypassActivationLockAttempts/{attemptId} | Bypass activation lock attempt status |
| ConfigureApi | GetNetworkSmDeviceCerts | Get /networks/{networkId}/sm/devices/{deviceId}/certs | List the certs on a device |
| ConfigureApi | GetNetworkSmDeviceDeviceProfiles | Get /networks/{networkId}/sm/devices/{deviceId}/deviceProfiles | Get the installed profiles associated with a device |
| ConfigureApi | GetNetworkSmDeviceNetworkAdapters | Get /networks/{networkId}/sm/devices/{deviceId}/networkAdapters | List the network adapters of a device |
| ConfigureApi | GetNetworkSmDeviceRestrictions | Get /networks/{networkId}/sm/devices/{deviceId}/restrictions | List the restrictions on a device |
| ConfigureApi | GetNetworkSmDeviceSecurityCenters | Get /networks/{networkId}/sm/devices/{deviceId}/securityCenters | List the security centers on a device |
| ConfigureApi | GetNetworkSmDeviceSoftwares | Get /networks/{networkId}/sm/devices/{deviceId}/softwares | Get a list of softwares associated with a device |
| ConfigureApi | GetNetworkSmDeviceWlanLists | Get /networks/{networkId}/sm/devices/{deviceId}/wlanLists | List the saved SSID names on a device |
| ConfigureApi | GetNetworkSmDevices | Get /networks/{networkId}/sm/devices | List the devices enrolled in an SM network with various specified fields and filters |
| ConfigureApi | GetNetworkSmProfiles | Get /networks/{networkId}/sm/profiles | List all profiles in a network |
| ConfigureApi | GetNetworkSmTargetGroup | Get /networks/{networkId}/sm/targetGroups/{targetGroupId} | Return a target group |
| ConfigureApi | GetNetworkSmTargetGroups | Get /networks/{networkId}/sm/targetGroups | List the target groups in this network |
| ConfigureApi | GetNetworkSmTrustedAccessConfigs | Get /networks/{networkId}/sm/trustedAccessConfigs | List Trusted Access Configs |
| ConfigureApi | GetNetworkSmUserAccessDevices | Get /networks/{networkId}/sm/userAccessDevices | List User Access Devices and its Trusted Access Connections |
| ConfigureApi | GetNetworkSmUserDeviceProfiles | Get /networks/{networkId}/sm/users/{userId}/deviceProfiles | Get the profiles associated with a user |
| ConfigureApi | GetNetworkSmUserSoftwares | Get /networks/{networkId}/sm/users/{userId}/softwares | Get a list of softwares associated with a user |
| ConfigureApi | GetNetworkSmUsers | Get /networks/{networkId}/sm/users | List the owners in an SM network with various specified fields and filters |
| ConfigureApi | GetNetworkSnmp | Get /networks/{networkId}/snmp | Return the SNMP settings for a network |
| ConfigureApi | GetNetworkSwitchAccessControlLists | Get /networks/{networkId}/switch/accessControlLists | Return the access control lists for a MS network |
| ConfigureApi | GetNetworkSwitchAccessPolicies | Get /networks/{networkId}/switch/accessPolicies | List the access policies for a switch network |
| ConfigureApi | GetNetworkSwitchAccessPolicy | Get /networks/{networkId}/switch/accessPolicies/{accessPolicyNumber} | Return a specific access policy for a switch network |
| ConfigureApi | GetNetworkSwitchAlternateManagementInterface | Get /networks/{networkId}/switch/alternateManagementInterface | Return the switch alternate management interface for the network |
| ConfigureApi | GetNetworkSwitchDhcpServerPolicy | Get /networks/{networkId}/switch/dhcpServerPolicy | Return the DHCP server settings |
| ConfigureApi | GetNetworkSwitchDhcpServerPolicyArpInspectionTrustedServers | Get /networks/{networkId}/switch/dhcpServerPolicy/arpInspection/trustedServers | Return the list of servers trusted by Dynamic ARP Inspection on this network |
| ConfigureApi | GetNetworkSwitchDhcpServerPolicyArpInspectionWarningsByDevice | Get /networks/{networkId}/switch/dhcpServerPolicy/arpInspection/warnings/byDevice | Return the devices that have a Dynamic ARP Inspection warning and their warnings |
| ConfigureApi | GetNetworkSwitchDhcpV4ServersSeen | Get /networks/{networkId}/switch/dhcp/v4/servers/seen | Return the network's DHCPv4 servers seen within the selected timeframe (default 1 day) |
| ConfigureApi | GetNetworkSwitchDscpToCosMappings | Get /networks/{networkId}/switch/dscpToCosMappings | Return the DSCP to CoS mappings |
| ConfigureApi | GetNetworkSwitchLinkAggregations | Get /networks/{networkId}/switch/linkAggregations | List link aggregation groups |
| ConfigureApi | GetNetworkSwitchMtu | Get /networks/{networkId}/switch/mtu | Return the MTU configuration |
| ConfigureApi | GetNetworkSwitchPortSchedules | Get /networks/{networkId}/switch/portSchedules | List switch port schedules |
| ConfigureApi | GetNetworkSwitchQosRule | Get /networks/{networkId}/switch/qosRules/{qosRuleId} | Return a quality of service rule |
| ConfigureApi | GetNetworkSwitchQosRules | Get /networks/{networkId}/switch/qosRules | List quality of service rules |
| ConfigureApi | GetNetworkSwitchQosRulesOrder | Get /networks/{networkId}/switch/qosRules/order | Return the quality of service rule IDs by order in which they will be processed by the switch |
| ConfigureApi | GetNetworkSwitchRoutingMulticast | Get /networks/{networkId}/switch/routing/multicast | Return multicast settings for a network |
| ConfigureApi | GetNetworkSwitchRoutingMulticastRendezvousPoint | Get /networks/{networkId}/switch/routing/multicast/rendezvousPoints/{rendezvousPointId} | Return a multicast rendezvous point |
| ConfigureApi | GetNetworkSwitchRoutingMulticastRendezvousPoints | Get /networks/{networkId}/switch/routing/multicast/rendezvousPoints | List multicast rendezvous points |
| ConfigureApi | GetNetworkSwitchRoutingOspf | Get /networks/{networkId}/switch/routing/ospf | Return layer 3 OSPF routing configuration |
| ConfigureApi | GetNetworkSwitchSettings | Get /networks/{networkId}/switch/settings | Returns the switch network settings |
| ConfigureApi | GetNetworkSwitchStack | Get /networks/{networkId}/switch/stacks/{switchStackId} | Show a switch stack |
| ConfigureApi | GetNetworkSwitchStackRoutingInterface | Get /networks/{networkId}/switch/stacks/{switchStackId}/routing/interfaces/{interfaceId} | Return a layer 3 interface from a switch stack |
| ConfigureApi | GetNetworkSwitchStackRoutingInterfaceDhcp | Get /networks/{networkId}/switch/stacks/{switchStackId}/routing/interfaces/{interfaceId}/dhcp | Return a layer 3 interface DHCP configuration for a switch stack |
| ConfigureApi | GetNetworkSwitchStackRoutingInterfaces | Get /networks/{networkId}/switch/stacks/{switchStackId}/routing/interfaces | List layer 3 interfaces for a switch stack |
| ConfigureApi | GetNetworkSwitchStackRoutingStaticRoute | Get /networks/{networkId}/switch/stacks/{switchStackId}/routing/staticRoutes/{staticRouteId} | Return a layer 3 static route for a switch stack |
| ConfigureApi | GetNetworkSwitchStackRoutingStaticRoutes | Get /networks/{networkId}/switch/stacks/{switchStackId}/routing/staticRoutes | List layer 3 static routes for a switch stack |
| ConfigureApi | GetNetworkSwitchStacks | Get /networks/{networkId}/switch/stacks | List the switch stacks in a network |
| ConfigureApi | GetNetworkSwitchStormControl | Get /networks/{networkId}/switch/stormControl | Return the storm control configuration for a switch network |
| ConfigureApi | GetNetworkSwitchStp | Get /networks/{networkId}/switch/stp | Returns STP settings |
| ConfigureApi | GetNetworkSyslogServers | Get /networks/{networkId}/syslogServers | List the syslog servers for a network |
| ConfigureApi | GetNetworkTrafficAnalysis | Get /networks/{networkId}/trafficAnalysis | Return the traffic analysis settings for a network |
| ConfigureApi | GetNetworkTrafficShapingApplicationCategories | Get /networks/{networkId}/trafficShaping/applicationCategories | Returns the application categories for traffic shaping rules. |
| ConfigureApi | GetNetworkTrafficShapingDscpTaggingOptions | Get /networks/{networkId}/trafficShaping/dscpTaggingOptions | Returns the available DSCP tagging options for your traffic shaping rules. |
| ConfigureApi | GetNetworkWebhooksHttpServer | Get /networks/{networkId}/webhooks/httpServers/{httpServerId} | Return an HTTP server for a network |
| ConfigureApi | GetNetworkWebhooksHttpServers | Get /networks/{networkId}/webhooks/httpServers | List the HTTP servers for a network |
| ConfigureApi | GetNetworkWebhooksPayloadTemplate | Get /networks/{networkId}/webhooks/payloadTemplates/{payloadTemplateId} | Get the webhook payload template for a network |
| ConfigureApi | GetNetworkWebhooksPayloadTemplates | Get /networks/{networkId}/webhooks/payloadTemplates | List the webhook payload templates for a network |
| ConfigureApi | GetNetworkWebhooksWebhookTest | Get /networks/{networkId}/webhooks/webhookTests/{webhookTestId} | Return the status of a webhook test for a network |
| ConfigureApi | GetNetworkWirelessAlternateManagementInterface | Get /networks/{networkId}/wireless/alternateManagementInterface | Return alternate management interface and devices with IP assigned |
| ConfigureApi | GetNetworkWirelessBilling | Get /networks/{networkId}/wireless/billing | Return the billing settings of this network |
| ConfigureApi | GetNetworkWirelessBluetoothSettings | Get /networks/{networkId}/wireless/bluetooth/settings | Return the Bluetooth settings for a network. <a href="https://documentation.meraki.com/MR/Bluetooth/Bluetooth_Low_Energy_(BLE)\">Bluetooth settings</a> must be enabled on the network. |
| ConfigureApi | GetNetworkWirelessRfProfile | Get /networks/{networkId}/wireless/rfProfiles/{rfProfileId} | Return a RF profile |
| ConfigureApi | GetNetworkWirelessRfProfiles | Get /networks/{networkId}/wireless/rfProfiles | List the non-basic RF profiles for this network |
| ConfigureApi | GetNetworkWirelessSettings | Get /networks/{networkId}/wireless/settings | Return the wireless settings for a network |
| ConfigureApi | GetNetworkWirelessSsid | Get /networks/{networkId}/wireless/ssids/{number} | Return a single MR SSID |
| ConfigureApi | GetNetworkWirelessSsidBonjourForwarding | Get /networks/{networkId}/wireless/ssids/{number}/bonjourForwarding | List the Bonjour forwarding setting and rules for the SSID |
| ConfigureApi | GetNetworkWirelessSsidDeviceTypeGroupPolicies | Get /networks/{networkId}/wireless/ssids/{number}/deviceTypeGroupPolicies | List the device type group policies for the SSID |
| ConfigureApi | GetNetworkWirelessSsidEapOverride | Get /networks/{networkId}/wireless/ssids/{number}/eapOverride | Return the EAP overridden parameters for an SSID |
| ConfigureApi | GetNetworkWirelessSsidFirewallL3FirewallRules | Get /networks/{networkId}/wireless/ssids/{number}/firewall/l3FirewallRules | Return the L3 firewall rules for an SSID on an MR network |
| ConfigureApi | GetNetworkWirelessSsidFirewallL7FirewallRules | Get /networks/{networkId}/wireless/ssids/{number}/firewall/l7FirewallRules | Return the L7 firewall rules for an SSID on an MR network |
| ConfigureApi | GetNetworkWirelessSsidHotspot20 | Get /networks/{networkId}/wireless/ssids/{number}/hotspot20 | Return the Hotspot 2.0 settings for an SSID |
| ConfigureApi | GetNetworkWirelessSsidIdentityPsk | Get /networks/{networkId}/wireless/ssids/{number}/identityPsks/{identityPskId} | Return an Identity PSK |
| ConfigureApi | GetNetworkWirelessSsidIdentityPsks | Get /networks/{networkId}/wireless/ssids/{number}/identityPsks | List all Identity PSKs in a wireless network |
| ConfigureApi | GetNetworkWirelessSsidSchedules | Get /networks/{networkId}/wireless/ssids/{number}/schedules | List the outage schedule for the SSID |
| ConfigureApi | GetNetworkWirelessSsidSplashSettings | Get /networks/{networkId}/wireless/ssids/{number}/splash/settings | Display the splash page settings for the given SSID |
| ConfigureApi | GetNetworkWirelessSsidTrafficShapingRules | Get /networks/{networkId}/wireless/ssids/{number}/trafficShaping/rules | Display the traffic shaping settings for a SSID on an MR network |
| ConfigureApi | GetNetworkWirelessSsidVpn | Get /networks/{networkId}/wireless/ssids/{number}/vpn | List the VPN settings for the SSID. |
| ConfigureApi | GetNetworkWirelessSsids | Get /networks/{networkId}/wireless/ssids | List the MR SSIDs in a network |
| ConfigureApi | GetOrganization | Get /organizations/{organizationId} | Return an organization |
| ConfigureApi | GetOrganizationActionBatch | Get /organizations/{organizationId}/actionBatches/{actionBatchId} | Return an action batch |
| ConfigureApi | GetOrganizationActionBatches | Get /organizations/{organizationId}/actionBatches | Return the list of action batches in the organization |
| ConfigureApi | GetOrganizationAdaptivePolicyAcl | Get /organizations/{organizationId}/adaptivePolicy/acls/{aclId} | Returns the adaptive policy ACL information |
| ConfigureApi | GetOrganizationAdaptivePolicyAcls | Get /organizations/{organizationId}/adaptivePolicy/acls | List adaptive policy ACLs in a organization |
| ConfigureApi | GetOrganizationAdaptivePolicyGroup | Get /organizations/{organizationId}/adaptivePolicy/groups/{id} | Returns an adaptive policy group |
| ConfigureApi | GetOrganizationAdaptivePolicyGroups | Get /organizations/{organizationId}/adaptivePolicy/groups | List adaptive policy groups in a organization |
| ConfigureApi | GetOrganizationAdaptivePolicyPolicies | Get /organizations/{organizationId}/adaptivePolicy/policies | List adaptive policies in an organization |
| ConfigureApi | GetOrganizationAdaptivePolicyPolicy | Get /organizations/{organizationId}/adaptivePolicy/policies/{id} | Return an adaptive policy |
| ConfigureApi | GetOrganizationAdaptivePolicySettings | Get /organizations/{organizationId}/adaptivePolicy/settings | Returns global adaptive policy settings in an organization |
| ConfigureApi | GetOrganizationAdmins | Get /organizations/{organizationId}/admins | List the dashboard administrators in this organization |
| ConfigureApi | GetOrganizationAlertsProfiles | Get /organizations/{organizationId}/alerts/profiles | List all organization-wide alert configurations |
| ConfigureApi | GetOrganizationApplianceSecurityIntrusion | Get /organizations/{organizationId}/appliance/security/intrusion | Returns all supported intrusion settings for an organization |
| ConfigureApi | GetOrganizationApplianceVpnThirdPartyVPNPeers | Get /organizations/{organizationId}/appliance/vpn/thirdPartyVPNPeers | Return the third party VPN peers for an organization |
| ConfigureApi | GetOrganizationApplianceVpnVpnFirewallRules | Get /organizations/{organizationId}/appliance/vpn/vpnFirewallRules | Return the firewall rules for an organization's site-to-site VPN |
| ConfigureApi | GetOrganizationBrandingPolicies | Get /organizations/{organizationId}/brandingPolicies | List the branding policies of an organization |
| ConfigureApi | GetOrganizationBrandingPoliciesPriorities | Get /organizations/{organizationId}/brandingPolicies/priorities | Return the branding policy IDs of an organization in priority order |
| ConfigureApi | GetOrganizationBrandingPolicy | Get /organizations/{organizationId}/brandingPolicies/{brandingPolicyId} | Return a branding policy |
| ConfigureApi | GetOrganizationCameraCustomAnalyticsArtifact | Get /organizations/{organizationId}/camera/customAnalytics/artifacts/{artifactId} | Get Custom Analytics Artifact |
| ConfigureApi | GetOrganizationCameraCustomAnalyticsArtifacts | Get /organizations/{organizationId}/camera/customAnalytics/artifacts | List Custom Analytics Artifacts |
| ConfigureApi | GetOrganizationCameraOnboardingStatuses | Get /organizations/{organizationId}/camera/onboarding/statuses | Fetch onboarding status of cameras |
| ConfigureApi | GetOrganizationClientsSearch | Get /organizations/{organizationId}/clients/search | Return the client details in an organization |
| ConfigureApi | GetOrganizationConfigTemplate | Get /organizations/{organizationId}/configTemplates/{configTemplateId} | Return a single configuration template |
| ConfigureApi | GetOrganizationConfigTemplateSwitchProfilePort | Get /organizations/{organizationId}/configTemplates/{configTemplateId}/switch/profiles/{profileId}/ports/{portId} | Return a switch profile port |
| ConfigureApi | GetOrganizationConfigTemplateSwitchProfilePorts | Get /organizations/{organizationId}/configTemplates/{configTemplateId}/switch/profiles/{profileId}/ports | Return all the ports of a switch profile |
| ConfigureApi | GetOrganizationConfigTemplateSwitchProfiles | Get /organizations/{organizationId}/configTemplates/{configTemplateId}/switch/profiles | List the switch profiles for your switch template configuration |
| ConfigureApi | GetOrganizationConfigTemplates | Get /organizations/{organizationId}/configTemplates | List the configuration templates for this organization |
| ConfigureApi | GetOrganizationDevices | Get /organizations/{organizationId}/devices | List the devices in an organization |
| ConfigureApi | GetOrganizationEarlyAccessFeatures | Get /organizations/{organizationId}/earlyAccess/features | List the available early access features for organization |
| ConfigureApi | GetOrganizationEarlyAccessFeaturesOptIn | Get /organizations/{organizationId}/earlyAccess/features/optIns/{optInId} | Show an early access feature opt-in for an organization |
| ConfigureApi | GetOrganizationEarlyAccessFeaturesOptIns | Get /organizations/{organizationId}/earlyAccess/features/optIns | List the early access feature opt-ins for an organization |
| ConfigureApi | GetOrganizationFirmwareUpgrades | Get /organizations/{organizationId}/firmware/upgrades | Get firmware upgrade information for an organization |
| ConfigureApi | GetOrganizationFirmwareUpgradesByDevice | Get /organizations/{organizationId}/firmware/upgrades/byDevice | Get firmware upgrade status for the filtered devices |
| ConfigureApi | GetOrganizationInsightApplications | Get /organizations/{organizationId}/insight/applications | List all Insight tracked applications |
| ConfigureApi | GetOrganizationInsightMonitoredMediaServer | Get /organizations/{organizationId}/insight/monitoredMediaServers/{monitoredMediaServerId} | Return a monitored media server for this organization |
| ConfigureApi | GetOrganizationInsightMonitoredMediaServers | Get /organizations/{organizationId}/insight/monitoredMediaServers | List the monitored media servers for this organization |
| ConfigureApi | GetOrganizationInventoryDevice | Get /organizations/{organizationId}/inventory/devices/{serial} | Return a single device from the inventory of an organization |
| ConfigureApi | GetOrganizationInventoryDevices | Get /organizations/{organizationId}/inventory/devices | Return the device inventory for an organization |
| ConfigureApi | GetOrganizationInventoryOnboardingCloudMonitoringImports | Get /organizations/{organizationId}/inventory/onboarding/cloudMonitoring/imports | Check the status of a committed Import operation |
| ConfigureApi | GetOrganizationInventoryOnboardingCloudMonitoringNetworks | Get /organizations/{organizationId}/inventory/onboarding/cloudMonitoring/networks | Returns list of networks eligible for adding cloud monitored device |
| ConfigureApi | GetOrganizationLicense | Get /organizations/{organizationId}/licenses/{licenseId} | Display a license |
| ConfigureApi | GetOrganizationLicenses | Get /organizations/{organizationId}/licenses | List the licenses for an organization |
| ConfigureApi | GetOrganizationLicensingCotermLicenses | Get /organizations/{organizationId}/licensing/coterm/licenses | List the licenses in a coterm organization |
| ConfigureApi | GetOrganizationLoginSecurity | Get /organizations/{organizationId}/loginSecurity | Returns the login security settings for an organization. |
| ConfigureApi | GetOrganizationNetworks | Get /organizations/{organizationId}/networks | List the networks that the user has privileges on in an organization |
| ConfigureApi | GetOrganizationPolicyObject | Get /organizations/{organizationId}/policyObjects/{policyObjectId} | Shows details of a Policy Object. |
| ConfigureApi | GetOrganizationPolicyObjects | Get /organizations/{organizationId}/policyObjects | Lists Policy Objects belonging to the organization. |
| ConfigureApi | GetOrganizationPolicyObjectsGroup | Get /organizations/{organizationId}/policyObjects/groups/{policyObjectGroupId} | Shows details of a Policy Object Group. |
| ConfigureApi | GetOrganizationPolicyObjectsGroups | Get /organizations/{organizationId}/policyObjects/groups | Lists Policy Object Groups belonging to the organization. |
| ConfigureApi | GetOrganizationSaml | Get /organizations/{organizationId}/saml | Returns the SAML SSO enabled settings for an organization. |
| ConfigureApi | GetOrganizationSamlIdp | Get /organizations/{organizationId}/saml/idps/{idpId} | Get a SAML IdP from your organization. |
| ConfigureApi | GetOrganizationSamlIdps | Get /organizations/{organizationId}/saml/idps | List the SAML IdPs in your organization. |
| ConfigureApi | GetOrganizationSamlRole | Get /organizations/{organizationId}/samlRoles/{samlRoleId} | Return a SAML role |
| ConfigureApi | GetOrganizationSamlRoles | Get /organizations/{organizationId}/samlRoles | List the SAML roles for this organization |
| ConfigureApi | GetOrganizationSmApnsCert | Get /organizations/{organizationId}/sm/apnsCert | Get the organization's APNS certificate |
| ConfigureApi | GetOrganizationSmVppAccount | Get /organizations/{organizationId}/sm/vppAccounts/{vppAccountId} | Get a hash containing the unparsed token of the VPP account with the given ID |
| ConfigureApi | GetOrganizationSmVppAccounts | Get /organizations/{organizationId}/sm/vppAccounts | List the VPP accounts in the organization |
| ConfigureApi | GetOrganizationSnmp | Get /organizations/{organizationId}/snmp | Return the SNMP settings for an organization |
| ConfigureApi | GetOrganizationSwitchPortsBySwitch | Get /organizations/{organizationId}/switch/ports/bySwitch | List the switchports in an organization by switch |
| ConfigureApi | GetOrganizationWirelessDevicesEthernetStatuses | Get /organizations/{organizationId}/wireless/devices/ethernet/statuses | Endpoint to see power status for wireless devices |
| ConfigureApi | GetOrganizations | Get /organizations | List the organizations that the user has privileges on |
| ConfigureApi | LockNetworkSmDevices | Post /networks/{networkId}/sm/devices/lock | Lock a set of devices |
| ConfigureApi | ModifyNetworkSmDevicesTags | Post /networks/{networkId}/sm/devices/modifyTags | Add, delete, or update the tags of a set of devices |
| ConfigureApi | MoveNetworkSmDevices | Post /networks/{networkId}/sm/devices/move | Move a set of devices to a new network |
| ConfigureApi | MoveOrganizationLicenses | Post /organizations/{organizationId}/licenses/move | Move licenses to another organization |
| ConfigureApi | MoveOrganizationLicensesSeats | Post /organizations/{organizationId}/licenses/moveSeats | Move SM seats to another organization |
| ConfigureApi | MoveOrganizationLicensingCotermLicenses | Post /organizations/{organizationId}/licensing/coterm/licenses/move | Moves a license to a different organization (coterm only) |
| ConfigureApi | ProvisionNetworkClients | Post /networks/{networkId}/clients/provision | Provisions a client with a name and policy |
| ConfigureApi | RefreshNetworkSmDeviceDetails | Post /networks/{networkId}/sm/devices/{deviceId}/refreshDetails | Refresh the details of a device |
| ConfigureApi | ReleaseFromOrganizationInventory | Post /organizations/{organizationId}/inventory/release | Release a list of claimed devices from an organization. |
| ConfigureApi | RemoveNetworkDevices | Post /networks/{networkId}/devices/remove | Remove a single device |
| ConfigureApi | RemoveNetworkSwitchStack | Post /networks/{networkId}/switch/stacks/{switchStackId}/remove | Remove a switch from a stack |
| ConfigureApi | RenewOrganizationLicensesSeats | Post /organizations/{organizationId}/licenses/renewSeats | Renew SM seats of a license |
| ConfigureApi | RollbacksNetworkFirmwareUpgradesStagedEvents | Post /networks/{networkId}/firmwareUpgrades/staged/events/rollbacks | Rollback a Staged Upgrade Event for a network |
| ConfigureApi | SplitNetwork | Post /networks/{networkId}/split | Split a combined network into individual networks for each type of device |
| ConfigureApi | SwapNetworkApplianceWarmSpare | Post /networks/{networkId}/appliance/warmSpare/swap | Swap MX primary and warm spare appliances |
| ConfigureApi | UnbindNetwork | Post /networks/{networkId}/unbind | Unbind a network from a template. |
| ConfigureApi | UnenrollNetworkSmDevice | Post /networks/{networkId}/sm/devices/{deviceId}/unenroll | Unenroll a device |
| ConfigureApi | UpdateDevice | Put /devices/{serial} | Update the attributes of a device |
| ConfigureApi | UpdateDeviceApplianceUplinksSettings | Put /devices/{serial}/appliance/uplinks/settings | Update the uplink settings for an MX appliance |
| ConfigureApi | UpdateDeviceCameraCustomAnalytics | Put /devices/{serial}/camera/customAnalytics | Update custom analytics settings for a camera |
| ConfigureApi | UpdateDeviceCameraQualityAndRetention | Put /devices/{serial}/camera/qualityAndRetention | Update quality and retention settings for the given camera |
| ConfigureApi | UpdateDeviceCameraSense | Put /devices/{serial}/camera/sense | Update sense settings for the given camera |
| ConfigureApi | UpdateDeviceCameraVideoSettings | Put /devices/{serial}/camera/video/settings | Update video settings for the given camera |
| ConfigureApi | UpdateDeviceCameraWirelessProfiles | Put /devices/{serial}/camera/wirelessProfiles | Assign wireless profiles to the given camera |
| ConfigureApi | UpdateDeviceCellularGatewayLan | Put /devices/{serial}/cellularGateway/lan | Update the LAN Settings for a single MG. |
| ConfigureApi | UpdateDeviceCellularGatewayPortForwardingRules | Put /devices/{serial}/cellularGateway/portForwardingRules | Updates the port forwarding rules for a single MG. |
| ConfigureApi | UpdateDeviceCellularSims | Put /devices/{serial}/cellular/sims | Updates the SIM and APN configurations for a cellular device. |
| ConfigureApi | UpdateDeviceManagementInterface | Put /devices/{serial}/managementInterface | Update the management interface settings for a device |
| ConfigureApi | UpdateDeviceSensorRelationships | Put /devices/{serial}/sensor/relationships | Assign one or more sensor roles to a given sensor or camera device. |
| ConfigureApi | UpdateDeviceSwitchPort | Put /devices/{serial}/switch/ports/{portId} | Update a switch port |
| ConfigureApi | UpdateDeviceSwitchRoutingInterface | Put /devices/{serial}/switch/routing/interfaces/{interfaceId} | Update a layer 3 interface for a switch |
| ConfigureApi | UpdateDeviceSwitchRoutingInterfaceDhcp | Put /devices/{serial}/switch/routing/interfaces/{interfaceId}/dhcp | Update a layer 3 interface DHCP configuration for a switch |
| ConfigureApi | UpdateDeviceSwitchRoutingStaticRoute | Put /devices/{serial}/switch/routing/staticRoutes/{staticRouteId} | Update a layer 3 static route for a switch |
| ConfigureApi | UpdateDeviceSwitchWarmSpare | Put /devices/{serial}/switch/warmSpare | Update warm spare configuration for a switch |
| ConfigureApi | UpdateDeviceWirelessBluetoothSettings | Put /devices/{serial}/wireless/bluetooth/settings | Update the bluetooth settings for a wireless device |
| ConfigureApi | UpdateDeviceWirelessRadioSettings | Put /devices/{serial}/wireless/radio/settings | Update the radio settings of a device |
| ConfigureApi | UpdateNetwork | Put /networks/{networkId} | Update a network |
| ConfigureApi | UpdateNetworkAlertsSettings | Put /networks/{networkId}/alerts/settings | Update the alert configuration for this network |
| ConfigureApi | UpdateNetworkApplianceConnectivityMonitoringDestinations | Put /networks/{networkId}/appliance/connectivityMonitoringDestinations | Update the connectivity testing destinations for an MX network |
| ConfigureApi | UpdateNetworkApplianceContentFiltering | Put /networks/{networkId}/appliance/contentFiltering | Update the content filtering settings for an MX network |
| ConfigureApi | UpdateNetworkApplianceFirewallCellularFirewallRules | Put /networks/{networkId}/appliance/firewall/cellularFirewallRules | Update the cellular firewall rules of an MX network |
| ConfigureApi | UpdateNetworkApplianceFirewallFirewalledService | Put /networks/{networkId}/appliance/firewall/firewalledServices/{service} | Updates the accessibility settings for the given service ('ICMP', 'web', or 'SNMP') |
| ConfigureApi | UpdateNetworkApplianceFirewallInboundCellularFirewallRules | Put /networks/{networkId}/appliance/firewall/inboundCellularFirewallRules | Update the inbound cellular firewall rules of an MX network |
| ConfigureApi | UpdateNetworkApplianceFirewallInboundFirewallRules | Put /networks/{networkId}/appliance/firewall/inboundFirewallRules | Update the inbound firewall rules of an MX network |
| ConfigureApi | UpdateNetworkApplianceFirewallL3FirewallRules | Put /networks/{networkId}/appliance/firewall/l3FirewallRules | Update the L3 firewall rules of an MX network |
| ConfigureApi | UpdateNetworkApplianceFirewallL7FirewallRules | Put /networks/{networkId}/appliance/firewall/l7FirewallRules | Update the MX L7 firewall rules for an MX network |
| ConfigureApi | UpdateNetworkApplianceFirewallOneToManyNatRules | Put /networks/{networkId}/appliance/firewall/oneToManyNatRules | Set the 1:Many NAT mapping rules for an MX network |
| ConfigureApi | UpdateNetworkApplianceFirewallOneToOneNatRules | Put /networks/{networkId}/appliance/firewall/oneToOneNatRules | Set the 1:1 NAT mapping rules for an MX network |
| ConfigureApi | UpdateNetworkApplianceFirewallPortForwardingRules | Put /networks/{networkId}/appliance/firewall/portForwardingRules | Update the port forwarding rules for an MX network |
| ConfigureApi | UpdateNetworkApplianceFirewallSettings | Put /networks/{networkId}/appliance/firewall/settings | Update the firewall settings for this network |
| ConfigureApi | UpdateNetworkAppliancePort | Put /networks/{networkId}/appliance/ports/{portId} | Update the per-port VLAN settings for a single MX port. |
| ConfigureApi | UpdateNetworkAppliancePrefixesDelegatedStatic | Put /networks/{networkId}/appliance/prefixes/delegated/statics/{staticDelegatedPrefixId} | Update a static delegated prefix from a network |
| ConfigureApi | UpdateNetworkApplianceSecurityIntrusion | Put /networks/{networkId}/appliance/security/intrusion | Set the supported intrusion settings for an MX network |
| ConfigureApi | UpdateNetworkApplianceSecurityMalware | Put /networks/{networkId}/appliance/security/malware | Set the supported malware settings for an MX network |
| ConfigureApi | UpdateNetworkApplianceSettings | Put /networks/{networkId}/appliance/settings | Update the appliance settings for a network |
| ConfigureApi | UpdateNetworkApplianceSingleLan | Put /networks/{networkId}/appliance/singleLan | Update single LAN configuration |
| ConfigureApi | UpdateNetworkApplianceSsid | Put /networks/{networkId}/appliance/ssids/{number} | Update the attributes of an MX SSID |
| ConfigureApi | UpdateNetworkApplianceStaticRoute | Put /networks/{networkId}/appliance/staticRoutes/{staticRouteId} | Update a static route for an MX or teleworker network |
| ConfigureApi | UpdateNetworkApplianceTrafficShaping | Put /networks/{networkId}/appliance/trafficShaping | Update the traffic shaping settings for an MX network |
| ConfigureApi | UpdateNetworkApplianceTrafficShapingCustomPerformanceClass | Put /networks/{networkId}/appliance/trafficShaping/customPerformanceClasses/{customPerformanceClassId} | Update a custom performance class for an MX network |
| ConfigureApi | UpdateNetworkApplianceTrafficShapingRules | Put /networks/{networkId}/appliance/trafficShaping/rules | Update the traffic shaping settings rules for an MX network |
| ConfigureApi | UpdateNetworkApplianceTrafficShapingUplinkBandwidth | Put /networks/{networkId}/appliance/trafficShaping/uplinkBandwidth | Updates the uplink bandwidth settings for your MX network. |
| ConfigureApi | UpdateNetworkApplianceTrafficShapingUplinkSelection | Put /networks/{networkId}/appliance/trafficShaping/uplinkSelection | Update uplink selection settings for an MX network |
| ConfigureApi | UpdateNetworkApplianceVlan | Put /networks/{networkId}/appliance/vlans/{vlanId} | Update a VLAN |
| ConfigureApi | UpdateNetworkApplianceVlansSettings | Put /networks/{networkId}/appliance/vlans/settings | Enable/Disable VLANs for the given network |
| ConfigureApi | UpdateNetworkApplianceVpnBgp | Put /networks/{networkId}/appliance/vpn/bgp | Update a Hub BGP Configuration |
| ConfigureApi | UpdateNetworkApplianceVpnSiteToSiteVpn | Put /networks/{networkId}/appliance/vpn/siteToSiteVpn | Update the site-to-site VPN settings of a network |
| ConfigureApi | UpdateNetworkApplianceWarmSpare | Put /networks/{networkId}/appliance/warmSpare | Update MX warm spare settings |
| ConfigureApi | UpdateNetworkCameraQualityRetentionProfile | Put /networks/{networkId}/camera/qualityRetentionProfiles/{qualityRetentionProfileId} | Update an existing quality retention profile for this network. |
| ConfigureApi | UpdateNetworkCameraWirelessProfile | Put /networks/{networkId}/camera/wirelessProfiles/{wirelessProfileId} | Update an existing camera wireless profile in this network. |
| ConfigureApi | UpdateNetworkCellularGatewayConnectivityMonitoringDestinations | Put /networks/{networkId}/cellularGateway/connectivityMonitoringDestinations | Update the connectivity testing destinations for an MG network |
| ConfigureApi | UpdateNetworkCellularGatewayDhcp | Put /networks/{networkId}/cellularGateway/dhcp | Update common DHCP settings of MGs |
| ConfigureApi | UpdateNetworkCellularGatewaySubnetPool | Put /networks/{networkId}/cellularGateway/subnetPool | Update the subnet pool and mask configuration for MGs in the network. |
| ConfigureApi | UpdateNetworkCellularGatewayUplink | Put /networks/{networkId}/cellularGateway/uplink | Updates the uplink settings for your MG network. |
| ConfigureApi | UpdateNetworkClientPolicy | Put /networks/{networkId}/clients/{clientId}/policy | Update the policy assigned to a client on the network |
| ConfigureApi | UpdateNetworkClientSplashAuthorizationStatus | Put /networks/{networkId}/clients/{clientId}/splashAuthorizationStatus | Update a client's splash authorization |
| ConfigureApi | UpdateNetworkFirmwareUpgrades | Put /networks/{networkId}/firmwareUpgrades | Update firmware upgrade information for a network |
| ConfigureApi | UpdateNetworkFirmwareUpgradesStagedEvents | Put /networks/{networkId}/firmwareUpgrades/staged/events | Update the Staged Upgrade Event for a network |
| ConfigureApi | UpdateNetworkFirmwareUpgradesStagedGroup | Put /networks/{networkId}/firmwareUpgrades/staged/groups/{groupId} | Update a Staged Upgrade Group for a network |
| ConfigureApi | UpdateNetworkFirmwareUpgradesStagedStages | Put /networks/{networkId}/firmwareUpgrades/staged/stages | Assign Staged Upgrade Group order in the sequence. |
| ConfigureApi | UpdateNetworkFloorPlan | Put /networks/{networkId}/floorPlans/{floorPlanId} | Update a floor plan's geolocation and other meta data |
| ConfigureApi | UpdateNetworkGroupPolicy | Put /networks/{networkId}/groupPolicies/{groupPolicyId} | Update a group policy |
| ConfigureApi | UpdateNetworkMerakiAuthUser | Put /networks/{networkId}/merakiAuthUsers/{merakiAuthUserId} | Update a user configured with Meraki Authentication (currently, 802.1X RADIUS, splash guest, and client VPN users can be updated) |
| ConfigureApi | UpdateNetworkMqttBroker | Put /networks/{networkId}/mqttBrokers/{mqttBrokerId} | Update an MQTT broker |
| ConfigureApi | UpdateNetworkNetflow | Put /networks/{networkId}/netflow | Update the NetFlow traffic reporting settings for a network |
| ConfigureApi | UpdateNetworkSensorAlertsProfile | Put /networks/{networkId}/sensor/alerts/profiles/{id} | Updates a sensor alert profile for a network. |
| ConfigureApi | UpdateNetworkSettings | Put /networks/{networkId}/settings | Update the settings for a network |
| ConfigureApi | UpdateNetworkSmDevicesFields | Put /networks/{networkId}/sm/devices/fields | Modify the fields of a device |
| ConfigureApi | UpdateNetworkSmTargetGroup | Put /networks/{networkId}/sm/targetGroups/{targetGroupId} | Update a target group |
| ConfigureApi | UpdateNetworkSnmp | Put /networks/{networkId}/snmp | Update the SNMP settings for a network |
| ConfigureApi | UpdateNetworkSwitchAccessControlLists | Put /networks/{networkId}/switch/accessControlLists | Update the access control lists for a MS network |
| ConfigureApi | UpdateNetworkSwitchAccessPolicy | Put /networks/{networkId}/switch/accessPolicies/{accessPolicyNumber} | Update an access policy for a switch network |
| ConfigureApi | UpdateNetworkSwitchAlternateManagementInterface | Put /networks/{networkId}/switch/alternateManagementInterface | Update the switch alternate management interface for the network |
| ConfigureApi | UpdateNetworkSwitchDhcpServerPolicy | Put /networks/{networkId}/switch/dhcpServerPolicy | Update the DHCP server settings |
| ConfigureApi | UpdateNetworkSwitchDhcpServerPolicyArpInspectionTrustedServer | Put /networks/{networkId}/switch/dhcpServerPolicy/arpInspection/trustedServers/{trustedServerId} | Update a server that is trusted by Dynamic ARP Inspection on this network |
| ConfigureApi | UpdateNetworkSwitchDscpToCosMappings | Put /networks/{networkId}/switch/dscpToCosMappings | Update the DSCP to CoS mappings |
| ConfigureApi | UpdateNetworkSwitchLinkAggregation | Put /networks/{networkId}/switch/linkAggregations/{linkAggregationId} | Update a link aggregation group |
| ConfigureApi | UpdateNetworkSwitchMtu | Put /networks/{networkId}/switch/mtu | Update the MTU configuration |
| ConfigureApi | UpdateNetworkSwitchPortSchedule | Put /networks/{networkId}/switch/portSchedules/{portScheduleId} | Update a switch port schedule |
| ConfigureApi | UpdateNetworkSwitchQosRule | Put /networks/{networkId}/switch/qosRules/{qosRuleId} | Update a quality of service rule |
| ConfigureApi | UpdateNetworkSwitchQosRulesOrder | Put /networks/{networkId}/switch/qosRules/order | Update the order in which the rules should be processed by the switch |
| ConfigureApi | UpdateNetworkSwitchRoutingMulticast | Put /networks/{networkId}/switch/routing/multicast | Update multicast settings for a network |
| ConfigureApi | UpdateNetworkSwitchRoutingMulticastRendezvousPoint | Put /networks/{networkId}/switch/routing/multicast/rendezvousPoints/{rendezvousPointId} | Update a multicast rendezvous point |
| ConfigureApi | UpdateNetworkSwitchRoutingOspf | Put /networks/{networkId}/switch/routing/ospf | Update layer 3 OSPF routing configuration |
| ConfigureApi | UpdateNetworkSwitchSettings | Put /networks/{networkId}/switch/settings | Update switch network settings |
| ConfigureApi | UpdateNetworkSwitchStackRoutingInterface | Put /networks/{networkId}/switch/stacks/{switchStackId}/routing/interfaces/{interfaceId} | Update a layer 3 interface for a switch stack |
| ConfigureApi | UpdateNetworkSwitchStackRoutingInterfaceDhcp | Put /networks/{networkId}/switch/stacks/{switchStackId}/routing/interfaces/{interfaceId}/dhcp | Update a layer 3 interface DHCP configuration for a switch stack |
| ConfigureApi | UpdateNetworkSwitchStackRoutingStaticRoute | Put /networks/{networkId}/switch/stacks/{switchStackId}/routing/staticRoutes/{staticRouteId} | Update a layer 3 static route for a switch stack |
| ConfigureApi | UpdateNetworkSwitchStormControl | Put /networks/{networkId}/switch/stormControl | Update the storm control configuration for a switch network |
| ConfigureApi | UpdateNetworkSwitchStp | Put /networks/{networkId}/switch/stp | Updates STP settings |
| ConfigureApi | UpdateNetworkSyslogServers | Put /networks/{networkId}/syslogServers | Update the syslog servers for a network |
| ConfigureApi | UpdateNetworkTrafficAnalysis | Put /networks/{networkId}/trafficAnalysis | Update the traffic analysis settings for a network |
| ConfigureApi | UpdateNetworkWebhooksHttpServer | Put /networks/{networkId}/webhooks/httpServers/{httpServerId} | Update an HTTP server |
| ConfigureApi | UpdateNetworkWebhooksPayloadTemplate | Put /networks/{networkId}/webhooks/payloadTemplates/{payloadTemplateId} | Update a webhook payload template for a network |
| ConfigureApi | UpdateNetworkWirelessAlternateManagementInterface | Put /networks/{networkId}/wireless/alternateManagementInterface | Update alternate management interface and device static IP |
| ConfigureApi | UpdateNetworkWirelessBilling | Put /networks/{networkId}/wireless/billing | Update the billing settings |
| ConfigureApi | UpdateNetworkWirelessBluetoothSettings | Put /networks/{networkId}/wireless/bluetooth/settings | Update the Bluetooth settings for a network |
| ConfigureApi | UpdateNetworkWirelessRfProfile | Put /networks/{networkId}/wireless/rfProfiles/{rfProfileId} | Updates specified RF profile for this network |
| ConfigureApi | UpdateNetworkWirelessSettings | Put /networks/{networkId}/wireless/settings | Update the wireless settings for a network |
| ConfigureApi | UpdateNetworkWirelessSsid | Put /networks/{networkId}/wireless/ssids/{number} | Update the attributes of an MR SSID |
| ConfigureApi | UpdateNetworkWirelessSsidBonjourForwarding | Put /networks/{networkId}/wireless/ssids/{number}/bonjourForwarding | Update the bonjour forwarding setting and rules for the SSID |
| ConfigureApi | UpdateNetworkWirelessSsidDeviceTypeGroupPolicies | Put /networks/{networkId}/wireless/ssids/{number}/deviceTypeGroupPolicies | Update the device type group policies for the SSID |
| ConfigureApi | UpdateNetworkWirelessSsidEapOverride | Put /networks/{networkId}/wireless/ssids/{number}/eapOverride | Update the EAP overridden parameters for an SSID. |
| ConfigureApi | UpdateNetworkWirelessSsidFirewallL3FirewallRules | Put /networks/{networkId}/wireless/ssids/{number}/firewall/l3FirewallRules | Update the L3 firewall rules of an SSID on an MR network |
| ConfigureApi | UpdateNetworkWirelessSsidFirewallL7FirewallRules | Put /networks/{networkId}/wireless/ssids/{number}/firewall/l7FirewallRules | Update the L7 firewall rules of an SSID on an MR network |
| ConfigureApi | UpdateNetworkWirelessSsidHotspot20 | Put /networks/{networkId}/wireless/ssids/{number}/hotspot20 | Update the Hotspot 2.0 settings of an SSID |
| ConfigureApi | UpdateNetworkWirelessSsidIdentityPsk | Put /networks/{networkId}/wireless/ssids/{number}/identityPsks/{identityPskId} | Update an Identity PSK |
| ConfigureApi | UpdateNetworkWirelessSsidSchedules | Put /networks/{networkId}/wireless/ssids/{number}/schedules | Update the outage schedule for the SSID |
| ConfigureApi | UpdateNetworkWirelessSsidSplashSettings | Put /networks/{networkId}/wireless/ssids/{number}/splash/settings | Modify the splash page settings for the given SSID |
| ConfigureApi | UpdateNetworkWirelessSsidTrafficShapingRules | Put /networks/{networkId}/wireless/ssids/{number}/trafficShaping/rules | Update the traffic shaping settings for an SSID on an MR network |
| ConfigureApi | UpdateNetworkWirelessSsidVpn | Put /networks/{networkId}/wireless/ssids/{number}/vpn | Update the VPN settings for the SSID |
| ConfigureApi | UpdateOrganization | Put /organizations/{organizationId} | Update an organization |
| ConfigureApi | UpdateOrganizationActionBatch | Put /organizations/{organizationId}/actionBatches/{actionBatchId} | Update an action batch |
| ConfigureApi | UpdateOrganizationAdaptivePolicyAcl | Put /organizations/{organizationId}/adaptivePolicy/acls/{aclId} | Updates an adaptive policy ACL |
| ConfigureApi | UpdateOrganizationAdaptivePolicyGroup | Put /organizations/{organizationId}/adaptivePolicy/groups/{id} | Updates an adaptive policy group |
| ConfigureApi | UpdateOrganizationAdaptivePolicyPolicy | Put /organizations/{organizationId}/adaptivePolicy/policies/{id} | Update an Adaptive Policy |
| ConfigureApi | UpdateOrganizationAdaptivePolicySettings | Put /organizations/{organizationId}/adaptivePolicy/settings | Update global adaptive policy settings |
| ConfigureApi | UpdateOrganizationAdmin | Put /organizations/{organizationId}/admins/{adminId} | Update an administrator |
| ConfigureApi | UpdateOrganizationAlertsProfile | Put /organizations/{organizationId}/alerts/profiles/{alertConfigId} | Update an organization-wide alert config |
| ConfigureApi | UpdateOrganizationApplianceSecurityIntrusion | Put /organizations/{organizationId}/appliance/security/intrusion | Sets supported intrusion settings for an organization |
| ConfigureApi | UpdateOrganizationApplianceVpnThirdPartyVPNPeers | Put /organizations/{organizationId}/appliance/vpn/thirdPartyVPNPeers | Update the third party VPN peers for an organization |
| ConfigureApi | UpdateOrganizationApplianceVpnVpnFirewallRules | Put /organizations/{organizationId}/appliance/vpn/vpnFirewallRules | Update the firewall rules of an organization's site-to-site VPN |
| ConfigureApi | UpdateOrganizationBrandingPoliciesPriorities | Put /organizations/{organizationId}/brandingPolicies/priorities | Update the priority ordering of an organization's branding policies. |
| ConfigureApi | UpdateOrganizationBrandingPolicy | Put /organizations/{organizationId}/brandingPolicies/{brandingPolicyId} | Update a branding policy |
| ConfigureApi | UpdateOrganizationCameraOnboardingStatuses | Put /organizations/{organizationId}/camera/onboarding/statuses | Notify that credential handoff to camera has completed |
| ConfigureApi | UpdateOrganizationConfigTemplate | Put /organizations/{organizationId}/configTemplates/{configTemplateId} | Update a configuration template |
| ConfigureApi | UpdateOrganizationConfigTemplateSwitchProfilePort | Put /organizations/{organizationId}/configTemplates/{configTemplateId}/switch/profiles/{profileId}/ports/{portId} | Update a switch profile port |
| ConfigureApi | UpdateOrganizationEarlyAccessFeaturesOptIn | Put /organizations/{organizationId}/earlyAccess/features/optIns/{optInId} | Update an early access feature opt-in for an organization |
| ConfigureApi | UpdateOrganizationInsightMonitoredMediaServer | Put /organizations/{organizationId}/insight/monitoredMediaServers/{monitoredMediaServerId} | Update a monitored media server for this organization |
| ConfigureApi | UpdateOrganizationLicense | Put /organizations/{organizationId}/licenses/{licenseId} | Update a license |
| ConfigureApi | UpdateOrganizationLoginSecurity | Put /organizations/{organizationId}/loginSecurity | Update the login security settings for an organization |
| ConfigureApi | UpdateOrganizationPolicyObject | Put /organizations/{organizationId}/policyObjects/{policyObjectId} | Updates a Policy Object. |
| ConfigureApi | UpdateOrganizationPolicyObjectsGroup | Put /organizations/{organizationId}/policyObjects/groups/{policyObjectGroupId} | Updates a Policy Object Group. |
| ConfigureApi | UpdateOrganizationSaml | Put /organizations/{organizationId}/saml | Updates the SAML SSO enabled settings for an organization. |
| ConfigureApi | UpdateOrganizationSamlIdp | Put /organizations/{organizationId}/saml/idps/{idpId} | Update a SAML IdP in your organization |
| ConfigureApi | UpdateOrganizationSamlRole | Put /organizations/{organizationId}/samlRoles/{samlRoleId} | Update a SAML role |
| ConfigureApi | UpdateOrganizationSnmp | Put /organizations/{organizationId}/snmp | Update the SNMP settings for an organization |
| ConfigureApi | VmxNetworkDevicesClaim | Post /networks/{networkId}/devices/claim/vmx | Claim a vMX into a network |
| ConfigureApi | WipeNetworkSmDevices | Post /networks/{networkId}/sm/devices/wipe | Wipe a device |
| ConnectionStatsApi | GetDeviceWirelessConnectionStats | Get /devices/{serial}/wireless/connectionStats | Aggregated connectivity info for a given AP on this network |
| ConnectionStatsApi | GetNetworkWirelessClientConnectionStats | Get /networks/{networkId}/wireless/clients/{clientId}/connectionStats | Aggregated connectivity info for a given client on this network |
| ConnectionStatsApi | GetNetworkWirelessClientsConnectionStats | Get /networks/{networkId}/wireless/clients/connectionStats | Aggregated connectivity info for this network, grouped by clients |
| ConnectionStatsApi | GetNetworkWirelessConnectionStats | Get /networks/{networkId}/wireless/connectionStats | Aggregated connectivity info for this network |
| ConnectionStatsApi | GetNetworkWirelessDevicesConnectionStats | Get /networks/{networkId}/wireless/devices/connectionStats | Aggregated connectivity info for this network, grouped by node |
| ConnectivityApi | GetNetworkSmDeviceConnectivity | Get /networks/{networkId}/sm/devices/{deviceId}/connectivity | Returns historical connectivity data (whether a device is regularly checking in to Dashboard). |
| ConnectivityEventsApi | GetNetworkWirelessClientConnectivityEvents | Get /networks/{networkId}/wireless/clients/{clientId}/connectivityEvents | List the wireless connectivity events for a client within a network in the timespan. |
| ConnectivityMonitoringDestinationsApi | GetNetworkApplianceConnectivityMonitoringDestinations | Get /networks/{networkId}/appliance/connectivityMonitoringDestinations | Return the connectivity testing destinations for an MX network |
| ConnectivityMonitoringDestinationsApi | GetNetworkCellularGatewayConnectivityMonitoringDestinations | Get /networks/{networkId}/cellularGateway/connectivityMonitoringDestinations | Return the connectivity testing destinations for an MG network |
| ConnectivityMonitoringDestinationsApi | UpdateNetworkApplianceConnectivityMonitoringDestinations | Put /networks/{networkId}/appliance/connectivityMonitoringDestinations | Update the connectivity testing destinations for an MX network |
| ConnectivityMonitoringDestinationsApi | UpdateNetworkCellularGatewayConnectivityMonitoringDestinations | Put /networks/{networkId}/cellularGateway/connectivityMonitoringDestinations | Update the connectivity testing destinations for an MG network |
| ContentFilteringApi | GetNetworkApplianceContentFiltering | Get /networks/{networkId}/appliance/contentFiltering | Return the content filtering settings for an MX network |
| ContentFilteringApi | GetNetworkApplianceContentFilteringCategories | Get /networks/{networkId}/appliance/contentFiltering/categories | List all available content filtering categories for an MX network |
| ContentFilteringApi | UpdateNetworkApplianceContentFiltering | Put /networks/{networkId}/appliance/contentFiltering | Update the content filtering settings for an MX network |
| CotermApi | GetOrganizationLicensingCotermLicenses | Get /organizations/{organizationId}/licensing/coterm/licenses | List the licenses in a coterm organization |
| CotermApi | MoveOrganizationLicensingCotermLicenses | Post /organizations/{organizationId}/licensing/coterm/licenses/move | Moves a license to a different organization (coterm only) |
| CurrentApi | GetNetworkSensorAlertsCurrentOverviewByMetric | Get /networks/{networkId}/sensor/alerts/current/overview/byMetric | Return an overview of currently alerting sensors by metric |
| CustomAnalyticsApi | CreateOrganizationCameraCustomAnalyticsArtifact | Post /organizations/{organizationId}/camera/customAnalytics/artifacts | Create custom analytics artifact |
| CustomAnalyticsApi | DeleteOrganizationCameraCustomAnalyticsArtifact | Delete /organizations/{organizationId}/camera/customAnalytics/artifacts/{artifactId} | Delete Custom Analytics Artifact |
| CustomAnalyticsApi | GetDeviceCameraCustomAnalytics | Get /devices/{serial}/camera/customAnalytics | Return custom analytics settings for a camera |
| CustomAnalyticsApi | GetOrganizationCameraCustomAnalyticsArtifact | Get /organizations/{organizationId}/camera/customAnalytics/artifacts/{artifactId} | Get Custom Analytics Artifact |
| CustomAnalyticsApi | GetOrganizationCameraCustomAnalyticsArtifacts | Get /organizations/{organizationId}/camera/customAnalytics/artifacts | List Custom Analytics Artifacts |
| CustomAnalyticsApi | UpdateDeviceCameraCustomAnalytics | Put /devices/{serial}/camera/customAnalytics | Update custom analytics settings for a camera |
| CustomPerformanceClassesApi | CreateNetworkApplianceTrafficShapingCustomPerformanceClass | Post /networks/{networkId}/appliance/trafficShaping/customPerformanceClasses | Add a custom performance class for an MX network |
| CustomPerformanceClassesApi | DeleteNetworkApplianceTrafficShapingCustomPerformanceClass | Delete /networks/{networkId}/appliance/trafficShaping/customPerformanceClasses/{customPerformanceClassId} | Delete a custom performance class from an MX network |
| CustomPerformanceClassesApi | GetNetworkApplianceTrafficShapingCustomPerformanceClass | Get /networks/{networkId}/appliance/trafficShaping/customPerformanceClasses/{customPerformanceClassId} | Return a custom performance class for an MX network |
| CustomPerformanceClassesApi | GetNetworkApplianceTrafficShapingCustomPerformanceClasses | Get /networks/{networkId}/appliance/trafficShaping/customPerformanceClasses | List all custom performance classes for an MX network |
| CustomPerformanceClassesApi | UpdateNetworkApplianceTrafficShapingCustomPerformanceClass | Put /networks/{networkId}/appliance/trafficShaping/customPerformanceClasses/{customPerformanceClassId} | Update a custom performance class for an MX network |
| DataRateHistoryApi | GetNetworkWirelessDataRateHistory | Get /networks/{networkId}/wireless/dataRateHistory | Return PHY data rates over time for a network, device, or network client |
| DelegatedApi | CreateNetworkAppliancePrefixesDelegatedStatic | Post /networks/{networkId}/appliance/prefixes/delegated/statics | Add a static delegated prefix from a network |
| DelegatedApi | DeleteNetworkAppliancePrefixesDelegatedStatic | Delete /networks/{networkId}/appliance/prefixes/delegated/statics/{staticDelegatedPrefixId} | Delete a static delegated prefix from a network |
| DelegatedApi | GetDeviceAppliancePrefixesDelegated | Get /devices/{serial}/appliance/prefixes/delegated | Return current delegated IPv6 prefixes on an appliance. |
| DelegatedApi | GetDeviceAppliancePrefixesDelegatedVlanAssignments | Get /devices/{serial}/appliance/prefixes/delegated/vlanAssignments | Return prefixes assigned to all IPv6 enabled VLANs on an appliance. |
| DelegatedApi | GetNetworkAppliancePrefixesDelegatedStatic | Get /networks/{networkId}/appliance/prefixes/delegated/statics/{staticDelegatedPrefixId} | Return a static delegated prefix from a network |
| DelegatedApi | GetNetworkAppliancePrefixesDelegatedStatics | Get /networks/{networkId}/appliance/prefixes/delegated/statics | List static delegated prefixes for a network |
| DelegatedApi | UpdateNetworkAppliancePrefixesDelegatedStatic | Put /networks/{networkId}/appliance/prefixes/delegated/statics/{staticDelegatedPrefixId} | Update a static delegated prefix from a network |
| DesktopLogsApi | GetNetworkSmDeviceDesktopLogs | Get /networks/{networkId}/sm/devices/{deviceId}/desktopLogs | Return historical records of various Systems Manager network connection details for desktop devices. |
| DeviceCommandLogsApi | GetNetworkSmDeviceDeviceCommandLogs | Get /networks/{networkId}/sm/devices/{deviceId}/deviceCommandLogs | Return historical records of commands sent to Systems Manager devices |
| DeviceProfilesApi | GetNetworkSmDeviceDeviceProfiles | Get /networks/{networkId}/sm/devices/{deviceId}/deviceProfiles | Get the installed profiles associated with a device |
| DeviceProfilesApi | GetNetworkSmUserDeviceProfiles | Get /networks/{networkId}/sm/users/{userId}/deviceProfiles | Get the profiles associated with a user |
| DeviceTypeGroupPoliciesApi | GetNetworkWirelessSsidDeviceTypeGroupPolicies | Get /networks/{networkId}/wireless/ssids/{number}/deviceTypeGroupPolicies | List the device type group policies for the SSID |
| DeviceTypeGroupPoliciesApi | UpdateNetworkWirelessSsidDeviceTypeGroupPolicies | Put /networks/{networkId}/wireless/ssids/{number}/deviceTypeGroupPolicies | Update the device type group policies for the SSID |
| DevicesApi | BlinkDeviceLeds | Post /devices/{serial}/blinkLeds | Blink the LEDs on a device |
| DevicesApi | CheckinNetworkSmDevices | Post /networks/{networkId}/sm/devices/checkin | Force check-in a set of devices |
| DevicesApi | ClaimNetworkDevices | Post /networks/{networkId}/devices/claim | Claim devices into a network. (Note: for recently claimed devices, it may take a few minutes for API requsts against that device to succeed) |
| DevicesApi | CloneOrganizationSwitchDevices | Post /organizations/{organizationId}/switch/devices/clone | Clone port-level and some switch-level configuration settings from a source switch to one or more target switches |
| DevicesApi | CreateDeviceLiveToolsPing | Post /devices/{serial}/liveTools/ping | Enqueue a job to ping a target host from the device |
| DevicesApi | CreateDeviceLiveToolsPingDevice | Post /devices/{serial}/liveTools/pingDevice | Enqueue a job to check connectivity status to the device |
| DevicesApi | GetDevice | Get /devices/{serial} | Return a single device |
| DevicesApi | GetDeviceCellularSims | Get /devices/{serial}/cellular/sims | Return the SIM and APN configurations for a cellular device. |
| DevicesApi | GetDeviceClients | Get /devices/{serial}/clients | List the clients of a device, up to a maximum of a month ago |
| DevicesApi | GetDeviceLiveToolsPing | Get /devices/{serial}/liveTools/ping/{id} | Return a ping job |
| DevicesApi | GetDeviceLiveToolsPingDevice | Get /devices/{serial}/liveTools/pingDevice/{id} | Return a ping device job |
| DevicesApi | GetDeviceLldpCdp | Get /devices/{serial}/lldpCdp | List LLDP and CDP information for a device |
| DevicesApi | GetDeviceLossAndLatencyHistory | Get /devices/{serial}/lossAndLatencyHistory | Get the uplink loss percentage and latency in milliseconds, and goodput in kilobits per second for a wired network device. |
| DevicesApi | GetDeviceManagementInterface | Get /devices/{serial}/managementInterface | Return the management interface settings for a device |
| DevicesApi | GetNetworkDevices | Get /networks/{networkId}/devices | List the devices in a network |
| DevicesApi | GetNetworkSmDeviceCellularUsageHistory | Get /networks/{networkId}/sm/devices/{deviceId}/cellularUsageHistory | Return the client's daily cellular data usage history |
| DevicesApi | GetNetworkSmDeviceCerts | Get /networks/{networkId}/sm/devices/{deviceId}/certs | List the certs on a device |
| DevicesApi | GetNetworkSmDeviceConnectivity | Get /networks/{networkId}/sm/devices/{deviceId}/connectivity | Returns historical connectivity data (whether a device is regularly checking in to Dashboard). |
| DevicesApi | GetNetworkSmDeviceDesktopLogs | Get /networks/{networkId}/sm/devices/{deviceId}/desktopLogs | Return historical records of various Systems Manager network connection details for desktop devices. |
| DevicesApi | GetNetworkSmDeviceDeviceCommandLogs | Get /networks/{networkId}/sm/devices/{deviceId}/deviceCommandLogs | Return historical records of commands sent to Systems Manager devices |
| DevicesApi | GetNetworkSmDeviceDeviceProfiles | Get /networks/{networkId}/sm/devices/{deviceId}/deviceProfiles | Get the installed profiles associated with a device |
| DevicesApi | GetNetworkSmDeviceNetworkAdapters | Get /networks/{networkId}/sm/devices/{deviceId}/networkAdapters | List the network adapters of a device |
| DevicesApi | GetNetworkSmDevicePerformanceHistory | Get /networks/{networkId}/sm/devices/{deviceId}/performanceHistory | Return historical records of various Systems Manager client metrics for desktop devices. |
| DevicesApi | GetNetworkSmDeviceRestrictions | Get /networks/{networkId}/sm/devices/{deviceId}/restrictions | List the restrictions on a device |
| DevicesApi | GetNetworkSmDeviceSecurityCenters | Get /networks/{networkId}/sm/devices/{deviceId}/securityCenters | List the security centers on a device |
| DevicesApi | GetNetworkSmDeviceSoftwares | Get /networks/{networkId}/sm/devices/{deviceId}/softwares | Get a list of softwares associated with a device |
| DevicesApi | GetNetworkSmDeviceWlanLists | Get /networks/{networkId}/sm/devices/{deviceId}/wlanLists | List the saved SSID names on a device |
| DevicesApi | GetNetworkSmDevices | Get /networks/{networkId}/sm/devices | List the devices enrolled in an SM network with various specified fields and filters |
| DevicesApi | GetNetworkWirelessDevicesConnectionStats | Get /networks/{networkId}/wireless/devices/connectionStats | Aggregated connectivity info for this network, grouped by node |
| DevicesApi | GetNetworkWirelessDevicesLatencyStats | Get /networks/{networkId}/wireless/devices/latencyStats | Aggregated latency info for this network, grouped by node |
| DevicesApi | GetOrganizationDevices | Get /organizations/{organizationId}/devices | List the devices in an organization |
| DevicesApi | GetOrganizationDevicesAvailabilities | Get /organizations/{organizationId}/devices/availabilities | List the availability information for devices in an organization |
| DevicesApi | GetOrganizationDevicesPowerModulesStatusesByDevice | Get /organizations/{organizationId}/devices/powerModules/statuses/byDevice | List the power status information for devices in an organization |
| DevicesApi | GetOrganizationDevicesStatuses | Get /organizations/{organizationId}/devices/statuses | List the status of every Meraki device in the organization |
| DevicesApi | GetOrganizationDevicesStatusesOverview | Get /organizations/{organizationId}/devices/statuses/overview | Return an overview of current device statuses |
| DevicesApi | GetOrganizationDevicesUplinksAddressesByDevice | Get /organizations/{organizationId}/devices/uplinks/addresses/byDevice | List the current uplink addresses for devices in an organization. |
| DevicesApi | GetOrganizationDevicesUplinksLossAndLatency | Get /organizations/{organizationId}/devices/uplinksLossAndLatency | Return the uplink loss and latency for every MX in the organization from at latest 2 minutes ago |
| DevicesApi | GetOrganizationInventoryDevice | Get /organizations/{organizationId}/inventory/devices/{serial} | Return a single device from the inventory of an organization |
| DevicesApi | GetOrganizationInventoryDevices | Get /organizations/{organizationId}/inventory/devices | Return the device inventory for an organization |
| DevicesApi | GetOrganizationSummaryTopDevicesByUsage | Get /organizations/{organizationId}/summary/top/devices/byUsage | Return metrics for organization's top 10 devices sorted by data usage over given time range |
| DevicesApi | GetOrganizationSummaryTopDevicesModelsByUsage | Get /organizations/{organizationId}/summary/top/devices/models/byUsage | Return metrics for organization's top 10 device models sorted by data usage over given time range |
| DevicesApi | GetOrganizationWirelessDevicesEthernetStatuses | Get /organizations/{organizationId}/wireless/devices/ethernet/statuses | Endpoint to see power status for wireless devices |
| DevicesApi | LockNetworkSmDevices | Post /networks/{networkId}/sm/devices/lock | Lock a set of devices |
| DevicesApi | ModifyNetworkSmDevicesTags | Post /networks/{networkId}/sm/devices/modifyTags | Add, delete, or update the tags of a set of devices |
| DevicesApi | MoveNetworkSmDevices | Post /networks/{networkId}/sm/devices/move | Move a set of devices to a new network |
| DevicesApi | RebootDevice | Post /devices/{serial}/reboot | Reboot a device |
| DevicesApi | RefreshNetworkSmDeviceDetails | Post /networks/{networkId}/sm/devices/{deviceId}/refreshDetails | Refresh the details of a device |
| DevicesApi | RemoveNetworkDevices | Post /networks/{networkId}/devices/remove | Remove a single device |
| DevicesApi | UnenrollNetworkSmDevice | Post /networks/{networkId}/sm/devices/{deviceId}/unenroll | Unenroll a device |
| DevicesApi | UpdateDevice | Put /devices/{serial} | Update the attributes of a device |
| DevicesApi | UpdateDeviceCellularSims | Put /devices/{serial}/cellular/sims | Updates the SIM and APN configurations for a cellular device. |
| DevicesApi | UpdateDeviceManagementInterface | Put /devices/{serial}/managementInterface | Update the management interface settings for a device |
| DevicesApi | UpdateNetworkSmDevicesFields | Put /networks/{networkId}/sm/devices/fields | Modify the fields of a device |
| DevicesApi | VmxNetworkDevicesClaim | Post /networks/{networkId}/devices/claim/vmx | Claim a vMX into a network |
| DevicesApi | WipeNetworkSmDevices | Post /networks/{networkId}/sm/devices/wipe | Wipe a device |
| DhcpApi | GetDeviceApplianceDhcpSubnets | Get /devices/{serial}/appliance/dhcp/subnets | Return the DHCP subnet information for an appliance |
| DhcpApi | GetDeviceSwitchRoutingInterfaceDhcp | Get /devices/{serial}/switch/routing/interfaces/{interfaceId}/dhcp | Return a layer 3 interface DHCP configuration for a switch |
| DhcpApi | GetNetworkCellularGatewayDhcp | Get /networks/{networkId}/cellularGateway/dhcp | List common DHCP settings of MGs |
| DhcpApi | GetNetworkSwitchDhcpV4ServersSeen | Get /networks/{networkId}/switch/dhcp/v4/servers/seen | Return the network's DHCPv4 servers seen within the selected timeframe (default 1 day) |
| DhcpApi | GetNetworkSwitchStackRoutingInterfaceDhcp | Get /networks/{networkId}/switch/stacks/{switchStackId}/routing/interfaces/{interfaceId}/dhcp | Return a layer 3 interface DHCP configuration for a switch stack |
| DhcpApi | UpdateDeviceSwitchRoutingInterfaceDhcp | Put /devices/{serial}/switch/routing/interfaces/{interfaceId}/dhcp | Update a layer 3 interface DHCP configuration for a switch |
| DhcpApi | UpdateNetworkCellularGatewayDhcp | Put /networks/{networkId}/cellularGateway/dhcp | Update common DHCP settings of MGs |
| DhcpApi | UpdateNetworkSwitchStackRoutingInterfaceDhcp | Put /networks/{networkId}/switch/stacks/{switchStackId}/routing/interfaces/{interfaceId}/dhcp | Update a layer 3 interface DHCP configuration for a switch stack |
| DhcpServerPolicyApi | CreateNetworkSwitchDhcpServerPolicyArpInspectionTrustedServer | Post /networks/{networkId}/switch/dhcpServerPolicy/arpInspection/trustedServers | Add a server to be trusted by Dynamic ARP Inspection on this network |
| DhcpServerPolicyApi | DeleteNetworkSwitchDhcpServerPolicyArpInspectionTrustedServer | Delete /networks/{networkId}/switch/dhcpServerPolicy/arpInspection/trustedServers/{trustedServerId} | Remove a server from being trusted by Dynamic ARP Inspection on this network |
| DhcpServerPolicyApi | GetNetworkSwitchDhcpServerPolicy | Get /networks/{networkId}/switch/dhcpServerPolicy | Return the DHCP server settings |
| DhcpServerPolicyApi | GetNetworkSwitchDhcpServerPolicyArpInspectionTrustedServers | Get /networks/{networkId}/switch/dhcpServerPolicy/arpInspection/trustedServers | Return the list of servers trusted by Dynamic ARP Inspection on this network |
| DhcpServerPolicyApi | GetNetworkSwitchDhcpServerPolicyArpInspectionWarningsByDevice | Get /networks/{networkId}/switch/dhcpServerPolicy/arpInspection/warnings/byDevice | Return the devices that have a Dynamic ARP Inspection warning and their warnings |
| DhcpServerPolicyApi | UpdateNetworkSwitchDhcpServerPolicy | Put /networks/{networkId}/switch/dhcpServerPolicy | Update the DHCP server settings |
| DhcpServerPolicyApi | UpdateNetworkSwitchDhcpServerPolicyArpInspectionTrustedServer | Put /networks/{networkId}/switch/dhcpServerPolicy/arpInspection/trustedServers/{trustedServerId} | Update a server that is trusted by Dynamic ARP Inspection on this network |
| DscpTaggingOptionsApi | GetNetworkTrafficShapingDscpTaggingOptions | Get /networks/{networkId}/trafficShaping/dscpTaggingOptions | Returns the available DSCP tagging options for your traffic shaping rules. |
| DscpToCosMappingsApi | GetNetworkSwitchDscpToCosMappings | Get /networks/{networkId}/switch/dscpToCosMappings | Return the DSCP to CoS mappings |
| DscpToCosMappingsApi | UpdateNetworkSwitchDscpToCosMappings | Put /networks/{networkId}/switch/dscpToCosMappings | Update the DSCP to CoS mappings |
| EapOverrideApi | GetNetworkWirelessSsidEapOverride | Get /networks/{networkId}/wireless/ssids/{number}/eapOverride | Return the EAP overridden parameters for an SSID |
| EapOverrideApi | UpdateNetworkWirelessSsidEapOverride | Put /networks/{networkId}/wireless/ssids/{number}/eapOverride | Update the EAP overridden parameters for an SSID. |
| EarlyAccessApi | CreateOrganizationEarlyAccessFeaturesOptIn | Post /organizations/{organizationId}/earlyAccess/features/optIns | Create a new early access feature opt-in for an organization |
| EarlyAccessApi | DeleteOrganizationEarlyAccessFeaturesOptIn | Delete /organizations/{organizationId}/earlyAccess/features/optIns/{optInId} | Delete an early access feature opt-in |
| EarlyAccessApi | GetOrganizationEarlyAccessFeatures | Get /organizations/{organizationId}/earlyAccess/features | List the available early access features for organization |
| EarlyAccessApi | GetOrganizationEarlyAccessFeaturesOptIn | Get /organizations/{organizationId}/earlyAccess/features/optIns/{optInId} | Show an early access feature opt-in for an organization |
| EarlyAccessApi | GetOrganizationEarlyAccessFeaturesOptIns | Get /organizations/{organizationId}/earlyAccess/features/optIns | List the early access feature opt-ins for an organization |
| EarlyAccessApi | UpdateOrganizationEarlyAccessFeaturesOptIn | Put /organizations/{organizationId}/earlyAccess/features/optIns/{optInId} | Update an early access feature opt-in for an organization |
| EthernetApi | GetOrganizationWirelessDevicesEthernetStatuses | Get /organizations/{organizationId}/wireless/devices/ethernet/statuses | Endpoint to see power status for wireless devices |
| EventTypesApi | GetNetworkEventsEventTypes | Get /networks/{networkId}/events/eventTypes | List the event type to human-readable description |
| EventsApi | CreateNetworkFirmwareUpgradesStagedEvent | Post /networks/{networkId}/firmwareUpgrades/staged/events | Create a Staged Upgrade Event for a network |
| EventsApi | DeferNetworkFirmwareUpgradesStagedEvents | Post /networks/{networkId}/firmwareUpgrades/staged/events/defer | Postpone by 1 week all pending staged upgrade stages for a network |
| EventsApi | GetNetworkApplianceClientSecurityEvents | Get /networks/{networkId}/appliance/clients/{clientId}/security/events | List the security events for a client |
| EventsApi | GetNetworkApplianceSecurityEvents | Get /networks/{networkId}/appliance/security/events | List the security events for a network |
| EventsApi | GetNetworkEvents | Get /networks/{networkId}/events | List the events for the network |
| EventsApi | GetNetworkEventsEventTypes | Get /networks/{networkId}/events/eventTypes | List the event type to human-readable description |
| EventsApi | GetNetworkFirmwareUpgradesStagedEvents | Get /networks/{networkId}/firmwareUpgrades/staged/events | Get the Staged Upgrade Event from a network |
| EventsApi | GetOrganizationApplianceSecurityEvents | Get /organizations/{organizationId}/appliance/security/events | List the security events for an organization |
| EventsApi | RollbacksNetworkFirmwareUpgradesStagedEvents | Post /networks/{networkId}/firmwareUpgrades/staged/events/rollbacks | Rollback a Staged Upgrade Event for a network |
| EventsApi | UpdateNetworkFirmwareUpgradesStagedEvents | Put /networks/{networkId}/firmwareUpgrades/staged/events | Update the Staged Upgrade Event for a network |
| ExportEventsApi | CreateOrganizationInventoryOnboardingCloudMonitoringExportEvent | Post /organizations/{organizationId}/inventory/onboarding/cloudMonitoring/exportEvents | Imports event logs related to the onboarding app into elastisearch |
| FailedConnectionsApi | GetNetworkWirelessFailedConnections | Get /networks/{networkId}/wireless/failedConnections | List of all failed client connection events on this network in a given time range |
| FeaturesApi | CreateOrganizationEarlyAccessFeaturesOptIn | Post /organizations/{organizationId}/earlyAccess/features/optIns | Create a new early access feature opt-in for an organization |
| FeaturesApi | DeleteOrganizationEarlyAccessFeaturesOptIn | Delete /organizations/{organizationId}/earlyAccess/features/optIns/{optInId} | Delete an early access feature opt-in |
| FeaturesApi | GetOrganizationEarlyAccessFeatures | Get /organizations/{organizationId}/earlyAccess/features | List the available early access features for organization |
| FeaturesApi | GetOrganizationEarlyAccessFeaturesOptIn | Get /organizations/{organizationId}/earlyAccess/features/optIns/{optInId} | Show an early access feature opt-in for an organization |
| FeaturesApi | GetOrganizationEarlyAccessFeaturesOptIns | Get /organizations/{organizationId}/earlyAccess/features/optIns | List the early access feature opt-ins for an organization |
| FeaturesApi | UpdateOrganizationEarlyAccessFeaturesOptIn | Put /organizations/{organizationId}/earlyAccess/features/optIns/{optInId} | Update an early access feature opt-in for an organization |
| FieldsApi | UpdateNetworkSmDevicesFields | Put /networks/{networkId}/sm/devices/fields | Modify the fields of a device |
| FirewallApi | GetNetworkApplianceFirewallCellularFirewallRules | Get /networks/{networkId}/appliance/firewall/cellularFirewallRules | Return the cellular firewall rules for an MX network |
| FirewallApi | GetNetworkApplianceFirewallFirewalledService | Get /networks/{networkId}/appliance/firewall/firewalledServices/{service} | Return the accessibility settings of the given service ('ICMP', 'web', or 'SNMP') |
| FirewallApi | GetNetworkApplianceFirewallFirewalledServices | Get /networks/{networkId}/appliance/firewall/firewalledServices | List the appliance services and their accessibility rules |
| FirewallApi | GetNetworkApplianceFirewallInboundCellularFirewallRules | Get /networks/{networkId}/appliance/firewall/inboundCellularFirewallRules | Return the inbound cellular firewall rules for an MX network |
| FirewallApi | GetNetworkApplianceFirewallInboundFirewallRules | Get /networks/{networkId}/appliance/firewall/inboundFirewallRules | Return the inbound firewall rules for an MX network |
| FirewallApi | GetNetworkApplianceFirewallL3FirewallRules | Get /networks/{networkId}/appliance/firewall/l3FirewallRules | Return the L3 firewall rules for an MX network |
| FirewallApi | GetNetworkApplianceFirewallL7FirewallRules | Get /networks/{networkId}/appliance/firewall/l7FirewallRules | List the MX L7 firewall rules for an MX network |
| FirewallApi | GetNetworkApplianceFirewallL7FirewallRulesApplicationCategories | Get /networks/{networkId}/appliance/firewall/l7FirewallRules/applicationCategories | Return the L7 firewall application categories and their associated applications for an MX network |
| FirewallApi | GetNetworkApplianceFirewallOneToManyNatRules | Get /networks/{networkId}/appliance/firewall/oneToManyNatRules | Return the 1:Many NAT mapping rules for an MX network |
| FirewallApi | GetNetworkApplianceFirewallOneToOneNatRules | Get /networks/{networkId}/appliance/firewall/oneToOneNatRules | Return the 1:1 NAT mapping rules for an MX network |
| FirewallApi | GetNetworkApplianceFirewallPortForwardingRules | Get /networks/{networkId}/appliance/firewall/portForwardingRules | Return the port forwarding rules for an MX network |
| FirewallApi | GetNetworkApplianceFirewallSettings | Get /networks/{networkId}/appliance/firewall/settings | Return the firewall settings for this network |
| FirewallApi | GetNetworkWirelessSsidFirewallL3FirewallRules | Get /networks/{networkId}/wireless/ssids/{number}/firewall/l3FirewallRules | Return the L3 firewall rules for an SSID on an MR network |
| FirewallApi | GetNetworkWirelessSsidFirewallL7FirewallRules | Get /networks/{networkId}/wireless/ssids/{number}/firewall/l7FirewallRules | Return the L7 firewall rules for an SSID on an MR network |
| FirewallApi | UpdateNetworkApplianceFirewallCellularFirewallRules | Put /networks/{networkId}/appliance/firewall/cellularFirewallRules | Update the cellular firewall rules of an MX network |
| FirewallApi | UpdateNetworkApplianceFirewallFirewalledService | Put /networks/{networkId}/appliance/firewall/firewalledServices/{service} | Updates the accessibility settings for the given service ('ICMP', 'web', or 'SNMP') |
| FirewallApi | UpdateNetworkApplianceFirewallInboundCellularFirewallRules | Put /networks/{networkId}/appliance/firewall/inboundCellularFirewallRules | Update the inbound cellular firewall rules of an MX network |
| FirewallApi | UpdateNetworkApplianceFirewallInboundFirewallRules | Put /networks/{networkId}/appliance/firewall/inboundFirewallRules | Update the inbound firewall rules of an MX network |
| FirewallApi | UpdateNetworkApplianceFirewallL3FirewallRules | Put /networks/{networkId}/appliance/firewall/l3FirewallRules | Update the L3 firewall rules of an MX network |
| FirewallApi | UpdateNetworkApplianceFirewallL7FirewallRules | Put /networks/{networkId}/appliance/firewall/l7FirewallRules | Update the MX L7 firewall rules for an MX network |
| FirewallApi | UpdateNetworkApplianceFirewallOneToManyNatRules | Put /networks/{networkId}/appliance/firewall/oneToManyNatRules | Set the 1:Many NAT mapping rules for an MX network |
| FirewallApi | UpdateNetworkApplianceFirewallOneToOneNatRules | Put /networks/{networkId}/appliance/firewall/oneToOneNatRules | Set the 1:1 NAT mapping rules for an MX network |
| FirewallApi | UpdateNetworkApplianceFirewallPortForwardingRules | Put /networks/{networkId}/appliance/firewall/portForwardingRules | Update the port forwarding rules for an MX network |
| FirewallApi | UpdateNetworkApplianceFirewallSettings | Put /networks/{networkId}/appliance/firewall/settings | Update the firewall settings for this network |
| FirewallApi | UpdateNetworkWirelessSsidFirewallL3FirewallRules | Put /networks/{networkId}/wireless/ssids/{number}/firewall/l3FirewallRules | Update the L3 firewall rules of an SSID on an MR network |
| FirewallApi | UpdateNetworkWirelessSsidFirewallL7FirewallRules | Put /networks/{networkId}/wireless/ssids/{number}/firewall/l7FirewallRules | Update the L7 firewall rules of an SSID on an MR network |
| FirewalledServicesApi | GetNetworkApplianceFirewallFirewalledService | Get /networks/{networkId}/appliance/firewall/firewalledServices/{service} | Return the accessibility settings of the given service ('ICMP', 'web', or 'SNMP') |
| FirewalledServicesApi | GetNetworkApplianceFirewallFirewalledServices | Get /networks/{networkId}/appliance/firewall/firewalledServices | List the appliance services and their accessibility rules |
| FirewalledServicesApi | UpdateNetworkApplianceFirewallFirewalledService | Put /networks/{networkId}/appliance/firewall/firewalledServices/{service} | Updates the accessibility settings for the given service ('ICMP', 'web', or 'SNMP') |
| FirmwareApi | GetOrganizationFirmwareUpgrades | Get /organizations/{organizationId}/firmware/upgrades | Get firmware upgrade information for an organization |
| FirmwareApi | GetOrganizationFirmwareUpgradesByDevice | Get /organizations/{organizationId}/firmware/upgrades/byDevice | Get firmware upgrade status for the filtered devices |
| FirmwareUpgradesApi | CreateNetworkFirmwareUpgradesRollback | Post /networks/{networkId}/firmwareUpgrades/rollbacks | Rollback a Firmware Upgrade For A Network |
| FirmwareUpgradesApi | CreateNetworkFirmwareUpgradesStagedEvent | Post /networks/{networkId}/firmwareUpgrades/staged/events | Create a Staged Upgrade Event for a network |
| FirmwareUpgradesApi | CreateNetworkFirmwareUpgradesStagedGroup | Post /networks/{networkId}/firmwareUpgrades/staged/groups | Create a Staged Upgrade Group for a network |
| FirmwareUpgradesApi | DeferNetworkFirmwareUpgradesStagedEvents | Post /networks/{networkId}/firmwareUpgrades/staged/events/defer | Postpone by 1 week all pending staged upgrade stages for a network |
| FirmwareUpgradesApi | DeleteNetworkFirmwareUpgradesStagedGroup | Delete /networks/{networkId}/firmwareUpgrades/staged/groups/{groupId} | Delete a Staged Upgrade Group |
| FirmwareUpgradesApi | GetNetworkFirmwareUpgrades | Get /networks/{networkId}/firmwareUpgrades | Get firmware upgrade information for a network |
| FirmwareUpgradesApi | GetNetworkFirmwareUpgradesStagedEvents | Get /networks/{networkId}/firmwareUpgrades/staged/events | Get the Staged Upgrade Event from a network |
| FirmwareUpgradesApi | GetNetworkFirmwareUpgradesStagedGroup | Get /networks/{networkId}/firmwareUpgrades/staged/groups/{groupId} | Get a Staged Upgrade Group from a network |
| FirmwareUpgradesApi | GetNetworkFirmwareUpgradesStagedGroups | Get /networks/{networkId}/firmwareUpgrades/staged/groups | List of Staged Upgrade Groups in a network |
| FirmwareUpgradesApi | GetNetworkFirmwareUpgradesStagedStages | Get /networks/{networkId}/firmwareUpgrades/staged/stages | Order of Staged Upgrade Groups in a network |
| FirmwareUpgradesApi | RollbacksNetworkFirmwareUpgradesStagedEvents | Post /networks/{networkId}/firmwareUpgrades/staged/events/rollbacks | Rollback a Staged Upgrade Event for a network |
| FirmwareUpgradesApi | UpdateNetworkFirmwareUpgrades | Put /networks/{networkId}/firmwareUpgrades | Update firmware upgrade information for a network |
| FirmwareUpgradesApi | UpdateNetworkFirmwareUpgradesStagedEvents | Put /networks/{networkId}/firmwareUpgrades/staged/events | Update the Staged Upgrade Event for a network |
| FirmwareUpgradesApi | UpdateNetworkFirmwareUpgradesStagedGroup | Put /networks/{networkId}/firmwareUpgrades/staged/groups/{groupId} | Update a Staged Upgrade Group for a network |
| FirmwareUpgradesApi | UpdateNetworkFirmwareUpgradesStagedStages | Put /networks/{networkId}/firmwareUpgrades/staged/stages | Assign Staged Upgrade Group order in the sequence. |
| FloorPlansApi | CreateNetworkFloorPlan | Post /networks/{networkId}/floorPlans | Upload a floor plan |
| FloorPlansApi | DeleteNetworkFloorPlan | Delete /networks/{networkId}/floorPlans/{floorPlanId} | Destroy a floor plan |
| FloorPlansApi | GetNetworkFloorPlan | Get /networks/{networkId}/floorPlans/{floorPlanId} | Find a floor plan by ID |
| FloorPlansApi | GetNetworkFloorPlans | Get /networks/{networkId}/floorPlans | List the floor plans that belong to your network |
| FloorPlansApi | UpdateNetworkFloorPlan | Put /networks/{networkId}/floorPlans/{floorPlanId} | Update a floor plan's geolocation and other meta data |
| GroupPoliciesApi | CreateNetworkGroupPolicy | Post /networks/{networkId}/groupPolicies | Create a group policy |
| GroupPoliciesApi | DeleteNetworkGroupPolicy | Delete /networks/{networkId}/groupPolicies/{groupPolicyId} | Delete a group policy |
| GroupPoliciesApi | GetNetworkGroupPolicies | Get /networks/{networkId}/groupPolicies | List the group policies in a network |
| GroupPoliciesApi | GetNetworkGroupPolicy | Get /networks/{networkId}/groupPolicies/{groupPolicyId} | Display a group policy |
| GroupPoliciesApi | UpdateNetworkGroupPolicy | Put /networks/{networkId}/groupPolicies/{groupPolicyId} | Update a group policy |
| GroupsApi | CreateNetworkFirmwareUpgradesStagedGroup | Post /networks/{networkId}/firmwareUpgrades/staged/groups | Create a Staged Upgrade Group for a network |
| GroupsApi | CreateOrganizationAdaptivePolicyGroup | Post /organizations/{organizationId}/adaptivePolicy/groups | Creates a new adaptive policy group |
| GroupsApi | CreateOrganizationPolicyObjectsGroup | Post /organizations/{organizationId}/policyObjects/groups | Creates a new Policy Object Group. |
| GroupsApi | DeleteNetworkFirmwareUpgradesStagedGroup | Delete /networks/{networkId}/firmwareUpgrades/staged/groups/{groupId} | Delete a Staged Upgrade Group |
| GroupsApi | DeleteOrganizationAdaptivePolicyGroup | Delete /organizations/{organizationId}/adaptivePolicy/groups/{id} | Deletes the specified adaptive policy group and any associated policies and references |
| GroupsApi | DeleteOrganizationPolicyObjectsGroup | Delete /organizations/{organizationId}/policyObjects/groups/{policyObjectGroupId} | Deletes a Policy Object Group. |
| GroupsApi | GetNetworkFirmwareUpgradesStagedGroup | Get /networks/{networkId}/firmwareUpgrades/staged/groups/{groupId} | Get a Staged Upgrade Group from a network |
| GroupsApi | GetNetworkFirmwareUpgradesStagedGroups | Get /networks/{networkId}/firmwareUpgrades/staged/groups | List of Staged Upgrade Groups in a network |
| GroupsApi | GetOrganizationAdaptivePolicyGroup | Get /organizations/{organizationId}/adaptivePolicy/groups/{id} | Returns an adaptive policy group |
| GroupsApi | GetOrganizationAdaptivePolicyGroups | Get /organizations/{organizationId}/adaptivePolicy/groups | List adaptive policy groups in a organization |
| GroupsApi | GetOrganizationPolicyObjectsGroup | Get /organizations/{organizationId}/policyObjects/groups/{policyObjectGroupId} | Shows details of a Policy Object Group. |
| GroupsApi | GetOrganizationPolicyObjectsGroups | Get /organizations/{organizationId}/policyObjects/groups | Lists Policy Object Groups belonging to the organization. |
| GroupsApi | UpdateNetworkFirmwareUpgradesStagedGroup | Put /networks/{networkId}/firmwareUpgrades/staged/groups/{groupId} | Update a Staged Upgrade Group for a network |
| GroupsApi | UpdateOrganizationAdaptivePolicyGroup | Put /organizations/{organizationId}/adaptivePolicy/groups/{id} | Updates an adaptive policy group |
| GroupsApi | UpdateOrganizationPolicyObjectsGroup | Put /organizations/{organizationId}/policyObjects/groups/{policyObjectGroupId} | Updates a Policy Object Group. |
| HealthApi | GetNetworkHealthAlerts | Get /networks/{networkId}/health/alerts | Return all global alerts on this network |
| HealthByTimeApi | GetNetworkInsightApplicationHealthByTime | Get /networks/{networkId}/insight/applications/{applicationId}/healthByTime | Get application health by time |
| HistoryApi | GetDeviceCameraAnalyticsZoneHistory | Get /devices/{serial}/camera/analytics/zones/{zoneId}/history | Return historical records for analytic zones |
| HistoryApi | GetNetworkAlertsHistory | Get /networks/{networkId}/alerts/history | Return the alert history for this network |
| HistoryApi | GetOrganizationSensorReadingsHistory | Get /organizations/{organizationId}/sensor/readings/history | Return all reported readings from sensors in a given timespan, sorted by timestamp |
| Hotspot20Api | GetNetworkWirelessSsidHotspot20 | Get /networks/{networkId}/wireless/ssids/{number}/hotspot20 | Return the Hotspot 2.0 settings for an SSID |
| Hotspot20Api | UpdateNetworkWirelessSsidHotspot20 | Put /networks/{networkId}/wireless/ssids/{number}/hotspot20 | Update the Hotspot 2.0 settings of an SSID |
| HttpServersApi | CreateNetworkWebhooksHttpServer | Post /networks/{networkId}/webhooks/httpServers | Add an HTTP server to a network |
| HttpServersApi | DeleteNetworkWebhooksHttpServer | Delete /networks/{networkId}/webhooks/httpServers/{httpServerId} | Delete an HTTP server from a network |
| HttpServersApi | GetNetworkWebhooksHttpServer | Get /networks/{networkId}/webhooks/httpServers/{httpServerId} | Return an HTTP server for a network |
| HttpServersApi | GetNetworkWebhooksHttpServers | Get /networks/{networkId}/webhooks/httpServers | List the HTTP servers for a network |
| HttpServersApi | UpdateNetworkWebhooksHttpServer | Put /networks/{networkId}/webhooks/httpServers/{httpServerId} | Update an HTTP server |
| IdentitiesApi | GetAdministeredIdentitiesMe | Get /administered/identities/me | Returns the identity of the current user. |
| IdentityPsksApi | CreateNetworkWirelessSsidIdentityPsk | Post /networks/{networkId}/wireless/ssids/{number}/identityPsks | Create an Identity PSK |
| IdentityPsksApi | DeleteNetworkWirelessSsidIdentityPsk | Delete /networks/{networkId}/wireless/ssids/{number}/identityPsks/{identityPskId} | Delete an Identity PSK |
| IdentityPsksApi | GetNetworkWirelessSsidIdentityPsk | Get /networks/{networkId}/wireless/ssids/{number}/identityPsks/{identityPskId} | Return an Identity PSK |
| IdentityPsksApi | GetNetworkWirelessSsidIdentityPsks | Get /networks/{networkId}/wireless/ssids/{number}/identityPsks | List all Identity PSKs in a wireless network |
| IdentityPsksApi | UpdateNetworkWirelessSsidIdentityPsk | Put /networks/{networkId}/wireless/ssids/{number}/identityPsks/{identityPskId} | Update an Identity PSK |
| IdpsApi | CreateOrganizationSamlIdp | Post /organizations/{organizationId}/saml/idps | Create a SAML IdP for your organization. |
| IdpsApi | DeleteOrganizationSamlIdp | Delete /organizations/{organizationId}/saml/idps/{idpId} | Remove a SAML IdP in your organization. |
| IdpsApi | GetOrganizationSamlIdp | Get /organizations/{organizationId}/saml/idps/{idpId} | Get a SAML IdP from your organization. |
| IdpsApi | GetOrganizationSamlIdps | Get /organizations/{organizationId}/saml/idps | List the SAML IdPs in your organization. |
| IdpsApi | UpdateOrganizationSamlIdp | Put /organizations/{organizationId}/saml/idps/{idpId} | Update a SAML IdP in your organization |
| ImportsApi | CreateOrganizationInventoryOnboardingCloudMonitoringImport | Post /organizations/{organizationId}/inventory/onboarding/cloudMonitoring/imports | Commits the import operation to complete the onboarding of a device into Dashboard for monitoring. |
| ImportsApi | GetOrganizationInventoryOnboardingCloudMonitoringImports | Get /organizations/{organizationId}/inventory/onboarding/cloudMonitoring/imports | Check the status of a committed Import operation |
| InboundCellularFirewallRulesApi | GetNetworkApplianceFirewallInboundCellularFirewallRules | Get /networks/{networkId}/appliance/firewall/inboundCellularFirewallRules | Return the inbound cellular firewall rules for an MX network |
| InboundCellularFirewallRulesApi | UpdateNetworkApplianceFirewallInboundCellularFirewallRules | Put /networks/{networkId}/appliance/firewall/inboundCellularFirewallRules | Update the inbound cellular firewall rules of an MX network |
| InboundFirewallRulesApi | GetNetworkApplianceFirewallInboundFirewallRules | Get /networks/{networkId}/appliance/firewall/inboundFirewallRules | Return the inbound firewall rules for an MX network |
| InboundFirewallRulesApi | UpdateNetworkApplianceFirewallInboundFirewallRules | Put /networks/{networkId}/appliance/firewall/inboundFirewallRules | Update the inbound firewall rules of an MX network |
| InsightApi | CreateOrganizationInsightMonitoredMediaServer | Post /organizations/{organizationId}/insight/monitoredMediaServers | Add a media server to be monitored for this organization |
| InsightApi | DeleteOrganizationInsightMonitoredMediaServer | Delete /organizations/{organizationId}/insight/monitoredMediaServers/{monitoredMediaServerId} | Delete a monitored media server from this organization |
| InsightApi | GetNetworkInsightApplicationHealthByTime | Get /networks/{networkId}/insight/applications/{applicationId}/healthByTime | Get application health by time |
| InsightApi | GetOrganizationInsightApplications | Get /organizations/{organizationId}/insight/applications | List all Insight tracked applications |
| InsightApi | GetOrganizationInsightMonitoredMediaServer | Get /organizations/{organizationId}/insight/monitoredMediaServers/{monitoredMediaServerId} | Return a monitored media server for this organization |
| InsightApi | GetOrganizationInsightMonitoredMediaServers | Get /organizations/{organizationId}/insight/monitoredMediaServers | List the monitored media servers for this organization |
| InsightApi | UpdateOrganizationInsightMonitoredMediaServer | Put /organizations/{organizationId}/insight/monitoredMediaServers/{monitoredMediaServerId} | Update a monitored media server for this organization |
| InterfacesApi | CreateDeviceSwitchRoutingInterface | Post /devices/{serial}/switch/routing/interfaces | Create a layer 3 interface for a switch |
| InterfacesApi | CreateNetworkSwitchStackRoutingInterface | Post /networks/{networkId}/switch/stacks/{switchStackId}/routing/interfaces | Create a layer 3 interface for a switch stack |
| InterfacesApi | DeleteDeviceSwitchRoutingInterface | Delete /devices/{serial}/switch/routing/interfaces/{interfaceId} | Delete a layer 3 interface from the switch |
| InterfacesApi | DeleteNetworkSwitchStackRoutingInterface | Delete /networks/{networkId}/switch/stacks/{switchStackId}/routing/interfaces/{interfaceId} | Delete a layer 3 interface from a switch stack |
| InterfacesApi | GetDeviceSwitchRoutingInterface | Get /devices/{serial}/switch/routing/interfaces/{interfaceId} | Return a layer 3 interface for a switch |
| InterfacesApi | GetDeviceSwitchRoutingInterfaceDhcp | Get /devices/{serial}/switch/routing/interfaces/{interfaceId}/dhcp | Return a layer 3 interface DHCP configuration for a switch |
| InterfacesApi | GetDeviceSwitchRoutingInterfaces | Get /devices/{serial}/switch/routing/interfaces | List layer 3 interfaces for a switch |
| InterfacesApi | GetNetworkSwitchStackRoutingInterface | Get /networks/{networkId}/switch/stacks/{switchStackId}/routing/interfaces/{interfaceId} | Return a layer 3 interface from a switch stack |
| InterfacesApi | GetNetworkSwitchStackRoutingInterfaceDhcp | Get /networks/{networkId}/switch/stacks/{switchStackId}/routing/interfaces/{interfaceId}/dhcp | Return a layer 3 interface DHCP configuration for a switch stack |
| InterfacesApi | GetNetworkSwitchStackRoutingInterfaces | Get /networks/{networkId}/switch/stacks/{switchStackId}/routing/interfaces | List layer 3 interfaces for a switch stack |
| InterfacesApi | UpdateDeviceSwitchRoutingInterface | Put /devices/{serial}/switch/routing/interfaces/{interfaceId} | Update a layer 3 interface for a switch |
| InterfacesApi | UpdateDeviceSwitchRoutingInterfaceDhcp | Put /devices/{serial}/switch/routing/interfaces/{interfaceId}/dhcp | Update a layer 3 interface DHCP configuration for a switch |
| InterfacesApi | UpdateNetworkSwitchStackRoutingInterface | Put /networks/{networkId}/switch/stacks/{switchStackId}/routing/interfaces/{interfaceId} | Update a layer 3 interface for a switch stack |
| InterfacesApi | UpdateNetworkSwitchStackRoutingInterfaceDhcp | Put /networks/{networkId}/switch/stacks/{switchStackId}/routing/interfaces/{interfaceId}/dhcp | Update a layer 3 interface DHCP configuration for a switch stack |
| IntrusionApi | GetNetworkApplianceSecurityIntrusion | Get /networks/{networkId}/appliance/security/intrusion | Returns all supported intrusion settings for an MX network |
| IntrusionApi | GetOrganizationApplianceSecurityIntrusion | Get /organizations/{organizationId}/appliance/security/intrusion | Returns all supported intrusion settings for an organization |
| IntrusionApi | UpdateNetworkApplianceSecurityIntrusion | Put /networks/{networkId}/appliance/security/intrusion | Set the supported intrusion settings for an MX network |
| IntrusionApi | UpdateOrganizationApplianceSecurityIntrusion | Put /organizations/{organizationId}/appliance/security/intrusion | Sets supported intrusion settings for an organization |
| InventoryApi | ClaimIntoOrganizationInventory | Post /organizations/{organizationId}/inventory/claim | Claim a list of devices, licenses, and/or orders into an organization inventory |
| InventoryApi | CreateOrganizationInventoryOnboardingCloudMonitoringExportEvent | Post /organizations/{organizationId}/inventory/onboarding/cloudMonitoring/exportEvents | Imports event logs related to the onboarding app into elastisearch |
| InventoryApi | CreateOrganizationInventoryOnboardingCloudMonitoringImport | Post /organizations/{organizationId}/inventory/onboarding/cloudMonitoring/imports | Commits the import operation to complete the onboarding of a device into Dashboard for monitoring. |
| InventoryApi | CreateOrganizationInventoryOnboardingCloudMonitoringPrepare | Post /organizations/{organizationId}/inventory/onboarding/cloudMonitoring/prepare | Initiates or updates an import session |
| InventoryApi | GetOrganizationInventoryDevice | Get /organizations/{organizationId}/inventory/devices/{serial} | Return a single device from the inventory of an organization |
| InventoryApi | GetOrganizationInventoryDevices | Get /organizations/{organizationId}/inventory/devices | Return the device inventory for an organization |
| InventoryApi | GetOrganizationInventoryOnboardingCloudMonitoringImports | Get /organizations/{organizationId}/inventory/onboarding/cloudMonitoring/imports | Check the status of a committed Import operation |
| InventoryApi | GetOrganizationInventoryOnboardingCloudMonitoringNetworks | Get /organizations/{organizationId}/inventory/onboarding/cloudMonitoring/networks | Returns list of networks eligible for adding cloud monitored device |
| InventoryApi | ReleaseFromOrganizationInventory | Post /organizations/{organizationId}/inventory/release | Release a list of claimed devices from an organization. |
| L3FirewallRulesApi | GetNetworkApplianceFirewallL3FirewallRules | Get /networks/{networkId}/appliance/firewall/l3FirewallRules | Return the L3 firewall rules for an MX network |
| L3FirewallRulesApi | GetNetworkWirelessSsidFirewallL3FirewallRules | Get /networks/{networkId}/wireless/ssids/{number}/firewall/l3FirewallRules | Return the L3 firewall rules for an SSID on an MR network |
| L3FirewallRulesApi | UpdateNetworkApplianceFirewallL3FirewallRules | Put /networks/{networkId}/appliance/firewall/l3FirewallRules | Update the L3 firewall rules of an MX network |
| L3FirewallRulesApi | UpdateNetworkWirelessSsidFirewallL3FirewallRules | Put /networks/{networkId}/wireless/ssids/{number}/firewall/l3FirewallRules | Update the L3 firewall rules of an SSID on an MR network |
| L7FirewallRulesApi | GetNetworkApplianceFirewallL7FirewallRules | Get /networks/{networkId}/appliance/firewall/l7FirewallRules | List the MX L7 firewall rules for an MX network |
| L7FirewallRulesApi | GetNetworkApplianceFirewallL7FirewallRulesApplicationCategories | Get /networks/{networkId}/appliance/firewall/l7FirewallRules/applicationCategories | Return the L7 firewall application categories and their associated applications for an MX network |
| L7FirewallRulesApi | GetNetworkWirelessSsidFirewallL7FirewallRules | Get /networks/{networkId}/wireless/ssids/{number}/firewall/l7FirewallRules | Return the L7 firewall rules for an SSID on an MR network |
| L7FirewallRulesApi | UpdateNetworkApplianceFirewallL7FirewallRules | Put /networks/{networkId}/appliance/firewall/l7FirewallRules | Update the MX L7 firewall rules for an MX network |
| L7FirewallRulesApi | UpdateNetworkWirelessSsidFirewallL7FirewallRules | Put /networks/{networkId}/wireless/ssids/{number}/firewall/l7FirewallRules | Update the L7 firewall rules of an SSID on an MR network |
| LanApi | GetDeviceCellularGatewayLan | Get /devices/{serial}/cellularGateway/lan | Show the LAN Settings of a MG |
| LanApi | UpdateDeviceCellularGatewayLan | Put /devices/{serial}/cellularGateway/lan | Update the LAN Settings for a single MG. |
| LatencyHistoryApi | GetNetworkWirelessClientLatencyHistory | Get /networks/{networkId}/wireless/clients/{clientId}/latencyHistory | Return the latency history for a client |
| LatencyHistoryApi | GetNetworkWirelessLatencyHistory | Get /networks/{networkId}/wireless/latencyHistory | Return average wireless latency over time for a network, device, or network client |
| LatencyStatsApi | GetDeviceWirelessLatencyStats | Get /devices/{serial}/wireless/latencyStats | Aggregated latency info for a given AP on this network |
| LatencyStatsApi | GetNetworkWirelessClientLatencyStats | Get /networks/{networkId}/wireless/clients/{clientId}/latencyStats | Aggregated latency info for a given client on this network |
| LatencyStatsApi | GetNetworkWirelessClientsLatencyStats | Get /networks/{networkId}/wireless/clients/latencyStats | Aggregated latency info for this network, grouped by clients |
| LatencyStatsApi | GetNetworkWirelessDevicesLatencyStats | Get /networks/{networkId}/wireless/devices/latencyStats | Aggregated latency info for this network, grouped by node |
| LatencyStatsApi | GetNetworkWirelessLatencyStats | Get /networks/{networkId}/wireless/latencyStats | Aggregated latency info for this network |
| LatestApi | GetOrganizationSensorReadingsLatest | Get /organizations/{organizationId}/sensor/readings/latest | Return the latest available reading for each metric from each sensor, sorted by sensor serial |
| LicensesApi | AssignOrganizationLicensesSeats | Post /organizations/{organizationId}/licenses/assignSeats | Assign SM seats to a network |
| LicensesApi | GetOrganizationLicense | Get /organizations/{organizationId}/licenses/{licenseId} | Display a license |
| LicensesApi | GetOrganizationLicenses | Get /organizations/{organizationId}/licenses | List the licenses for an organization |
| LicensesApi | GetOrganizationLicensesOverview | Get /organizations/{organizationId}/licenses/overview | Return an overview of the license state for an organization |
| LicensesApi | GetOrganizationLicensingCotermLicenses | Get /organizations/{organizationId}/licensing/coterm/licenses | List the licenses in a coterm organization |
| LicensesApi | MoveOrganizationLicenses | Post /organizations/{organizationId}/licenses/move | Move licenses to another organization |
| LicensesApi | MoveOrganizationLicensesSeats | Post /organizations/{organizationId}/licenses/moveSeats | Move SM seats to another organization |
| LicensesApi | MoveOrganizationLicensingCotermLicenses | Post /organizations/{organizationId}/licensing/coterm/licenses/move | Moves a license to a different organization (coterm only) |
| LicensesApi | RenewOrganizationLicensesSeats | Post /organizations/{organizationId}/licenses/renewSeats | Renew SM seats of a license |
| LicensesApi | UpdateOrganizationLicense | Put /organizations/{organizationId}/licenses/{licenseId} | Update a license |
| LicensingApi | GetOrganizationLicensingCotermLicenses | Get /organizations/{organizationId}/licensing/coterm/licenses | List the licenses in a coterm organization |
| LicensingApi | MoveOrganizationLicensingCotermLicenses | Post /organizations/{organizationId}/licensing/coterm/licenses/move | Moves a license to a different organization (coterm only) |
| LinkAggregationsApi | CreateNetworkSwitchLinkAggregation | Post /networks/{networkId}/switch/linkAggregations | Create a link aggregation group |
| LinkAggregationsApi | DeleteNetworkSwitchLinkAggregation | Delete /networks/{networkId}/switch/linkAggregations/{linkAggregationId} | Split a link aggregation group into separate ports |
| LinkAggregationsApi | GetNetworkSwitchLinkAggregations | Get /networks/{networkId}/switch/linkAggregations | List link aggregation groups |
| LinkAggregationsApi | UpdateNetworkSwitchLinkAggregation | Put /networks/{networkId}/switch/linkAggregations/{linkAggregationId} | Update a link aggregation group |
| LinkLayerApi | GetNetworkTopologyLinkLayer | Get /networks/{networkId}/topology/linkLayer | List the LLDP and CDP information for all discovered devices and connections in a network. |
| LiveApi | GetDeviceCameraAnalyticsLive | Get /devices/{serial}/camera/analytics/live | Returns live state from camera of analytics zones |
| LiveToolsApi | BlinkDeviceLeds | Post /devices/{serial}/blinkLeds | Blink the LEDs on a device |
| LiveToolsApi | CreateDeviceLiveToolsPing | Post /devices/{serial}/liveTools/ping | Enqueue a job to ping a target host from the device |
| LiveToolsApi | CreateDeviceLiveToolsPingDevice | Post /devices/{serial}/liveTools/pingDevice | Enqueue a job to check connectivity status to the device |
| LiveToolsApi | CycleDeviceSwitchPorts | Post /devices/{serial}/switch/ports/cycle | Cycle a set of switch ports |
| LiveToolsApi | GetDeviceLiveToolsPing | Get /devices/{serial}/liveTools/ping/{id} | Return a ping job |
| LiveToolsApi | GetDeviceLiveToolsPingDevice | Get /devices/{serial}/liveTools/pingDevice/{id} | Return a ping device job |
| LiveToolsApi | RebootDevice | Post /devices/{serial}/reboot | Reboot a device |
| LldpCdpApi | GetDeviceLldpCdp | Get /devices/{serial}/lldpCdp | List LLDP and CDP information for a device |
| LoginSecurityApi | GetOrganizationLoginSecurity | Get /organizations/{organizationId}/loginSecurity | Returns the login security settings for an organization. |
| LoginSecurityApi | UpdateOrganizationLoginSecurity | Put /organizations/{organizationId}/loginSecurity | Update the login security settings for an organization |
| LogsApi | GetOrganizationWebhooksLogs | Get /organizations/{organizationId}/webhooks/logs | Return the log of webhook POSTs sent |
| LossAndLatencyHistoryApi | GetDeviceLossAndLatencyHistory | Get /devices/{serial}/lossAndLatencyHistory | Get the uplink loss percentage and latency in milliseconds, and goodput in kilobits per second for a wired network device. |
| MalwareApi | GetNetworkApplianceSecurityMalware | Get /networks/{networkId}/appliance/security/malware | Returns all supported malware settings for an MX network |
| MalwareApi | UpdateNetworkApplianceSecurityMalware | Put /networks/{networkId}/appliance/security/malware | Set the supported malware settings for an MX network |
| ManagementInterfaceApi | GetDeviceManagementInterface | Get /devices/{serial}/managementInterface | Return the management interface settings for a device |
| ManagementInterfaceApi | UpdateDeviceManagementInterface | Put /devices/{serial}/managementInterface | Update the management interface settings for a device |
| ManufacturersApi | GetOrganizationSummaryTopClientsManufacturersByUsage | Get /organizations/{organizationId}/summary/top/clients/manufacturers/byUsage | Return metrics for organization's top clients by data usage (in mb) over given time range, grouped by manufacturer. |
| MeApi | GetAdministeredIdentitiesMe | Get /administered/identities/me | Returns the identity of the current user. |
| MerakiAuthUsersApi | CreateNetworkMerakiAuthUser | Post /networks/{networkId}/merakiAuthUsers | Authorize a user configured with Meraki Authentication for a network (currently supports 802.1X, splash guest, and client VPN users, and currently, organizations have a 50,000 user cap) |
| MerakiAuthUsersApi | DeleteNetworkMerakiAuthUser | Delete /networks/{networkId}/merakiAuthUsers/{merakiAuthUserId} | Deauthorize a user |
| MerakiAuthUsersApi | GetNetworkMerakiAuthUser | Get /networks/{networkId}/merakiAuthUsers/{merakiAuthUserId} | Return the Meraki Auth splash guest, RADIUS, or client VPN user |
| MerakiAuthUsersApi | GetNetworkMerakiAuthUsers | Get /networks/{networkId}/merakiAuthUsers | List the users configured under Meraki Authentication for a network (splash guest or RADIUS users for a wireless network, or client VPN users for a wired network) |
| MerakiAuthUsersApi | UpdateNetworkMerakiAuthUser | Put /networks/{networkId}/merakiAuthUsers/{merakiAuthUserId} | Update a user configured with Meraki Authentication (currently, 802.1X RADIUS, splash guest, and client VPN users can be updated) |
| MeshStatusesApi | GetNetworkWirelessMeshStatuses | Get /networks/{networkId}/wireless/meshStatuses | List wireless mesh statuses for repeaters |
| ModelsApi | GetOrganizationSummaryTopDevicesModelsByUsage | Get /organizations/{organizationId}/summary/top/devices/models/byUsage | Return metrics for organization's top 10 device models sorted by data usage over given time range |
| MonitorApi | GenerateDeviceCameraSnapshot | Post /devices/{serial}/camera/generateSnapshot | Generate a snapshot of what the camera sees at the specified time and return a link to that image. |
| MonitorApi | GetAdministeredIdentitiesMe | Get /administered/identities/me | Returns the identity of the current user. |
| MonitorApi | GetDeviceApplianceDhcpSubnets | Get /devices/{serial}/appliance/dhcp/subnets | Return the DHCP subnet information for an appliance |
| MonitorApi | GetDeviceAppliancePerformance | Get /devices/{serial}/appliance/performance | Return the performance score for a single MX |
| MonitorApi | GetDeviceAppliancePrefixesDelegated | Get /devices/{serial}/appliance/prefixes/delegated | Return current delegated IPv6 prefixes on an appliance. |
| MonitorApi | GetDeviceAppliancePrefixesDelegatedVlanAssignments | Get /devices/{serial}/appliance/prefixes/delegated/vlanAssignments | Return prefixes assigned to all IPv6 enabled VLANs on an appliance. |
| MonitorApi | GetDeviceCameraAnalyticsLive | Get /devices/{serial}/camera/analytics/live | Returns live state from camera of analytics zones |
| MonitorApi | GetDeviceCameraAnalyticsOverview | Get /devices/{serial}/camera/analytics/overview | Returns an overview of aggregate analytics data for a timespan |
| MonitorApi | GetDeviceCameraAnalyticsRecent | Get /devices/{serial}/camera/analytics/recent | Returns most recent record for analytics zones |
| MonitorApi | GetDeviceCameraAnalyticsZoneHistory | Get /devices/{serial}/camera/analytics/zones/{zoneId}/history | Return historical records for analytic zones |
| MonitorApi | GetDeviceCameraAnalyticsZones | Get /devices/{serial}/camera/analytics/zones | Returns all configured analytic zones for this camera |
| MonitorApi | GetDeviceClients | Get /devices/{serial}/clients | List the clients of a device, up to a maximum of a month ago |
| MonitorApi | GetDeviceLldpCdp | Get /devices/{serial}/lldpCdp | List LLDP and CDP information for a device |
| MonitorApi | GetDeviceLossAndLatencyHistory | Get /devices/{serial}/lossAndLatencyHistory | Get the uplink loss percentage and latency in milliseconds, and goodput in kilobits per second for a wired network device. |
| MonitorApi | GetDeviceSwitchPortsStatuses | Get /devices/{serial}/switch/ports/statuses | Return the status for all the ports of a switch |
| MonitorApi | GetDeviceSwitchPortsStatusesPackets | Get /devices/{serial}/switch/ports/statuses/packets | Return the packet counters for all the ports of a switch |
| MonitorApi | GetDeviceWirelessConnectionStats | Get /devices/{serial}/wireless/connectionStats | Aggregated connectivity info for a given AP on this network |
| MonitorApi | GetDeviceWirelessLatencyStats | Get /devices/{serial}/wireless/latencyStats | Aggregated latency info for a given AP on this network |
| MonitorApi | GetDeviceWirelessStatus | Get /devices/{serial}/wireless/status | Return the SSID statuses of an access point |
| MonitorApi | GetNetworkAlertsHistory | Get /networks/{networkId}/alerts/history | Return the alert history for this network |
| MonitorApi | GetNetworkApplianceClientSecurityEvents | Get /networks/{networkId}/appliance/clients/{clientId}/security/events | List the security events for a client |
| MonitorApi | GetNetworkApplianceSecurityEvents | Get /networks/{networkId}/appliance/security/events | List the security events for a network |
| MonitorApi | GetNetworkApplianceUplinksUsageHistory | Get /networks/{networkId}/appliance/uplinks/usageHistory | Get the sent and received bytes for each uplink of a network. |
| MonitorApi | GetNetworkBluetoothClient | Get /networks/{networkId}/bluetoothClients/{bluetoothClientId} | Return a Bluetooth client |
| MonitorApi | GetNetworkBluetoothClients | Get /networks/{networkId}/bluetoothClients | List the Bluetooth clients seen by APs in this network |
| MonitorApi | GetNetworkClient | Get /networks/{networkId}/clients/{clientId} | Return the client associated with the given identifier |
| MonitorApi | GetNetworkClientTrafficHistory | Get /networks/{networkId}/clients/{clientId}/trafficHistory | Return the client's network traffic data over time |
| MonitorApi | GetNetworkClientUsageHistory | Get /networks/{networkId}/clients/{clientId}/usageHistory | Return the client's daily usage history |
| MonitorApi | GetNetworkClients | Get /networks/{networkId}/clients | List the clients that have used this network in the timespan |
| MonitorApi | GetNetworkClientsApplicationUsage | Get /networks/{networkId}/clients/applicationUsage | Return the application usage data for clients |
| MonitorApi | GetNetworkClientsBandwidthUsageHistory | Get /networks/{networkId}/clients/bandwidthUsageHistory | Returns a timeseries of total traffic consumption rates for all clients on a network within a given timespan, in megabits per second. |
| MonitorApi | GetNetworkClientsOverview | Get /networks/{networkId}/clients/overview | Return overview statistics for network clients |
| MonitorApi | GetNetworkClientsUsageHistories | Get /networks/{networkId}/clients/usageHistories | Return the usage histories for clients |
| MonitorApi | GetNetworkEvents | Get /networks/{networkId}/events | List the events for the network |
| MonitorApi | GetNetworkEventsEventTypes | Get /networks/{networkId}/events/eventTypes | List the event type to human-readable description |
| MonitorApi | GetNetworkInsightApplicationHealthByTime | Get /networks/{networkId}/insight/applications/{applicationId}/healthByTime | Get application health by time |
| MonitorApi | GetNetworkNetworkHealthChannelUtilization | Get /networks/{networkId}/networkHealth/channelUtilization | Get the channel utilization over each radio for all APs in a network. |
| MonitorApi | GetNetworkSensorAlertsCurrentOverviewByMetric | Get /networks/{networkId}/sensor/alerts/current/overview/byMetric | Return an overview of currently alerting sensors by metric |
| MonitorApi | GetNetworkSensorAlertsOverviewByMetric | Get /networks/{networkId}/sensor/alerts/overview/byMetric | Return an overview of alert occurrences over a timespan, by metric |
| MonitorApi | GetNetworkSmDeviceCellularUsageHistory | Get /networks/{networkId}/sm/devices/{deviceId}/cellularUsageHistory | Return the client's daily cellular data usage history |
| MonitorApi | GetNetworkSmDeviceConnectivity | Get /networks/{networkId}/sm/devices/{deviceId}/connectivity | Returns historical connectivity data (whether a device is regularly checking in to Dashboard). |
| MonitorApi | GetNetworkSmDeviceDesktopLogs | Get /networks/{networkId}/sm/devices/{deviceId}/desktopLogs | Return historical records of various Systems Manager network connection details for desktop devices. |
| MonitorApi | GetNetworkSmDeviceDeviceCommandLogs | Get /networks/{networkId}/sm/devices/{deviceId}/deviceCommandLogs | Return historical records of commands sent to Systems Manager devices |
| MonitorApi | GetNetworkSmDevicePerformanceHistory | Get /networks/{networkId}/sm/devices/{deviceId}/performanceHistory | Return historical records of various Systems Manager client metrics for desktop devices. |
| MonitorApi | GetNetworkSplashLoginAttempts | Get /networks/{networkId}/splashLoginAttempts | List the splash login attempts for a network |
| MonitorApi | GetNetworkTopologyLinkLayer | Get /networks/{networkId}/topology/linkLayer | List the LLDP and CDP information for all discovered devices and connections in a network. |
| MonitorApi | GetNetworkTraffic | Get /networks/{networkId}/traffic | Return the traffic analysis data for this network |
| MonitorApi | GetNetworkWirelessAirMarshal | Get /networks/{networkId}/wireless/airMarshal | List Air Marshal scan results from a network |
| MonitorApi | GetNetworkWirelessChannelUtilizationHistory | Get /networks/{networkId}/wireless/channelUtilizationHistory | Return AP channel utilization over time for a device or network client |
| MonitorApi | GetNetworkWirelessClientConnectionStats | Get /networks/{networkId}/wireless/clients/{clientId}/connectionStats | Aggregated connectivity info for a given client on this network |
| MonitorApi | GetNetworkWirelessClientConnectivityEvents | Get /networks/{networkId}/wireless/clients/{clientId}/connectivityEvents | List the wireless connectivity events for a client within a network in the timespan. |
| MonitorApi | GetNetworkWirelessClientCountHistory | Get /networks/{networkId}/wireless/clientCountHistory | Return wireless client counts over time for a network, device, or network client |
| MonitorApi | GetNetworkWirelessClientLatencyHistory | Get /networks/{networkId}/wireless/clients/{clientId}/latencyHistory | Return the latency history for a client |
| MonitorApi | GetNetworkWirelessClientLatencyStats | Get /networks/{networkId}/wireless/clients/{clientId}/latencyStats | Aggregated latency info for a given client on this network |
| MonitorApi | GetNetworkWirelessClientsConnectionStats | Get /networks/{networkId}/wireless/clients/connectionStats | Aggregated connectivity info for this network, grouped by clients |
| MonitorApi | GetNetworkWirelessClientsLatencyStats | Get /networks/{networkId}/wireless/clients/latencyStats | Aggregated latency info for this network, grouped by clients |
| MonitorApi | GetNetworkWirelessConnectionStats | Get /networks/{networkId}/wireless/connectionStats | Aggregated connectivity info for this network |
| MonitorApi | GetNetworkWirelessDataRateHistory | Get /networks/{networkId}/wireless/dataRateHistory | Return PHY data rates over time for a network, device, or network client |
| MonitorApi | GetNetworkWirelessDevicesConnectionStats | Get /networks/{networkId}/wireless/devices/connectionStats | Aggregated connectivity info for this network, grouped by node |
| MonitorApi | GetNetworkWirelessDevicesLatencyStats | Get /networks/{networkId}/wireless/devices/latencyStats | Aggregated latency info for this network, grouped by node |
| MonitorApi | GetNetworkWirelessFailedConnections | Get /networks/{networkId}/wireless/failedConnections | List of all failed client connection events on this network in a given time range |
| MonitorApi | GetNetworkWirelessLatencyHistory | Get /networks/{networkId}/wireless/latencyHistory | Return average wireless latency over time for a network, device, or network client |
| MonitorApi | GetNetworkWirelessLatencyStats | Get /networks/{networkId}/wireless/latencyStats | Aggregated latency info for this network |
| MonitorApi | GetNetworkWirelessMeshStatuses | Get /networks/{networkId}/wireless/meshStatuses | List wireless mesh statuses for repeaters |
| MonitorApi | GetNetworkWirelessSignalQualityHistory | Get /networks/{networkId}/wireless/signalQualityHistory | Return signal quality (SNR/RSSI) over time for a device or network client |
| MonitorApi | GetNetworkWirelessUsageHistory | Get /networks/{networkId}/wireless/usageHistory | Return AP usage over time for a device or network client |
| MonitorApi | GetOrganizationAdaptivePolicyOverview | Get /organizations/{organizationId}/adaptivePolicy/overview | Returns adaptive policy aggregate statistics for an organization |
| MonitorApi | GetOrganizationApiRequests | Get /organizations/{organizationId}/apiRequests | List the API requests made by an organization |
| MonitorApi | GetOrganizationApiRequestsOverview | Get /organizations/{organizationId}/apiRequests/overview | Return an aggregated overview of API requests data |
| MonitorApi | GetOrganizationApiRequestsOverviewResponseCodesByInterval | Get /organizations/{organizationId}/apiRequests/overview/responseCodes/byInterval | Tracks organizations' API requests by response code across a given time period |
| MonitorApi | GetOrganizationApplianceSecurityEvents | Get /organizations/{organizationId}/appliance/security/events | List the security events for an organization |
| MonitorApi | GetOrganizationApplianceUplinkStatuses | Get /organizations/{organizationId}/appliance/uplink/statuses | List the uplink status of every Meraki MX and Z series appliances in the organization |
| MonitorApi | GetOrganizationApplianceVpnStats | Get /organizations/{organizationId}/appliance/vpn/stats | Show VPN history stat for networks in an organization |
| MonitorApi | GetOrganizationApplianceVpnStatuses | Get /organizations/{organizationId}/appliance/vpn/statuses | Show VPN status for networks in an organization |
| MonitorApi | GetOrganizationCellularGatewayUplinkStatuses | Get /organizations/{organizationId}/cellularGateway/uplink/statuses | List the uplink status of every Meraki MG cellular gateway in the organization |
| MonitorApi | GetOrganizationClientsBandwidthUsageHistory | Get /organizations/{organizationId}/clients/bandwidthUsageHistory | Return data usage (in megabits per second) over time for all clients in the given organization within a given time range. |
| MonitorApi | GetOrganizationClientsOverview | Get /organizations/{organizationId}/clients/overview | Return summary information around client data usage (in mb) across the given organization. |
| MonitorApi | GetOrganizationConfigurationChanges | Get /organizations/{organizationId}/configurationChanges | View the Change Log for your organization |
| MonitorApi | GetOrganizationDevicesAvailabilities | Get /organizations/{organizationId}/devices/availabilities | List the availability information for devices in an organization |
| MonitorApi | GetOrganizationDevicesPowerModulesStatusesByDevice | Get /organizations/{organizationId}/devices/powerModules/statuses/byDevice | List the power status information for devices in an organization |
| MonitorApi | GetOrganizationDevicesStatuses | Get /organizations/{organizationId}/devices/statuses | List the status of every Meraki device in the organization |
| MonitorApi | GetOrganizationDevicesStatusesOverview | Get /organizations/{organizationId}/devices/statuses/overview | Return an overview of current device statuses |
| MonitorApi | GetOrganizationDevicesUplinksAddressesByDevice | Get /organizations/{organizationId}/devices/uplinks/addresses/byDevice | List the current uplink addresses for devices in an organization. |
| MonitorApi | GetOrganizationDevicesUplinksLossAndLatency | Get /organizations/{organizationId}/devices/uplinksLossAndLatency | Return the uplink loss and latency for every MX in the organization from at latest 2 minutes ago |
| MonitorApi | GetOrganizationLicensesOverview | Get /organizations/{organizationId}/licenses/overview | Return an overview of the license state for an organization |
| MonitorApi | GetOrganizationOpenapiSpec | Get /organizations/{organizationId}/openapiSpec | Return the OpenAPI 2.0 Specification of the organization's API documentation in JSON |
| MonitorApi | GetOrganizationSensorReadingsHistory | Get /organizations/{organizationId}/sensor/readings/history | Return all reported readings from sensors in a given timespan, sorted by timestamp |
| MonitorApi | GetOrganizationSensorReadingsLatest | Get /organizations/{organizationId}/sensor/readings/latest | Return the latest available reading for each metric from each sensor, sorted by sensor serial |
| MonitorApi | GetOrganizationSummaryTopAppliancesByUtilization | Get /organizations/{organizationId}/summary/top/appliances/byUtilization | Return the top 10 appliances sorted by utilization over given time range. |
| MonitorApi | GetOrganizationSummaryTopClientsByUsage | Get /organizations/{organizationId}/summary/top/clients/byUsage | Return metrics for organization's top 10 clients by data usage (in mb) over given time range. |
| MonitorApi | GetOrganizationSummaryTopClientsManufacturersByUsage | Get /organizations/{organizationId}/summary/top/clients/manufacturers/byUsage | Return metrics for organization's top clients by data usage (in mb) over given time range, grouped by manufacturer. |
| MonitorApi | GetOrganizationSummaryTopDevicesByUsage | Get /organizations/{organizationId}/summary/top/devices/byUsage | Return metrics for organization's top 10 devices sorted by data usage over given time range |
| MonitorApi | GetOrganizationSummaryTopDevicesModelsByUsage | Get /organizations/{organizationId}/summary/top/devices/models/byUsage | Return metrics for organization's top 10 device models sorted by data usage over given time range |
| MonitorApi | GetOrganizationSummaryTopSsidsByUsage | Get /organizations/{organizationId}/summary/top/ssids/byUsage | Return metrics for organization's top 10 ssids by data usage over given time range |
| MonitorApi | GetOrganizationSummaryTopSwitchesByEnergyUsage | Get /organizations/{organizationId}/summary/top/switches/byEnergyUsage | Return metrics for organization's top 10 switches by energy usage over given time range |
| MonitorApi | GetOrganizationUplinksStatuses | Get /organizations/{organizationId}/uplinks/statuses | List the uplink status of every Meraki MX, MG and Z series devices in the organization |
| MonitorApi | GetOrganizationWebhooksAlertTypes | Get /organizations/{organizationId}/webhooks/alertTypes | Return a list of alert types to be used with managing webhook alerts |
| MonitorApi | GetOrganizationWebhooksLogs | Get /organizations/{organizationId}/webhooks/logs | Return the log of webhook POSTs sent |
| MonitoredMediaServersApi | CreateOrganizationInsightMonitoredMediaServer | Post /organizations/{organizationId}/insight/monitoredMediaServers | Add a media server to be monitored for this organization |
| MonitoredMediaServersApi | DeleteOrganizationInsightMonitoredMediaServer | Delete /organizations/{organizationId}/insight/monitoredMediaServers/{monitoredMediaServerId} | Delete a monitored media server from this organization |
| MonitoredMediaServersApi | GetOrganizationInsightMonitoredMediaServer | Get /organizations/{organizationId}/insight/monitoredMediaServers/{monitoredMediaServerId} | Return a monitored media server for this organization |
| MonitoredMediaServersApi | GetOrganizationInsightMonitoredMediaServers | Get /organizations/{organizationId}/insight/monitoredMediaServers | List the monitored media servers for this organization |
| MonitoredMediaServersApi | UpdateOrganizationInsightMonitoredMediaServer | Put /organizations/{organizationId}/insight/monitoredMediaServers/{monitoredMediaServerId} | Update a monitored media server for this organization |
| MqttBrokersApi | CreateNetworkMqttBroker | Post /networks/{networkId}/mqttBrokers | Add an MQTT broker |
| MqttBrokersApi | DeleteNetworkMqttBroker | Delete /networks/{networkId}/mqttBrokers/{mqttBrokerId} | Delete an MQTT broker |
| MqttBrokersApi | GetNetworkMqttBroker | Get /networks/{networkId}/mqttBrokers/{mqttBrokerId} | Return an MQTT broker |
| MqttBrokersApi | GetNetworkMqttBrokers | Get /networks/{networkId}/mqttBrokers | List the MQTT brokers for this network |
| MqttBrokersApi | UpdateNetworkMqttBroker | Put /networks/{networkId}/mqttBrokers/{mqttBrokerId} | Update an MQTT broker |
| MtuApi | GetNetworkSwitchMtu | Get /networks/{networkId}/switch/mtu | Return the MTU configuration |
| MtuApi | UpdateNetworkSwitchMtu | Put /networks/{networkId}/switch/mtu | Update the MTU configuration |
| MulticastApi | CreateNetworkSwitchRoutingMulticastRendezvousPoint | Post /networks/{networkId}/switch/routing/multicast/rendezvousPoints | Create a multicast rendezvous point |
| MulticastApi | DeleteNetworkSwitchRoutingMulticastRendezvousPoint | Delete /networks/{networkId}/switch/routing/multicast/rendezvousPoints/{rendezvousPointId} | Delete a multicast rendezvous point |
| MulticastApi | GetNetworkSwitchRoutingMulticast | Get /networks/{networkId}/switch/routing/multicast | Return multicast settings for a network |
| MulticastApi | GetNetworkSwitchRoutingMulticastRendezvousPoint | Get /networks/{networkId}/switch/routing/multicast/rendezvousPoints/{rendezvousPointId} | Return a multicast rendezvous point |
| MulticastApi | GetNetworkSwitchRoutingMulticastRendezvousPoints | Get /networks/{networkId}/switch/routing/multicast/rendezvousPoints | List multicast rendezvous points |
| MulticastApi | UpdateNetworkSwitchRoutingMulticast | Put /networks/{networkId}/switch/routing/multicast | Update multicast settings for a network |
| MulticastApi | UpdateNetworkSwitchRoutingMulticastRendezvousPoint | Put /networks/{networkId}/switch/routing/multicast/rendezvousPoints/{rendezvousPointId} | Update a multicast rendezvous point |
| NetflowApi | GetNetworkNetflow | Get /networks/{networkId}/netflow | Return the NetFlow traffic reporting settings for a network |
| NetflowApi | UpdateNetworkNetflow | Put /networks/{networkId}/netflow | Update the NetFlow traffic reporting settings for a network |
| NetworkAdaptersApi | GetNetworkSmDeviceNetworkAdapters | Get /networks/{networkId}/sm/devices/{deviceId}/networkAdapters | List the network adapters of a device |
| NetworkHealthApi | GetNetworkNetworkHealthChannelUtilization | Get /networks/{networkId}/networkHealth/channelUtilization | Get the channel utilization over each radio for all APs in a network. |
| NetworksApi | BindNetwork | Post /networks/{networkId}/bind | Bind a network to a template. |
| NetworksApi | ClaimNetworkDevices | Post /networks/{networkId}/devices/claim | Claim devices into a network. (Note: for recently claimed devices, it may take a few minutes for API requsts against that device to succeed) |
| NetworksApi | CombineOrganizationNetworks | Post /organizations/{organizationId}/networks/combine | Combine multiple networks into a single network |
| NetworksApi | CreateNetworkFirmwareUpgradesRollback | Post /networks/{networkId}/firmwareUpgrades/rollbacks | Rollback a Firmware Upgrade For A Network |
| NetworksApi | CreateNetworkFirmwareUpgradesStagedEvent | Post /networks/{networkId}/firmwareUpgrades/staged/events | Create a Staged Upgrade Event for a network |
| NetworksApi | CreateNetworkFirmwareUpgradesStagedGroup | Post /networks/{networkId}/firmwareUpgrades/staged/groups | Create a Staged Upgrade Group for a network |
| NetworksApi | CreateNetworkFloorPlan | Post /networks/{networkId}/floorPlans | Upload a floor plan |
| NetworksApi | CreateNetworkGroupPolicy | Post /networks/{networkId}/groupPolicies | Create a group policy |
| NetworksApi | CreateNetworkMerakiAuthUser | Post /networks/{networkId}/merakiAuthUsers | Authorize a user configured with Meraki Authentication for a network (currently supports 802.1X, splash guest, and client VPN users, and currently, organizations have a 50,000 user cap) |
| NetworksApi | CreateNetworkMqttBroker | Post /networks/{networkId}/mqttBrokers | Add an MQTT broker |
| NetworksApi | CreateNetworkPiiRequest | Post /networks/{networkId}/pii/requests | Submit a new delete or restrict processing PII request |
| NetworksApi | CreateNetworkWebhooksHttpServer | Post /networks/{networkId}/webhooks/httpServers | Add an HTTP server to a network |
| NetworksApi | CreateNetworkWebhooksPayloadTemplate | Post /networks/{networkId}/webhooks/payloadTemplates | Create a webhook payload template for a network |
| NetworksApi | CreateNetworkWebhooksWebhookTest | Post /networks/{networkId}/webhooks/webhookTests | Send a test webhook for a network |
| NetworksApi | CreateOrganizationNetwork | Post /organizations/{organizationId}/networks | Create a network |
| NetworksApi | DeferNetworkFirmwareUpgradesStagedEvents | Post /networks/{networkId}/firmwareUpgrades/staged/events/defer | Postpone by 1 week all pending staged upgrade stages for a network |
| NetworksApi | DeleteNetwork | Delete /networks/{networkId} | Delete a network |
| NetworksApi | DeleteNetworkFirmwareUpgradesStagedGroup | Delete /networks/{networkId}/firmwareUpgrades/staged/groups/{groupId} | Delete a Staged Upgrade Group |
| NetworksApi | DeleteNetworkFloorPlan | Delete /networks/{networkId}/floorPlans/{floorPlanId} | Destroy a floor plan |
| NetworksApi | DeleteNetworkGroupPolicy | Delete /networks/{networkId}/groupPolicies/{groupPolicyId} | Delete a group policy |
| NetworksApi | DeleteNetworkMerakiAuthUser | Delete /networks/{networkId}/merakiAuthUsers/{merakiAuthUserId} | Deauthorize a user |
| NetworksApi | DeleteNetworkMqttBroker | Delete /networks/{networkId}/mqttBrokers/{mqttBrokerId} | Delete an MQTT broker |
| NetworksApi | DeleteNetworkPiiRequest | Delete /networks/{networkId}/pii/requests/{requestId} | Delete a restrict processing PII request |
| NetworksApi | DeleteNetworkWebhooksHttpServer | Delete /networks/{networkId}/webhooks/httpServers/{httpServerId} | Delete an HTTP server from a network |
| NetworksApi | DeleteNetworkWebhooksPayloadTemplate | Delete /networks/{networkId}/webhooks/payloadTemplates/{payloadTemplateId} | Destroy a webhook payload template for a network |
| NetworksApi | GetNetwork | Get /networks/{networkId} | Return a network |
| NetworksApi | GetNetworkAlertsHistory | Get /networks/{networkId}/alerts/history | Return the alert history for this network |
| NetworksApi | GetNetworkAlertsSettings | Get /networks/{networkId}/alerts/settings | Return the alert configuration for this network |
| NetworksApi | GetNetworkBluetoothClient | Get /networks/{networkId}/bluetoothClients/{bluetoothClientId} | Return a Bluetooth client |
| NetworksApi | GetNetworkBluetoothClients | Get /networks/{networkId}/bluetoothClients | List the Bluetooth clients seen by APs in this network |
| NetworksApi | GetNetworkClient | Get /networks/{networkId}/clients/{clientId} | Return the client associated with the given identifier |
| NetworksApi | GetNetworkClientPolicy | Get /networks/{networkId}/clients/{clientId}/policy | Return the policy assigned to a client on the network |
| NetworksApi | GetNetworkClientSplashAuthorizationStatus | Get /networks/{networkId}/clients/{clientId}/splashAuthorizationStatus | Return the splash authorization for a client, for each SSID they've associated with through splash |
| NetworksApi | GetNetworkClientTrafficHistory | Get /networks/{networkId}/clients/{clientId}/trafficHistory | Return the client's network traffic data over time |
| NetworksApi | GetNetworkClientUsageHistory | Get /networks/{networkId}/clients/{clientId}/usageHistory | Return the client's daily usage history |
| NetworksApi | GetNetworkClients | Get /networks/{networkId}/clients | List the clients that have used this network in the timespan |
| NetworksApi | GetNetworkClientsApplicationUsage | Get /networks/{networkId}/clients/applicationUsage | Return the application usage data for clients |
| NetworksApi | GetNetworkClientsBandwidthUsageHistory | Get /networks/{networkId}/clients/bandwidthUsageHistory | Returns a timeseries of total traffic consumption rates for all clients on a network within a given timespan, in megabits per second. |
| NetworksApi | GetNetworkClientsOverview | Get /networks/{networkId}/clients/overview | Return overview statistics for network clients |
| NetworksApi | GetNetworkClientsUsageHistories | Get /networks/{networkId}/clients/usageHistories | Return the usage histories for clients |
| NetworksApi | GetNetworkDevices | Get /networks/{networkId}/devices | List the devices in a network |
| NetworksApi | GetNetworkEvents | Get /networks/{networkId}/events | List the events for the network |
| NetworksApi | GetNetworkEventsEventTypes | Get /networks/{networkId}/events/eventTypes | List the event type to human-readable description |
| NetworksApi | GetNetworkFirmwareUpgrades | Get /networks/{networkId}/firmwareUpgrades | Get firmware upgrade information for a network |
| NetworksApi | GetNetworkFirmwareUpgradesStagedEvents | Get /networks/{networkId}/firmwareUpgrades/staged/events | Get the Staged Upgrade Event from a network |
| NetworksApi | GetNetworkFirmwareUpgradesStagedGroup | Get /networks/{networkId}/firmwareUpgrades/staged/groups/{groupId} | Get a Staged Upgrade Group from a network |
| NetworksApi | GetNetworkFirmwareUpgradesStagedGroups | Get /networks/{networkId}/firmwareUpgrades/staged/groups | List of Staged Upgrade Groups in a network |
| NetworksApi | GetNetworkFirmwareUpgradesStagedStages | Get /networks/{networkId}/firmwareUpgrades/staged/stages | Order of Staged Upgrade Groups in a network |
| NetworksApi | GetNetworkFloorPlan | Get /networks/{networkId}/floorPlans/{floorPlanId} | Find a floor plan by ID |
| NetworksApi | GetNetworkFloorPlans | Get /networks/{networkId}/floorPlans | List the floor plans that belong to your network |
| NetworksApi | GetNetworkGroupPolicies | Get /networks/{networkId}/groupPolicies | List the group policies in a network |
| NetworksApi | GetNetworkGroupPolicy | Get /networks/{networkId}/groupPolicies/{groupPolicyId} | Display a group policy |
| NetworksApi | GetNetworkHealthAlerts | Get /networks/{networkId}/health/alerts | Return all global alerts on this network |
| NetworksApi | GetNetworkMerakiAuthUser | Get /networks/{networkId}/merakiAuthUsers/{merakiAuthUserId} | Return the Meraki Auth splash guest, RADIUS, or client VPN user |
| NetworksApi | GetNetworkMerakiAuthUsers | Get /networks/{networkId}/merakiAuthUsers | List the users configured under Meraki Authentication for a network (splash guest or RADIUS users for a wireless network, or client VPN users for a wired network) |
| NetworksApi | GetNetworkMqttBroker | Get /networks/{networkId}/mqttBrokers/{mqttBrokerId} | Return an MQTT broker |
| NetworksApi | GetNetworkMqttBrokers | Get /networks/{networkId}/mqttBrokers | List the MQTT brokers for this network |
| NetworksApi | GetNetworkNetflow | Get /networks/{networkId}/netflow | Return the NetFlow traffic reporting settings for a network |
| NetworksApi | GetNetworkNetworkHealthChannelUtilization | Get /networks/{networkId}/networkHealth/channelUtilization | Get the channel utilization over each radio for all APs in a network. |
| NetworksApi | GetNetworkPiiPiiKeys | Get /networks/{networkId}/pii/piiKeys | List the keys required to access Personally Identifiable Information (PII) for a given identifier |
| NetworksApi | GetNetworkPiiRequest | Get /networks/{networkId}/pii/requests/{requestId} | Return a PII request |
| NetworksApi | GetNetworkPiiRequests | Get /networks/{networkId}/pii/requests | List the PII requests for this network or organization |
| NetworksApi | GetNetworkPiiSmDevicesForKey | Get /networks/{networkId}/pii/smDevicesForKey | Given a piece of Personally Identifiable Information (PII), return the Systems Manager device ID(s) associated with that identifier |
| NetworksApi | GetNetworkPiiSmOwnersForKey | Get /networks/{networkId}/pii/smOwnersForKey | Given a piece of Personally Identifiable Information (PII), return the Systems Manager owner ID(s) associated with that identifier |
| NetworksApi | GetNetworkPoliciesByClient | Get /networks/{networkId}/policies/byClient | Get policies for all clients with policies |
| NetworksApi | GetNetworkSettings | Get /networks/{networkId}/settings | Return the settings for a network |
| NetworksApi | GetNetworkSnmp | Get /networks/{networkId}/snmp | Return the SNMP settings for a network |
| NetworksApi | GetNetworkSplashLoginAttempts | Get /networks/{networkId}/splashLoginAttempts | List the splash login attempts for a network |
| NetworksApi | GetNetworkSyslogServers | Get /networks/{networkId}/syslogServers | List the syslog servers for a network |
| NetworksApi | GetNetworkTopologyLinkLayer | Get /networks/{networkId}/topology/linkLayer | List the LLDP and CDP information for all discovered devices and connections in a network. |
| NetworksApi | GetNetworkTraffic | Get /networks/{networkId}/traffic | Return the traffic analysis data for this network |
| NetworksApi | GetNetworkTrafficAnalysis | Get /networks/{networkId}/trafficAnalysis | Return the traffic analysis settings for a network |
| NetworksApi | GetNetworkTrafficShapingApplicationCategories | Get /networks/{networkId}/trafficShaping/applicationCategories | Returns the application categories for traffic shaping rules. |
| NetworksApi | GetNetworkTrafficShapingDscpTaggingOptions | Get /networks/{networkId}/trafficShaping/dscpTaggingOptions | Returns the available DSCP tagging options for your traffic shaping rules. |
| NetworksApi | GetNetworkWebhooksHttpServer | Get /networks/{networkId}/webhooks/httpServers/{httpServerId} | Return an HTTP server for a network |
| NetworksApi | GetNetworkWebhooksHttpServers | Get /networks/{networkId}/webhooks/httpServers | List the HTTP servers for a network |
| NetworksApi | GetNetworkWebhooksPayloadTemplate | Get /networks/{networkId}/webhooks/payloadTemplates/{payloadTemplateId} | Get the webhook payload template for a network |
| NetworksApi | GetNetworkWebhooksPayloadTemplates | Get /networks/{networkId}/webhooks/payloadTemplates | List the webhook payload templates for a network |
| NetworksApi | GetNetworkWebhooksWebhookTest | Get /networks/{networkId}/webhooks/webhookTests/{webhookTestId} | Return the status of a webhook test for a network |
| NetworksApi | GetOrganizationInventoryOnboardingCloudMonitoringNetworks | Get /organizations/{organizationId}/inventory/onboarding/cloudMonitoring/networks | Returns list of networks eligible for adding cloud monitored device |
| NetworksApi | GetOrganizationNetworks | Get /organizations/{organizationId}/networks | List the networks that the user has privileges on in an organization |
| NetworksApi | ProvisionNetworkClients | Post /networks/{networkId}/clients/provision | Provisions a client with a name and policy |
| NetworksApi | RemoveNetworkDevices | Post /networks/{networkId}/devices/remove | Remove a single device |
| NetworksApi | RollbacksNetworkFirmwareUpgradesStagedEvents | Post /networks/{networkId}/firmwareUpgrades/staged/events/rollbacks | Rollback a Staged Upgrade Event for a network |
| NetworksApi | SplitNetwork | Post /networks/{networkId}/split | Split a combined network into individual networks for each type of device |
| NetworksApi | UnbindNetwork | Post /networks/{networkId}/unbind | Unbind a network from a template. |
| NetworksApi | UpdateNetwork | Put /networks/{networkId} | Update a network |
| NetworksApi | UpdateNetworkAlertsSettings | Put /networks/{networkId}/alerts/settings | Update the alert configuration for this network |
| NetworksApi | UpdateNetworkClientPolicy | Put /networks/{networkId}/clients/{clientId}/policy | Update the policy assigned to a client on the network |
| NetworksApi | UpdateNetworkClientSplashAuthorizationStatus | Put /networks/{networkId}/clients/{clientId}/splashAuthorizationStatus | Update a client's splash authorization |
| NetworksApi | UpdateNetworkFirmwareUpgrades | Put /networks/{networkId}/firmwareUpgrades | Update firmware upgrade information for a network |
| NetworksApi | UpdateNetworkFirmwareUpgradesStagedEvents | Put /networks/{networkId}/firmwareUpgrades/staged/events | Update the Staged Upgrade Event for a network |
| NetworksApi | UpdateNetworkFirmwareUpgradesStagedGroup | Put /networks/{networkId}/firmwareUpgrades/staged/groups/{groupId} | Update a Staged Upgrade Group for a network |
| NetworksApi | UpdateNetworkFirmwareUpgradesStagedStages | Put /networks/{networkId}/firmwareUpgrades/staged/stages | Assign Staged Upgrade Group order in the sequence. |
| NetworksApi | UpdateNetworkFloorPlan | Put /networks/{networkId}/floorPlans/{floorPlanId} | Update a floor plan's geolocation and other meta data |
| NetworksApi | UpdateNetworkGroupPolicy | Put /networks/{networkId}/groupPolicies/{groupPolicyId} | Update a group policy |
| NetworksApi | UpdateNetworkMerakiAuthUser | Put /networks/{networkId}/merakiAuthUsers/{merakiAuthUserId} | Update a user configured with Meraki Authentication (currently, 802.1X RADIUS, splash guest, and client VPN users can be updated) |
| NetworksApi | UpdateNetworkMqttBroker | Put /networks/{networkId}/mqttBrokers/{mqttBrokerId} | Update an MQTT broker |
| NetworksApi | UpdateNetworkNetflow | Put /networks/{networkId}/netflow | Update the NetFlow traffic reporting settings for a network |
| NetworksApi | UpdateNetworkSettings | Put /networks/{networkId}/settings | Update the settings for a network |
| NetworksApi | UpdateNetworkSnmp | Put /networks/{networkId}/snmp | Update the SNMP settings for a network |
| NetworksApi | UpdateNetworkSyslogServers | Put /networks/{networkId}/syslogServers | Update the syslog servers for a network |
| NetworksApi | UpdateNetworkTrafficAnalysis | Put /networks/{networkId}/trafficAnalysis | Update the traffic analysis settings for a network |
| NetworksApi | UpdateNetworkWebhooksHttpServer | Put /networks/{networkId}/webhooks/httpServers/{httpServerId} | Update an HTTP server |
| NetworksApi | UpdateNetworkWebhooksPayloadTemplate | Put /networks/{networkId}/webhooks/payloadTemplates/{payloadTemplateId} | Update a webhook payload template for a network |
| NetworksApi | VmxNetworkDevicesClaim | Post /networks/{networkId}/devices/claim/vmx | Claim a vMX into a network |
| ObjectDetectionModelsApi | GetDeviceCameraSenseObjectDetectionModels | Get /devices/{serial}/camera/sense/objectDetectionModels | Returns the MV Sense object detection model list for the given camera |
| OnboardingApi | CreateOrganizationInventoryOnboardingCloudMonitoringExportEvent | Post /organizations/{organizationId}/inventory/onboarding/cloudMonitoring/exportEvents | Imports event logs related to the onboarding app into elastisearch |
| OnboardingApi | CreateOrganizationInventoryOnboardingCloudMonitoringImport | Post /organizations/{organizationId}/inventory/onboarding/cloudMonitoring/imports | Commits the import operation to complete the onboarding of a device into Dashboard for monitoring. |
| OnboardingApi | CreateOrganizationInventoryOnboardingCloudMonitoringPrepare | Post /organizations/{organizationId}/inventory/onboarding/cloudMonitoring/prepare | Initiates or updates an import session |
| OnboardingApi | GetOrganizationCameraOnboardingStatuses | Get /organizations/{organizationId}/camera/onboarding/statuses | Fetch onboarding status of cameras |
| OnboardingApi | GetOrganizationInventoryOnboardingCloudMonitoringImports | Get /organizations/{organizationId}/inventory/onboarding/cloudMonitoring/imports | Check the status of a committed Import operation |
| OnboardingApi | GetOrganizationInventoryOnboardingCloudMonitoringNetworks | Get /organizations/{organizationId}/inventory/onboarding/cloudMonitoring/networks | Returns list of networks eligible for adding cloud monitored device |
| OnboardingApi | UpdateOrganizationCameraOnboardingStatuses | Put /organizations/{organizationId}/camera/onboarding/statuses | Notify that credential handoff to camera has completed |
| OneToManyNatRulesApi | GetNetworkApplianceFirewallOneToManyNatRules | Get /networks/{networkId}/appliance/firewall/oneToManyNatRules | Return the 1:Many NAT mapping rules for an MX network |
| OneToManyNatRulesApi | UpdateNetworkApplianceFirewallOneToManyNatRules | Put /networks/{networkId}/appliance/firewall/oneToManyNatRules | Set the 1:Many NAT mapping rules for an MX network |
| OneToOneNatRulesApi | GetNetworkApplianceFirewallOneToOneNatRules | Get /networks/{networkId}/appliance/firewall/oneToOneNatRules | Return the 1:1 NAT mapping rules for an MX network |
| OneToOneNatRulesApi | UpdateNetworkApplianceFirewallOneToOneNatRules | Put /networks/{networkId}/appliance/firewall/oneToOneNatRules | Set the 1:1 NAT mapping rules for an MX network |
| OpenapiSpecApi | GetOrganizationOpenapiSpec | Get /organizations/{organizationId}/openapiSpec | Return the OpenAPI 2.0 Specification of the organization's API documentation in JSON |
| OptInsApi | CreateOrganizationEarlyAccessFeaturesOptIn | Post /organizations/{organizationId}/earlyAccess/features/optIns | Create a new early access feature opt-in for an organization |
| OptInsApi | DeleteOrganizationEarlyAccessFeaturesOptIn | Delete /organizations/{organizationId}/earlyAccess/features/optIns/{optInId} | Delete an early access feature opt-in |
| OptInsApi | GetOrganizationEarlyAccessFeaturesOptIn | Get /organizations/{organizationId}/earlyAccess/features/optIns/{optInId} | Show an early access feature opt-in for an organization |
| OptInsApi | GetOrganizationEarlyAccessFeaturesOptIns | Get /organizations/{organizationId}/earlyAccess/features/optIns | List the early access feature opt-ins for an organization |
| OptInsApi | UpdateOrganizationEarlyAccessFeaturesOptIn | Put /organizations/{organizationId}/earlyAccess/features/optIns/{optInId} | Update an early access feature opt-in for an organization |
| OrderApi | GetNetworkSwitchQosRulesOrder | Get /networks/{networkId}/switch/qosRules/order | Return the quality of service rule IDs by order in which they will be processed by the switch |
| OrderApi | UpdateNetworkSwitchQosRulesOrder | Put /networks/{networkId}/switch/qosRules/order | Update the order in which the rules should be processed by the switch |
| OrganizationsApi | AssignOrganizationLicensesSeats | Post /organizations/{organizationId}/licenses/assignSeats | Assign SM seats to a network |
| OrganizationsApi | ClaimIntoOrganization | Post /organizations/{organizationId}/claim | Claim a list of devices, licenses, and/or orders into an organization |
| OrganizationsApi | ClaimIntoOrganizationInventory | Post /organizations/{organizationId}/inventory/claim | Claim a list of devices, licenses, and/or orders into an organization inventory |
| OrganizationsApi | CloneOrganization | Post /organizations/{organizationId}/clone | Create a new organization by cloning the addressed organization |
| OrganizationsApi | CombineOrganizationNetworks | Post /organizations/{organizationId}/networks/combine | Combine multiple networks into a single network |
| OrganizationsApi | CreateOrganization | Post /organizations | Create a new organization |
| OrganizationsApi | CreateOrganizationActionBatch | Post /organizations/{organizationId}/actionBatches | Create an action batch |
| OrganizationsApi | CreateOrganizationAdaptivePolicyAcl | Post /organizations/{organizationId}/adaptivePolicy/acls | Creates new adaptive policy ACL |
| OrganizationsApi | CreateOrganizationAdaptivePolicyGroup | Post /organizations/{organizationId}/adaptivePolicy/groups | Creates a new adaptive policy group |
| OrganizationsApi | CreateOrganizationAdaptivePolicyPolicy | Post /organizations/{organizationId}/adaptivePolicy/policies | Add an Adaptive Policy |
| OrganizationsApi | CreateOrganizationAdmin | Post /organizations/{organizationId}/admins | Create a new dashboard administrator |
| OrganizationsApi | CreateOrganizationAlertsProfile | Post /organizations/{organizationId}/alerts/profiles | Create an organization-wide alert configuration |
| OrganizationsApi | CreateOrganizationBrandingPolicy | Post /organizations/{organizationId}/brandingPolicies | Add a new branding policy to an organization |
| OrganizationsApi | CreateOrganizationConfigTemplate | Post /organizations/{organizationId}/configTemplates | Create a new configuration template |
| OrganizationsApi | CreateOrganizationEarlyAccessFeaturesOptIn | Post /organizations/{organizationId}/earlyAccess/features/optIns | Create a new early access feature opt-in for an organization |
| OrganizationsApi | CreateOrganizationInventoryOnboardingCloudMonitoringExportEvent | Post /organizations/{organizationId}/inventory/onboarding/cloudMonitoring/exportEvents | Imports event logs related to the onboarding app into elastisearch |
| OrganizationsApi | CreateOrganizationInventoryOnboardingCloudMonitoringImport | Post /organizations/{organizationId}/inventory/onboarding/cloudMonitoring/imports | Commits the import operation to complete the onboarding of a device into Dashboard for monitoring. |
| OrganizationsApi | CreateOrganizationInventoryOnboardingCloudMonitoringPrepare | Post /organizations/{organizationId}/inventory/onboarding/cloudMonitoring/prepare | Initiates or updates an import session |
| OrganizationsApi | CreateOrganizationNetwork | Post /organizations/{organizationId}/networks | Create a network |
| OrganizationsApi | CreateOrganizationPolicyObject | Post /organizations/{organizationId}/policyObjects | Creates a new Policy Object. |
| OrganizationsApi | CreateOrganizationPolicyObjectsGroup | Post /organizations/{organizationId}/policyObjects/groups | Creates a new Policy Object Group. |
| OrganizationsApi | CreateOrganizationSamlIdp | Post /organizations/{organizationId}/saml/idps | Create a SAML IdP for your organization. |
| OrganizationsApi | CreateOrganizationSamlRole | Post /organizations/{organizationId}/samlRoles | Create a SAML role |
| OrganizationsApi | DeleteOrganization | Delete /organizations/{organizationId} | Delete an organization |
| OrganizationsApi | DeleteOrganizationActionBatch | Delete /organizations/{organizationId}/actionBatches/{actionBatchId} | Delete an action batch |
| OrganizationsApi | DeleteOrganizationAdaptivePolicyAcl | Delete /organizations/{organizationId}/adaptivePolicy/acls/{aclId} | Deletes the specified adaptive policy ACL |
| OrganizationsApi | DeleteOrganizationAdaptivePolicyGroup | Delete /organizations/{organizationId}/adaptivePolicy/groups/{id} | Deletes the specified adaptive policy group and any associated policies and references |
| OrganizationsApi | DeleteOrganizationAdaptivePolicyPolicy | Delete /organizations/{organizationId}/adaptivePolicy/policies/{id} | Delete an Adaptive Policy |
| OrganizationsApi | DeleteOrganizationAdmin | Delete /organizations/{organizationId}/admins/{adminId} | Revoke all access for a dashboard administrator within this organization |
| OrganizationsApi | DeleteOrganizationAlertsProfile | Delete /organizations/{organizationId}/alerts/profiles/{alertConfigId} | Removes an organization-wide alert config |
| OrganizationsApi | DeleteOrganizationBrandingPolicy | Delete /organizations/{organizationId}/brandingPolicies/{brandingPolicyId} | Delete a branding policy |
| OrganizationsApi | DeleteOrganizationConfigTemplate | Delete /organizations/{organizationId}/configTemplates/{configTemplateId} | Remove a configuration template |
| OrganizationsApi | DeleteOrganizationEarlyAccessFeaturesOptIn | Delete /organizations/{organizationId}/earlyAccess/features/optIns/{optInId} | Delete an early access feature opt-in |
| OrganizationsApi | DeleteOrganizationPolicyObject | Delete /organizations/{organizationId}/policyObjects/{policyObjectId} | Deletes a Policy Object. |
| OrganizationsApi | DeleteOrganizationPolicyObjectsGroup | Delete /organizations/{organizationId}/policyObjects/groups/{policyObjectGroupId} | Deletes a Policy Object Group. |
| OrganizationsApi | DeleteOrganizationSamlIdp | Delete /organizations/{organizationId}/saml/idps/{idpId} | Remove a SAML IdP in your organization. |
| OrganizationsApi | DeleteOrganizationSamlRole | Delete /organizations/{organizationId}/samlRoles/{samlRoleId} | Remove a SAML role |
| OrganizationsApi | DeleteOrganizationUser | Delete /organizations/{organizationId}/users/{userId} | Delete a user and all of its authentication methods. |
| OrganizationsApi | GetOrganization | Get /organizations/{organizationId} | Return an organization |
| OrganizationsApi | GetOrganizationActionBatch | Get /organizations/{organizationId}/actionBatches/{actionBatchId} | Return an action batch |
| OrganizationsApi | GetOrganizationActionBatches | Get /organizations/{organizationId}/actionBatches | Return the list of action batches in the organization |
| OrganizationsApi | GetOrganizationAdaptivePolicyAcl | Get /organizations/{organizationId}/adaptivePolicy/acls/{aclId} | Returns the adaptive policy ACL information |
| OrganizationsApi | GetOrganizationAdaptivePolicyAcls | Get /organizations/{organizationId}/adaptivePolicy/acls | List adaptive policy ACLs in a organization |
| OrganizationsApi | GetOrganizationAdaptivePolicyGroup | Get /organizations/{organizationId}/adaptivePolicy/groups/{id} | Returns an adaptive policy group |
| OrganizationsApi | GetOrganizationAdaptivePolicyGroups | Get /organizations/{organizationId}/adaptivePolicy/groups | List adaptive policy groups in a organization |
| OrganizationsApi | GetOrganizationAdaptivePolicyOverview | Get /organizations/{organizationId}/adaptivePolicy/overview | Returns adaptive policy aggregate statistics for an organization |
| OrganizationsApi | GetOrganizationAdaptivePolicyPolicies | Get /organizations/{organizationId}/adaptivePolicy/policies | List adaptive policies in an organization |
| OrganizationsApi | GetOrganizationAdaptivePolicyPolicy | Get /organizations/{organizationId}/adaptivePolicy/policies/{id} | Return an adaptive policy |
| OrganizationsApi | GetOrganizationAdaptivePolicySettings | Get /organizations/{organizationId}/adaptivePolicy/settings | Returns global adaptive policy settings in an organization |
| OrganizationsApi | GetOrganizationAdmins | Get /organizations/{organizationId}/admins | List the dashboard administrators in this organization |
| OrganizationsApi | GetOrganizationAlertsProfiles | Get /organizations/{organizationId}/alerts/profiles | List all organization-wide alert configurations |
| OrganizationsApi | GetOrganizationApiRequests | Get /organizations/{organizationId}/apiRequests | List the API requests made by an organization |
| OrganizationsApi | GetOrganizationApiRequestsOverview | Get /organizations/{organizationId}/apiRequests/overview | Return an aggregated overview of API requests data |
| OrganizationsApi | GetOrganizationApiRequestsOverviewResponseCodesByInterval | Get /organizations/{organizationId}/apiRequests/overview/responseCodes/byInterval | Tracks organizations' API requests by response code across a given time period |
| OrganizationsApi | GetOrganizationBrandingPolicies | Get /organizations/{organizationId}/brandingPolicies | List the branding policies of an organization |
| OrganizationsApi | GetOrganizationBrandingPoliciesPriorities | Get /organizations/{organizationId}/brandingPolicies/priorities | Return the branding policy IDs of an organization in priority order |
| OrganizationsApi | GetOrganizationBrandingPolicy | Get /organizations/{organizationId}/brandingPolicies/{brandingPolicyId} | Return a branding policy |
| OrganizationsApi | GetOrganizationClientsBandwidthUsageHistory | Get /organizations/{organizationId}/clients/bandwidthUsageHistory | Return data usage (in megabits per second) over time for all clients in the given organization within a given time range. |
| OrganizationsApi | GetOrganizationClientsOverview | Get /organizations/{organizationId}/clients/overview | Return summary information around client data usage (in mb) across the given organization. |
| OrganizationsApi | GetOrganizationClientsSearch | Get /organizations/{organizationId}/clients/search | Return the client details in an organization |
| OrganizationsApi | GetOrganizationConfigTemplate | Get /organizations/{organizationId}/configTemplates/{configTemplateId} | Return a single configuration template |
| OrganizationsApi | GetOrganizationConfigTemplates | Get /organizations/{organizationId}/configTemplates | List the configuration templates for this organization |
| OrganizationsApi | GetOrganizationConfigurationChanges | Get /organizations/{organizationId}/configurationChanges | View the Change Log for your organization |
| OrganizationsApi | GetOrganizationDevices | Get /organizations/{organizationId}/devices | List the devices in an organization |
| OrganizationsApi | GetOrganizationDevicesAvailabilities | Get /organizations/{organizationId}/devices/availabilities | List the availability information for devices in an organization |
| OrganizationsApi | GetOrganizationDevicesPowerModulesStatusesByDevice | Get /organizations/{organizationId}/devices/powerModules/statuses/byDevice | List the power status information for devices in an organization |
| OrganizationsApi | GetOrganizationDevicesStatuses | Get /organizations/{organizationId}/devices/statuses | List the status of every Meraki device in the organization |
| OrganizationsApi | GetOrganizationDevicesStatusesOverview | Get /organizations/{organizationId}/devices/statuses/overview | Return an overview of current device statuses |
| OrganizationsApi | GetOrganizationDevicesUplinksAddressesByDevice | Get /organizations/{organizationId}/devices/uplinks/addresses/byDevice | List the current uplink addresses for devices in an organization. |
| OrganizationsApi | GetOrganizationDevicesUplinksLossAndLatency | Get /organizations/{organizationId}/devices/uplinksLossAndLatency | Return the uplink loss and latency for every MX in the organization from at latest 2 minutes ago |
| OrganizationsApi | GetOrganizationEarlyAccessFeatures | Get /organizations/{organizationId}/earlyAccess/features | List the available early access features for organization |
| OrganizationsApi | GetOrganizationEarlyAccessFeaturesOptIn | Get /organizations/{organizationId}/earlyAccess/features/optIns/{optInId} | Show an early access feature opt-in for an organization |
| OrganizationsApi | GetOrganizationEarlyAccessFeaturesOptIns | Get /organizations/{organizationId}/earlyAccess/features/optIns | List the early access feature opt-ins for an organization |
| OrganizationsApi | GetOrganizationFirmwareUpgrades | Get /organizations/{organizationId}/firmware/upgrades | Get firmware upgrade information for an organization |
| OrganizationsApi | GetOrganizationFirmwareUpgradesByDevice | Get /organizations/{organizationId}/firmware/upgrades/byDevice | Get firmware upgrade status for the filtered devices |
| OrganizationsApi | GetOrganizationInventoryDevice | Get /organizations/{organizationId}/inventory/devices/{serial} | Return a single device from the inventory of an organization |
| OrganizationsApi | GetOrganizationInventoryDevices | Get /organizations/{organizationId}/inventory/devices | Return the device inventory for an organization |
| OrganizationsApi | GetOrganizationInventoryOnboardingCloudMonitoringImports | Get /organizations/{organizationId}/inventory/onboarding/cloudMonitoring/imports | Check the status of a committed Import operation |
| OrganizationsApi | GetOrganizationInventoryOnboardingCloudMonitoringNetworks | Get /organizations/{organizationId}/inventory/onboarding/cloudMonitoring/networks | Returns list of networks eligible for adding cloud monitored device |
| OrganizationsApi | GetOrganizationLicense | Get /organizations/{organizationId}/licenses/{licenseId} | Display a license |
| OrganizationsApi | GetOrganizationLicenses | Get /organizations/{organizationId}/licenses | List the licenses for an organization |
| OrganizationsApi | GetOrganizationLicensesOverview | Get /organizations/{organizationId}/licenses/overview | Return an overview of the license state for an organization |
| OrganizationsApi | GetOrganizationLoginSecurity | Get /organizations/{organizationId}/loginSecurity | Returns the login security settings for an organization. |
| OrganizationsApi | GetOrganizationNetworks | Get /organizations/{organizationId}/networks | List the networks that the user has privileges on in an organization |
| OrganizationsApi | GetOrganizationOpenapiSpec | Get /organizations/{organizationId}/openapiSpec | Return the OpenAPI 2.0 Specification of the organization's API documentation in JSON |
| OrganizationsApi | GetOrganizationPolicyObject | Get /organizations/{organizationId}/policyObjects/{policyObjectId} | Shows details of a Policy Object. |
| OrganizationsApi | GetOrganizationPolicyObjects | Get /organizations/{organizationId}/policyObjects | Lists Policy Objects belonging to the organization. |
| OrganizationsApi | GetOrganizationPolicyObjectsGroup | Get /organizations/{organizationId}/policyObjects/groups/{policyObjectGroupId} | Shows details of a Policy Object Group. |
| OrganizationsApi | GetOrganizationPolicyObjectsGroups | Get /organizations/{organizationId}/policyObjects/groups | Lists Policy Object Groups belonging to the organization. |
| OrganizationsApi | GetOrganizationSaml | Get /organizations/{organizationId}/saml | Returns the SAML SSO enabled settings for an organization. |
| OrganizationsApi | GetOrganizationSamlIdp | Get /organizations/{organizationId}/saml/idps/{idpId} | Get a SAML IdP from your organization. |
| OrganizationsApi | GetOrganizationSamlIdps | Get /organizations/{organizationId}/saml/idps | List the SAML IdPs in your organization. |
| OrganizationsApi | GetOrganizationSamlRole | Get /organizations/{organizationId}/samlRoles/{samlRoleId} | Return a SAML role |
| OrganizationsApi | GetOrganizationSamlRoles | Get /organizations/{organizationId}/samlRoles | List the SAML roles for this organization |
| OrganizationsApi | GetOrganizationSnmp | Get /organizations/{organizationId}/snmp | Return the SNMP settings for an organization |
| OrganizationsApi | GetOrganizationSummaryTopAppliancesByUtilization | Get /organizations/{organizationId}/summary/top/appliances/byUtilization | Return the top 10 appliances sorted by utilization over given time range. |
| OrganizationsApi | GetOrganizationSummaryTopClientsByUsage | Get /organizations/{organizationId}/summary/top/clients/byUsage | Return metrics for organization's top 10 clients by data usage (in mb) over given time range. |
| OrganizationsApi | GetOrganizationSummaryTopClientsManufacturersByUsage | Get /organizations/{organizationId}/summary/top/clients/manufacturers/byUsage | Return metrics for organization's top clients by data usage (in mb) over given time range, grouped by manufacturer. |
| OrganizationsApi | GetOrganizationSummaryTopDevicesByUsage | Get /organizations/{organizationId}/summary/top/devices/byUsage | Return metrics for organization's top 10 devices sorted by data usage over given time range |
| OrganizationsApi | GetOrganizationSummaryTopDevicesModelsByUsage | Get /organizations/{organizationId}/summary/top/devices/models/byUsage | Return metrics for organization's top 10 device models sorted by data usage over given time range |
| OrganizationsApi | GetOrganizationSummaryTopSsidsByUsage | Get /organizations/{organizationId}/summary/top/ssids/byUsage | Return metrics for organization's top 10 ssids by data usage over given time range |
| OrganizationsApi | GetOrganizationSummaryTopSwitchesByEnergyUsage | Get /organizations/{organizationId}/summary/top/switches/byEnergyUsage | Return metrics for organization's top 10 switches by energy usage over given time range |
| OrganizationsApi | GetOrganizationUplinksStatuses | Get /organizations/{organizationId}/uplinks/statuses | List the uplink status of every Meraki MX, MG and Z series devices in the organization |
| OrganizationsApi | GetOrganizationWebhooksAlertTypes | Get /organizations/{organizationId}/webhooks/alertTypes | Return a list of alert types to be used with managing webhook alerts |
| OrganizationsApi | GetOrganizationWebhooksLogs | Get /organizations/{organizationId}/webhooks/logs | Return the log of webhook POSTs sent |
| OrganizationsApi | GetOrganizations | Get /organizations | List the organizations that the user has privileges on |
| OrganizationsApi | MoveOrganizationLicenses | Post /organizations/{organizationId}/licenses/move | Move licenses to another organization |
| OrganizationsApi | MoveOrganizationLicensesSeats | Post /organizations/{organizationId}/licenses/moveSeats | Move SM seats to another organization |
| OrganizationsApi | ReleaseFromOrganizationInventory | Post /organizations/{organizationId}/inventory/release | Release a list of claimed devices from an organization. |
| OrganizationsApi | RenewOrganizationLicensesSeats | Post /organizations/{organizationId}/licenses/renewSeats | Renew SM seats of a license |
| OrganizationsApi | UpdateOrganization | Put /organizations/{organizationId} | Update an organization |
| OrganizationsApi | UpdateOrganizationActionBatch | Put /organizations/{organizationId}/actionBatches/{actionBatchId} | Update an action batch |
| OrganizationsApi | UpdateOrganizationAdaptivePolicyAcl | Put /organizations/{organizationId}/adaptivePolicy/acls/{aclId} | Updates an adaptive policy ACL |
| OrganizationsApi | UpdateOrganizationAdaptivePolicyGroup | Put /organizations/{organizationId}/adaptivePolicy/groups/{id} | Updates an adaptive policy group |
| OrganizationsApi | UpdateOrganizationAdaptivePolicyPolicy | Put /organizations/{organizationId}/adaptivePolicy/policies/{id} | Update an Adaptive Policy |
| OrganizationsApi | UpdateOrganizationAdaptivePolicySettings | Put /organizations/{organizationId}/adaptivePolicy/settings | Update global adaptive policy settings |
| OrganizationsApi | UpdateOrganizationAdmin | Put /organizations/{organizationId}/admins/{adminId} | Update an administrator |
| OrganizationsApi | UpdateOrganizationAlertsProfile | Put /organizations/{organizationId}/alerts/profiles/{alertConfigId} | Update an organization-wide alert config |
| OrganizationsApi | UpdateOrganizationBrandingPoliciesPriorities | Put /organizations/{organizationId}/brandingPolicies/priorities | Update the priority ordering of an organization's branding policies. |
| OrganizationsApi | UpdateOrganizationBrandingPolicy | Put /organizations/{organizationId}/brandingPolicies/{brandingPolicyId} | Update a branding policy |
| OrganizationsApi | UpdateOrganizationConfigTemplate | Put /organizations/{organizationId}/configTemplates/{configTemplateId} | Update a configuration template |
| OrganizationsApi | UpdateOrganizationEarlyAccessFeaturesOptIn | Put /organizations/{organizationId}/earlyAccess/features/optIns/{optInId} | Update an early access feature opt-in for an organization |
| OrganizationsApi | UpdateOrganizationLicense | Put /organizations/{organizationId}/licenses/{licenseId} | Update a license |
| OrganizationsApi | UpdateOrganizationLoginSecurity | Put /organizations/{organizationId}/loginSecurity | Update the login security settings for an organization |
| OrganizationsApi | UpdateOrganizationPolicyObject | Put /organizations/{organizationId}/policyObjects/{policyObjectId} | Updates a Policy Object. |
| OrganizationsApi | UpdateOrganizationPolicyObjectsGroup | Put /organizations/{organizationId}/policyObjects/groups/{policyObjectGroupId} | Updates a Policy Object Group. |
| OrganizationsApi | UpdateOrganizationSaml | Put /organizations/{organizationId}/saml | Updates the SAML SSO enabled settings for an organization. |
| OrganizationsApi | UpdateOrganizationSamlIdp | Put /organizations/{organizationId}/saml/idps/{idpId} | Update a SAML IdP in your organization |
| OrganizationsApi | UpdateOrganizationSamlRole | Put /organizations/{organizationId}/samlRoles/{samlRoleId} | Update a SAML role |
| OrganizationsApi | UpdateOrganizationSnmp | Put /organizations/{organizationId}/snmp | Update the SNMP settings for an organization |
| OspfApi | GetNetworkSwitchRoutingOspf | Get /networks/{networkId}/switch/routing/ospf | Return layer 3 OSPF routing configuration |
| OspfApi | UpdateNetworkSwitchRoutingOspf | Put /networks/{networkId}/switch/routing/ospf | Update layer 3 OSPF routing configuration |
| OverviewApi | GetDeviceCameraAnalyticsOverview | Get /devices/{serial}/camera/analytics/overview | Returns an overview of aggregate analytics data for a timespan |
| OverviewApi | GetNetworkClientsOverview | Get /networks/{networkId}/clients/overview | Return overview statistics for network clients |
| OverviewApi | GetNetworkSensorAlertsCurrentOverviewByMetric | Get /networks/{networkId}/sensor/alerts/current/overview/byMetric | Return an overview of currently alerting sensors by metric |
| OverviewApi | GetNetworkSensorAlertsOverviewByMetric | Get /networks/{networkId}/sensor/alerts/overview/byMetric | Return an overview of alert occurrences over a timespan, by metric |
| OverviewApi | GetOrganizationAdaptivePolicyOverview | Get /organizations/{organizationId}/adaptivePolicy/overview | Returns adaptive policy aggregate statistics for an organization |
| OverviewApi | GetOrganizationApiRequestsOverview | Get /organizations/{organizationId}/apiRequests/overview | Return an aggregated overview of API requests data |
| OverviewApi | GetOrganizationApiRequestsOverviewResponseCodesByInterval | Get /organizations/{organizationId}/apiRequests/overview/responseCodes/byInterval | Tracks organizations' API requests by response code across a given time period |
| OverviewApi | GetOrganizationClientsOverview | Get /organizations/{organizationId}/clients/overview | Return summary information around client data usage (in mb) across the given organization. |
| OverviewApi | GetOrganizationDevicesStatusesOverview | Get /organizations/{organizationId}/devices/statuses/overview | Return an overview of current device statuses |
| OverviewApi | GetOrganizationLicensesOverview | Get /organizations/{organizationId}/licenses/overview | Return an overview of the license state for an organization |
| PacketsApi | GetDeviceSwitchPortsStatusesPackets | Get /devices/{serial}/switch/ports/statuses/packets | Return the packet counters for all the ports of a switch |
| PayloadTemplatesApi | CreateNetworkWebhooksPayloadTemplate | Post /networks/{networkId}/webhooks/payloadTemplates | Create a webhook payload template for a network |
| PayloadTemplatesApi | DeleteNetworkWebhooksPayloadTemplate | Delete /networks/{networkId}/webhooks/payloadTemplates/{payloadTemplateId} | Destroy a webhook payload template for a network |
| PayloadTemplatesApi | GetNetworkWebhooksPayloadTemplate | Get /networks/{networkId}/webhooks/payloadTemplates/{payloadTemplateId} | Get the webhook payload template for a network |
| PayloadTemplatesApi | GetNetworkWebhooksPayloadTemplates | Get /networks/{networkId}/webhooks/payloadTemplates | List the webhook payload templates for a network |
| PayloadTemplatesApi | UpdateNetworkWebhooksPayloadTemplate | Put /networks/{networkId}/webhooks/payloadTemplates/{payloadTemplateId} | Update a webhook payload template for a network |
| PerformanceApi | GetDeviceAppliancePerformance | Get /devices/{serial}/appliance/performance | Return the performance score for a single MX |
| PerformanceHistoryApi | GetNetworkSmDevicePerformanceHistory | Get /networks/{networkId}/sm/devices/{deviceId}/performanceHistory | Return historical records of various Systems Manager client metrics for desktop devices. |
| PiiApi | CreateNetworkPiiRequest | Post /networks/{networkId}/pii/requests | Submit a new delete or restrict processing PII request |
| PiiApi | DeleteNetworkPiiRequest | Delete /networks/{networkId}/pii/requests/{requestId} | Delete a restrict processing PII request |
| PiiApi | GetNetworkPiiPiiKeys | Get /networks/{networkId}/pii/piiKeys | List the keys required to access Personally Identifiable Information (PII) for a given identifier |
| PiiApi | GetNetworkPiiRequest | Get /networks/{networkId}/pii/requests/{requestId} | Return a PII request |
| PiiApi | GetNetworkPiiRequests | Get /networks/{networkId}/pii/requests | List the PII requests for this network or organization |
| PiiApi | GetNetworkPiiSmDevicesForKey | Get /networks/{networkId}/pii/smDevicesForKey | Given a piece of Personally Identifiable Information (PII), return the Systems Manager device ID(s) associated with that identifier |
| PiiApi | GetNetworkPiiSmOwnersForKey | Get /networks/{networkId}/pii/smOwnersForKey | Given a piece of Personally Identifiable Information (PII), return the Systems Manager owner ID(s) associated with that identifier |
| PiiKeysApi | GetNetworkPiiPiiKeys | Get /networks/{networkId}/pii/piiKeys | List the keys required to access Personally Identifiable Information (PII) for a given identifier |
| PingApi | CreateDeviceLiveToolsPing | Post /devices/{serial}/liveTools/ping | Enqueue a job to ping a target host from the device |
| PingApi | GetDeviceLiveToolsPing | Get /devices/{serial}/liveTools/ping/{id} | Return a ping job |
| PingDeviceApi | CreateDeviceLiveToolsPingDevice | Post /devices/{serial}/liveTools/pingDevice | Enqueue a job to check connectivity status to the device |
| PingDeviceApi | GetDeviceLiveToolsPingDevice | Get /devices/{serial}/liveTools/pingDevice/{id} | Return a ping device job |
| PoliciesApi | CreateOrganizationAdaptivePolicyPolicy | Post /organizations/{organizationId}/adaptivePolicy/policies | Add an Adaptive Policy |
| PoliciesApi | DeleteOrganizationAdaptivePolicyPolicy | Delete /organizations/{organizationId}/adaptivePolicy/policies/{id} | Delete an Adaptive Policy |
| PoliciesApi | GetNetworkPoliciesByClient | Get /networks/{networkId}/policies/byClient | Get policies for all clients with policies |
| PoliciesApi | GetOrganizationAdaptivePolicyPolicies | Get /organizations/{organizationId}/adaptivePolicy/policies | List adaptive policies in an organization |
| PoliciesApi | GetOrganizationAdaptivePolicyPolicy | Get /organizations/{organizationId}/adaptivePolicy/policies/{id} | Return an adaptive policy |
| PoliciesApi | UpdateOrganizationAdaptivePolicyPolicy | Put /organizations/{organizationId}/adaptivePolicy/policies/{id} | Update an Adaptive Policy |
| PolicyApi | GetNetworkClientPolicy | Get /networks/{networkId}/clients/{clientId}/policy | Return the policy assigned to a client on the network |
| PolicyApi | UpdateNetworkClientPolicy | Put /networks/{networkId}/clients/{clientId}/policy | Update the policy assigned to a client on the network |
| PolicyObjectsApi | CreateOrganizationPolicyObject | Post /organizations/{organizationId}/policyObjects | Creates a new Policy Object. |
| PolicyObjectsApi | CreateOrganizationPolicyObjectsGroup | Post /organizations/{organizationId}/policyObjects/groups | Creates a new Policy Object Group. |
| PolicyObjectsApi | DeleteOrganizationPolicyObject | Delete /organizations/{organizationId}/policyObjects/{policyObjectId} | Deletes a Policy Object. |
| PolicyObjectsApi | DeleteOrganizationPolicyObjectsGroup | Delete /organizations/{organizationId}/policyObjects/groups/{policyObjectGroupId} | Deletes a Policy Object Group. |
| PolicyObjectsApi | GetOrganizationPolicyObject | Get /organizations/{organizationId}/policyObjects/{policyObjectId} | Shows details of a Policy Object. |
| PolicyObjectsApi | GetOrganizationPolicyObjects | Get /organizations/{organizationId}/policyObjects | Lists Policy Objects belonging to the organization. |
| PolicyObjectsApi | GetOrganizationPolicyObjectsGroup | Get /organizations/{organizationId}/policyObjects/groups/{policyObjectGroupId} | Shows details of a Policy Object Group. |
| PolicyObjectsApi | GetOrganizationPolicyObjectsGroups | Get /organizations/{organizationId}/policyObjects/groups | Lists Policy Object Groups belonging to the organization. |
| PolicyObjectsApi | UpdateOrganizationPolicyObject | Put /organizations/{organizationId}/policyObjects/{policyObjectId} | Updates a Policy Object. |
| PolicyObjectsApi | UpdateOrganizationPolicyObjectsGroup | Put /organizations/{organizationId}/policyObjects/groups/{policyObjectGroupId} | Updates a Policy Object Group. |
| PortForwardingRulesApi | GetDeviceCellularGatewayPortForwardingRules | Get /devices/{serial}/cellularGateway/portForwardingRules | Returns the port forwarding rules for a single MG. |
| PortForwardingRulesApi | GetNetworkApplianceFirewallPortForwardingRules | Get /networks/{networkId}/appliance/firewall/portForwardingRules | Return the port forwarding rules for an MX network |
| PortForwardingRulesApi | UpdateDeviceCellularGatewayPortForwardingRules | Put /devices/{serial}/cellularGateway/portForwardingRules | Updates the port forwarding rules for a single MG. |
| PortForwardingRulesApi | UpdateNetworkApplianceFirewallPortForwardingRules | Put /networks/{networkId}/appliance/firewall/portForwardingRules | Update the port forwarding rules for an MX network |
| PortSchedulesApi | CreateNetworkSwitchPortSchedule | Post /networks/{networkId}/switch/portSchedules | Add a switch port schedule |
| PortSchedulesApi | DeleteNetworkSwitchPortSchedule | Delete /networks/{networkId}/switch/portSchedules/{portScheduleId} | Delete a switch port schedule |
| PortSchedulesApi | GetNetworkSwitchPortSchedules | Get /networks/{networkId}/switch/portSchedules | List switch port schedules |
| PortSchedulesApi | UpdateNetworkSwitchPortSchedule | Put /networks/{networkId}/switch/portSchedules/{portScheduleId} | Update a switch port schedule |
| PortsApi | CycleDeviceSwitchPorts | Post /devices/{serial}/switch/ports/cycle | Cycle a set of switch ports |
| PortsApi | GetDeviceSwitchPort | Get /devices/{serial}/switch/ports/{portId} | Return a switch port |
| PortsApi | GetDeviceSwitchPorts | Get /devices/{serial}/switch/ports | List the switch ports for a switch |
| PortsApi | GetDeviceSwitchPortsStatuses | Get /devices/{serial}/switch/ports/statuses | Return the status for all the ports of a switch |
| PortsApi | GetDeviceSwitchPortsStatusesPackets | Get /devices/{serial}/switch/ports/statuses/packets | Return the packet counters for all the ports of a switch |
| PortsApi | GetNetworkAppliancePort | Get /networks/{networkId}/appliance/ports/{portId} | Return per-port VLAN settings for a single MX port. |
| PortsApi | GetNetworkAppliancePorts | Get /networks/{networkId}/appliance/ports | List per-port VLAN settings for all ports of a MX. |
| PortsApi | GetOrganizationConfigTemplateSwitchProfilePort | Get /organizations/{organizationId}/configTemplates/{configTemplateId}/switch/profiles/{profileId}/ports/{portId} | Return a switch profile port |
| PortsApi | GetOrganizationConfigTemplateSwitchProfilePorts | Get /organizations/{organizationId}/configTemplates/{configTemplateId}/switch/profiles/{profileId}/ports | Return all the ports of a switch profile |
| PortsApi | GetOrganizationSwitchPortsBySwitch | Get /organizations/{organizationId}/switch/ports/bySwitch | List the switchports in an organization by switch |
| PortsApi | UpdateDeviceSwitchPort | Put /devices/{serial}/switch/ports/{portId} | Update a switch port |
| PortsApi | UpdateNetworkAppliancePort | Put /networks/{networkId}/appliance/ports/{portId} | Update the per-port VLAN settings for a single MX port. |
| PortsApi | UpdateOrganizationConfigTemplateSwitchProfilePort | Put /organizations/{organizationId}/configTemplates/{configTemplateId}/switch/profiles/{profileId}/ports/{portId} | Update a switch profile port |
| PowerModulesApi | GetOrganizationDevicesPowerModulesStatusesByDevice | Get /organizations/{organizationId}/devices/powerModules/statuses/byDevice | List the power status information for devices in an organization |
| PrefixesApi | CreateNetworkAppliancePrefixesDelegatedStatic | Post /networks/{networkId}/appliance/prefixes/delegated/statics | Add a static delegated prefix from a network |
| PrefixesApi | DeleteNetworkAppliancePrefixesDelegatedStatic | Delete /networks/{networkId}/appliance/prefixes/delegated/statics/{staticDelegatedPrefixId} | Delete a static delegated prefix from a network |
| PrefixesApi | GetDeviceAppliancePrefixesDelegated | Get /devices/{serial}/appliance/prefixes/delegated | Return current delegated IPv6 prefixes on an appliance. |
| PrefixesApi | GetDeviceAppliancePrefixesDelegatedVlanAssignments | Get /devices/{serial}/appliance/prefixes/delegated/vlanAssignments | Return prefixes assigned to all IPv6 enabled VLANs on an appliance. |
| PrefixesApi | GetNetworkAppliancePrefixesDelegatedStatic | Get /networks/{networkId}/appliance/prefixes/delegated/statics/{staticDelegatedPrefixId} | Return a static delegated prefix from a network |
| PrefixesApi | GetNetworkAppliancePrefixesDelegatedStatics | Get /networks/{networkId}/appliance/prefixes/delegated/statics | List static delegated prefixes for a network |
| PrefixesApi | UpdateNetworkAppliancePrefixesDelegatedStatic | Put /networks/{networkId}/appliance/prefixes/delegated/statics/{staticDelegatedPrefixId} | Update a static delegated prefix from a network |
| PrepareApi | CreateOrganizationInventoryOnboardingCloudMonitoringPrepare | Post /organizations/{organizationId}/inventory/onboarding/cloudMonitoring/prepare | Initiates or updates an import session |
| PrioritiesApi | GetOrganizationBrandingPoliciesPriorities | Get /organizations/{organizationId}/brandingPolicies/priorities | Return the branding policy IDs of an organization in priority order |
| PrioritiesApi | UpdateOrganizationBrandingPoliciesPriorities | Put /organizations/{organizationId}/brandingPolicies/priorities | Update the priority ordering of an organization's branding policies. |
| ProfilesApi | CreateNetworkSensorAlertsProfile | Post /networks/{networkId}/sensor/alerts/profiles | Creates a sensor alert profile for a network. |
| ProfilesApi | CreateOrganizationAlertsProfile | Post /organizations/{organizationId}/alerts/profiles | Create an organization-wide alert configuration |
| ProfilesApi | DeleteNetworkSensorAlertsProfile | Delete /networks/{networkId}/sensor/alerts/profiles/{id} | Deletes a sensor alert profile from a network. |
| ProfilesApi | DeleteOrganizationAlertsProfile | Delete /organizations/{organizationId}/alerts/profiles/{alertConfigId} | Removes an organization-wide alert config |
| ProfilesApi | GetNetworkSensorAlertsProfile | Get /networks/{networkId}/sensor/alerts/profiles/{id} | Show details of a sensor alert profile for a network. |
| ProfilesApi | GetNetworkSensorAlertsProfiles | Get /networks/{networkId}/sensor/alerts/profiles | Lists all sensor alert profiles for a network. |
| ProfilesApi | GetNetworkSmProfiles | Get /networks/{networkId}/sm/profiles | List all profiles in a network |
| ProfilesApi | GetOrganizationAlertsProfiles | Get /organizations/{organizationId}/alerts/profiles | List all organization-wide alert configurations |
| ProfilesApi | GetOrganizationConfigTemplateSwitchProfilePort | Get /organizations/{organizationId}/configTemplates/{configTemplateId}/switch/profiles/{profileId}/ports/{portId} | Return a switch profile port |
| ProfilesApi | GetOrganizationConfigTemplateSwitchProfilePorts | Get /organizations/{organizationId}/configTemplates/{configTemplateId}/switch/profiles/{profileId}/ports | Return all the ports of a switch profile |
| ProfilesApi | GetOrganizationConfigTemplateSwitchProfiles | Get /organizations/{organizationId}/configTemplates/{configTemplateId}/switch/profiles | List the switch profiles for your switch template configuration |
| ProfilesApi | UpdateNetworkSensorAlertsProfile | Put /networks/{networkId}/sensor/alerts/profiles/{id} | Updates a sensor alert profile for a network. |
| ProfilesApi | UpdateOrganizationAlertsProfile | Put /organizations/{organizationId}/alerts/profiles/{alertConfigId} | Update an organization-wide alert config |
| ProfilesApi | UpdateOrganizationConfigTemplateSwitchProfilePort | Put /organizations/{organizationId}/configTemplates/{configTemplateId}/switch/profiles/{profileId}/ports/{portId} | Update a switch profile port |
| QosRulesApi | CreateNetworkSwitchQosRule | Post /networks/{networkId}/switch/qosRules | Add a quality of service rule |
| QosRulesApi | DeleteNetworkSwitchQosRule | Delete /networks/{networkId}/switch/qosRules/{qosRuleId} | Delete a quality of service rule |
| QosRulesApi | GetNetworkSwitchQosRule | Get /networks/{networkId}/switch/qosRules/{qosRuleId} | Return a quality of service rule |
| QosRulesApi | GetNetworkSwitchQosRules | Get /networks/{networkId}/switch/qosRules | List quality of service rules |
| QosRulesApi | GetNetworkSwitchQosRulesOrder | Get /networks/{networkId}/switch/qosRules/order | Return the quality of service rule IDs by order in which they will be processed by the switch |
| QosRulesApi | UpdateNetworkSwitchQosRule | Put /networks/{networkId}/switch/qosRules/{qosRuleId} | Update a quality of service rule |
| QosRulesApi | UpdateNetworkSwitchQosRulesOrder | Put /networks/{networkId}/switch/qosRules/order | Update the order in which the rules should be processed by the switch |
| QualityAndRetentionApi | GetDeviceCameraQualityAndRetention | Get /devices/{serial}/camera/qualityAndRetention | Returns quality and retention settings for the given camera |
| QualityAndRetentionApi | UpdateDeviceCameraQualityAndRetention | Put /devices/{serial}/camera/qualityAndRetention | Update quality and retention settings for the given camera |
| QualityRetentionProfilesApi | CreateNetworkCameraQualityRetentionProfile | Post /networks/{networkId}/camera/qualityRetentionProfiles | Creates new quality retention profile for this network. |
| QualityRetentionProfilesApi | DeleteNetworkCameraQualityRetentionProfile | Delete /networks/{networkId}/camera/qualityRetentionProfiles/{qualityRetentionProfileId} | Delete an existing quality retention profile for this network. |
| QualityRetentionProfilesApi | GetNetworkCameraQualityRetentionProfile | Get /networks/{networkId}/camera/qualityRetentionProfiles/{qualityRetentionProfileId} | Retrieve a single quality retention profile |
| QualityRetentionProfilesApi | GetNetworkCameraQualityRetentionProfiles | Get /networks/{networkId}/camera/qualityRetentionProfiles | List the quality retention profiles for this network |
| QualityRetentionProfilesApi | UpdateNetworkCameraQualityRetentionProfile | Put /networks/{networkId}/camera/qualityRetentionProfiles/{qualityRetentionProfileId} | Update an existing quality retention profile for this network. |
| RadioApi | GetDeviceWirelessRadioSettings | Get /devices/{serial}/wireless/radio/settings | Return the radio settings of a device |
| RadioApi | UpdateDeviceWirelessRadioSettings | Put /devices/{serial}/wireless/radio/settings | Update the radio settings of a device |
| ReadingsApi | GetOrganizationSensorReadingsHistory | Get /organizations/{organizationId}/sensor/readings/history | Return all reported readings from sensors in a given timespan, sorted by timestamp |
| ReadingsApi | GetOrganizationSensorReadingsLatest | Get /organizations/{organizationId}/sensor/readings/latest | Return the latest available reading for each metric from each sensor, sorted by sensor serial |
| RecentApi | GetDeviceCameraAnalyticsRecent | Get /devices/{serial}/camera/analytics/recent | Returns most recent record for analytics zones |
| RelationshipsApi | GetDeviceSensorRelationships | Get /devices/{serial}/sensor/relationships | List the sensor roles for a given sensor or camera device. |
| RelationshipsApi | GetNetworkSensorRelationships | Get /networks/{networkId}/sensor/relationships | List the sensor roles for devices in a given network |
| RelationshipsApi | UpdateDeviceSensorRelationships | Put /devices/{serial}/sensor/relationships | Assign one or more sensor roles to a given sensor or camera device. |
| RendezvousPointsApi | CreateNetworkSwitchRoutingMulticastRendezvousPoint | Post /networks/{networkId}/switch/routing/multicast/rendezvousPoints | Create a multicast rendezvous point |
| RendezvousPointsApi | DeleteNetworkSwitchRoutingMulticastRendezvousPoint | Delete /networks/{networkId}/switch/routing/multicast/rendezvousPoints/{rendezvousPointId} | Delete a multicast rendezvous point |
| RendezvousPointsApi | GetNetworkSwitchRoutingMulticastRendezvousPoint | Get /networks/{networkId}/switch/routing/multicast/rendezvousPoints/{rendezvousPointId} | Return a multicast rendezvous point |
| RendezvousPointsApi | GetNetworkSwitchRoutingMulticastRendezvousPoints | Get /networks/{networkId}/switch/routing/multicast/rendezvousPoints | List multicast rendezvous points |
| RendezvousPointsApi | UpdateNetworkSwitchRoutingMulticastRendezvousPoint | Put /networks/{networkId}/switch/routing/multicast/rendezvousPoints/{rendezvousPointId} | Update a multicast rendezvous point |
| RequestsApi | CreateNetworkPiiRequest | Post /networks/{networkId}/pii/requests | Submit a new delete or restrict processing PII request |
| RequestsApi | DeleteNetworkPiiRequest | Delete /networks/{networkId}/pii/requests/{requestId} | Delete a restrict processing PII request |
| RequestsApi | GetNetworkPiiRequest | Get /networks/{networkId}/pii/requests/{requestId} | Return a PII request |
| RequestsApi | GetNetworkPiiRequests | Get /networks/{networkId}/pii/requests | List the PII requests for this network or organization |
| ResponseCodesApi | GetOrganizationApiRequestsOverviewResponseCodesByInterval | Get /organizations/{organizationId}/apiRequests/overview/responseCodes/byInterval | Tracks organizations' API requests by response code across a given time period |
| RestrictionsApi | GetNetworkSmDeviceRestrictions | Get /networks/{networkId}/sm/devices/{deviceId}/restrictions | List the restrictions on a device |
| RfProfilesApi | CreateNetworkWirelessRfProfile | Post /networks/{networkId}/wireless/rfProfiles | Creates new RF profile for this network |
| RfProfilesApi | DeleteNetworkWirelessRfProfile | Delete /networks/{networkId}/wireless/rfProfiles/{rfProfileId} | Delete a RF Profile |
| RfProfilesApi | GetNetworkWirelessRfProfile | Get /networks/{networkId}/wireless/rfProfiles/{rfProfileId} | Return a RF profile |
| RfProfilesApi | GetNetworkWirelessRfProfiles | Get /networks/{networkId}/wireless/rfProfiles | List the non-basic RF profiles for this network |
| RfProfilesApi | UpdateNetworkWirelessRfProfile | Put /networks/{networkId}/wireless/rfProfiles/{rfProfileId} | Updates specified RF profile for this network |
| RollbacksApi | CreateNetworkFirmwareUpgradesRollback | Post /networks/{networkId}/firmwareUpgrades/rollbacks | Rollback a Firmware Upgrade For A Network |
| RoutingApi | CreateDeviceSwitchRoutingInterface | Post /devices/{serial}/switch/routing/interfaces | Create a layer 3 interface for a switch |
| RoutingApi | CreateDeviceSwitchRoutingStaticRoute | Post /devices/{serial}/switch/routing/staticRoutes | Create a layer 3 static route for a switch |
| RoutingApi | CreateNetworkSwitchRoutingMulticastRendezvousPoint | Post /networks/{networkId}/switch/routing/multicast/rendezvousPoints | Create a multicast rendezvous point |
| RoutingApi | CreateNetworkSwitchStackRoutingInterface | Post /networks/{networkId}/switch/stacks/{switchStackId}/routing/interfaces | Create a layer 3 interface for a switch stack |
| RoutingApi | CreateNetworkSwitchStackRoutingStaticRoute | Post /networks/{networkId}/switch/stacks/{switchStackId}/routing/staticRoutes | Create a layer 3 static route for a switch stack |
| RoutingApi | DeleteDeviceSwitchRoutingInterface | Delete /devices/{serial}/switch/routing/interfaces/{interfaceId} | Delete a layer 3 interface from the switch |
| RoutingApi | DeleteDeviceSwitchRoutingStaticRoute | Delete /devices/{serial}/switch/routing/staticRoutes/{staticRouteId} | Delete a layer 3 static route for a switch |
| RoutingApi | DeleteNetworkSwitchRoutingMulticastRendezvousPoint | Delete /networks/{networkId}/switch/routing/multicast/rendezvousPoints/{rendezvousPointId} | Delete a multicast rendezvous point |
| RoutingApi | DeleteNetworkSwitchStackRoutingInterface | Delete /networks/{networkId}/switch/stacks/{switchStackId}/routing/interfaces/{interfaceId} | Delete a layer 3 interface from a switch stack |
| RoutingApi | DeleteNetworkSwitchStackRoutingStaticRoute | Delete /networks/{networkId}/switch/stacks/{switchStackId}/routing/staticRoutes/{staticRouteId} | Delete a layer 3 static route for a switch stack |
| RoutingApi | GetDeviceSwitchRoutingInterface | Get /devices/{serial}/switch/routing/interfaces/{interfaceId} | Return a layer 3 interface for a switch |
| RoutingApi | GetDeviceSwitchRoutingInterfaceDhcp | Get /devices/{serial}/switch/routing/interfaces/{interfaceId}/dhcp | Return a layer 3 interface DHCP configuration for a switch |
| RoutingApi | GetDeviceSwitchRoutingInterfaces | Get /devices/{serial}/switch/routing/interfaces | List layer 3 interfaces for a switch |
| RoutingApi | GetDeviceSwitchRoutingStaticRoute | Get /devices/{serial}/switch/routing/staticRoutes/{staticRouteId} | Return a layer 3 static route for a switch |
| RoutingApi | GetDeviceSwitchRoutingStaticRoutes | Get /devices/{serial}/switch/routing/staticRoutes | List layer 3 static routes for a switch |
| RoutingApi | GetNetworkSwitchRoutingMulticast | Get /networks/{networkId}/switch/routing/multicast | Return multicast settings for a network |
| RoutingApi | GetNetworkSwitchRoutingMulticastRendezvousPoint | Get /networks/{networkId}/switch/routing/multicast/rendezvousPoints/{rendezvousPointId} | Return a multicast rendezvous point |
| RoutingApi | GetNetworkSwitchRoutingMulticastRendezvousPoints | Get /networks/{networkId}/switch/routing/multicast/rendezvousPoints | List multicast rendezvous points |
| RoutingApi | GetNetworkSwitchRoutingOspf | Get /networks/{networkId}/switch/routing/ospf | Return layer 3 OSPF routing configuration |
| RoutingApi | GetNetworkSwitchStackRoutingInterface | Get /networks/{networkId}/switch/stacks/{switchStackId}/routing/interfaces/{interfaceId} | Return a layer 3 interface from a switch stack |
| RoutingApi | GetNetworkSwitchStackRoutingInterfaceDhcp | Get /networks/{networkId}/switch/stacks/{switchStackId}/routing/interfaces/{interfaceId}/dhcp | Return a layer 3 interface DHCP configuration for a switch stack |
| RoutingApi | GetNetworkSwitchStackRoutingInterfaces | Get /networks/{networkId}/switch/stacks/{switchStackId}/routing/interfaces | List layer 3 interfaces for a switch stack |
| RoutingApi | GetNetworkSwitchStackRoutingStaticRoute | Get /networks/{networkId}/switch/stacks/{switchStackId}/routing/staticRoutes/{staticRouteId} | Return a layer 3 static route for a switch stack |
| RoutingApi | GetNetworkSwitchStackRoutingStaticRoutes | Get /networks/{networkId}/switch/stacks/{switchStackId}/routing/staticRoutes | List layer 3 static routes for a switch stack |
| RoutingApi | UpdateDeviceSwitchRoutingInterface | Put /devices/{serial}/switch/routing/interfaces/{interfaceId} | Update a layer 3 interface for a switch |
| RoutingApi | UpdateDeviceSwitchRoutingInterfaceDhcp | Put /devices/{serial}/switch/routing/interfaces/{interfaceId}/dhcp | Update a layer 3 interface DHCP configuration for a switch |
| RoutingApi | UpdateDeviceSwitchRoutingStaticRoute | Put /devices/{serial}/switch/routing/staticRoutes/{staticRouteId} | Update a layer 3 static route for a switch |
| RoutingApi | UpdateNetworkSwitchRoutingMulticast | Put /networks/{networkId}/switch/routing/multicast | Update multicast settings for a network |
| RoutingApi | UpdateNetworkSwitchRoutingMulticastRendezvousPoint | Put /networks/{networkId}/switch/routing/multicast/rendezvousPoints/{rendezvousPointId} | Update a multicast rendezvous point |
| RoutingApi | UpdateNetworkSwitchRoutingOspf | Put /networks/{networkId}/switch/routing/ospf | Update layer 3 OSPF routing configuration |
| RoutingApi | UpdateNetworkSwitchStackRoutingInterface | Put /networks/{networkId}/switch/stacks/{switchStackId}/routing/interfaces/{interfaceId} | Update a layer 3 interface for a switch stack |
| RoutingApi | UpdateNetworkSwitchStackRoutingInterfaceDhcp | Put /networks/{networkId}/switch/stacks/{switchStackId}/routing/interfaces/{interfaceId}/dhcp | Update a layer 3 interface DHCP configuration for a switch stack |
| RoutingApi | UpdateNetworkSwitchStackRoutingStaticRoute | Put /networks/{networkId}/switch/stacks/{switchStackId}/routing/staticRoutes/{staticRouteId} | Update a layer 3 static route for a switch stack |
| RulesApi | GetNetworkApplianceTrafficShapingRules | Get /networks/{networkId}/appliance/trafficShaping/rules | Display the traffic shaping settings rules for an MX network |
| RulesApi | GetNetworkWirelessSsidTrafficShapingRules | Get /networks/{networkId}/wireless/ssids/{number}/trafficShaping/rules | Display the traffic shaping settings for a SSID on an MR network |
| RulesApi | UpdateNetworkApplianceTrafficShapingRules | Put /networks/{networkId}/appliance/trafficShaping/rules | Update the traffic shaping settings rules for an MX network |
| RulesApi | UpdateNetworkWirelessSsidTrafficShapingRules | Put /networks/{networkId}/wireless/ssids/{number}/trafficShaping/rules | Update the traffic shaping settings for an SSID on an MR network |
| SamlApi | CreateOrganizationSamlIdp | Post /organizations/{organizationId}/saml/idps | Create a SAML IdP for your organization. |
| SamlApi | DeleteOrganizationSamlIdp | Delete /organizations/{organizationId}/saml/idps/{idpId} | Remove a SAML IdP in your organization. |
| SamlApi | GetOrganizationSaml | Get /organizations/{organizationId}/saml | Returns the SAML SSO enabled settings for an organization. |
| SamlApi | GetOrganizationSamlIdp | Get /organizations/{organizationId}/saml/idps/{idpId} | Get a SAML IdP from your organization. |
| SamlApi | GetOrganizationSamlIdps | Get /organizations/{organizationId}/saml/idps | List the SAML IdPs in your organization. |
| SamlApi | UpdateOrganizationSaml | Put /organizations/{organizationId}/saml | Updates the SAML SSO enabled settings for an organization. |
| SamlApi | UpdateOrganizationSamlIdp | Put /organizations/{organizationId}/saml/idps/{idpId} | Update a SAML IdP in your organization |
| SamlRolesApi | CreateOrganizationSamlRole | Post /organizations/{organizationId}/samlRoles | Create a SAML role |
| SamlRolesApi | DeleteOrganizationSamlRole | Delete /organizations/{organizationId}/samlRoles/{samlRoleId} | Remove a SAML role |
| SamlRolesApi | GetOrganizationSamlRole | Get /organizations/{organizationId}/samlRoles/{samlRoleId} | Return a SAML role |
| SamlRolesApi | GetOrganizationSamlRoles | Get /organizations/{organizationId}/samlRoles | List the SAML roles for this organization |
| SamlRolesApi | UpdateOrganizationSamlRole | Put /organizations/{organizationId}/samlRoles/{samlRoleId} | Update a SAML role |
| SchedulesApi | GetNetworkCameraSchedules | Get /networks/{networkId}/camera/schedules | Returns a list of all camera recording schedules. |
| SchedulesApi | GetNetworkWirelessSsidSchedules | Get /networks/{networkId}/wireless/ssids/{number}/schedules | List the outage schedule for the SSID |
| SchedulesApi | UpdateNetworkWirelessSsidSchedules | Put /networks/{networkId}/wireless/ssids/{number}/schedules | Update the outage schedule for the SSID |
| SearchApi | GetOrganizationClientsSearch | Get /organizations/{organizationId}/clients/search | Return the client details in an organization |
| SecurityApi | GetNetworkApplianceClientSecurityEvents | Get /networks/{networkId}/appliance/clients/{clientId}/security/events | List the security events for a client |
| SecurityApi | GetNetworkApplianceSecurityEvents | Get /networks/{networkId}/appliance/security/events | List the security events for a network |
| SecurityApi | GetNetworkApplianceSecurityIntrusion | Get /networks/{networkId}/appliance/security/intrusion | Returns all supported intrusion settings for an MX network |
| SecurityApi | GetNetworkApplianceSecurityMalware | Get /networks/{networkId}/appliance/security/malware | Returns all supported malware settings for an MX network |
| SecurityApi | GetOrganizationApplianceSecurityEvents | Get /organizations/{organizationId}/appliance/security/events | List the security events for an organization |
| SecurityApi | GetOrganizationApplianceSecurityIntrusion | Get /organizations/{organizationId}/appliance/security/intrusion | Returns all supported intrusion settings for an organization |
| SecurityApi | UpdateNetworkApplianceSecurityIntrusion | Put /networks/{networkId}/appliance/security/intrusion | Set the supported intrusion settings for an MX network |
| SecurityApi | UpdateNetworkApplianceSecurityMalware | Put /networks/{networkId}/appliance/security/malware | Set the supported malware settings for an MX network |
| SecurityApi | UpdateOrganizationApplianceSecurityIntrusion | Put /organizations/{organizationId}/appliance/security/intrusion | Sets supported intrusion settings for an organization |
| SecurityCentersApi | GetNetworkSmDeviceSecurityCenters | Get /networks/{networkId}/sm/devices/{deviceId}/securityCenters | List the security centers on a device |
| SeenApi | GetNetworkSwitchDhcpV4ServersSeen | Get /networks/{networkId}/switch/dhcp/v4/servers/seen | Return the network's DHCPv4 servers seen within the selected timeframe (default 1 day) |
| SenseApi | GetDeviceCameraSense | Get /devices/{serial}/camera/sense | Returns sense settings for a given camera |
| SenseApi | GetDeviceCameraSenseObjectDetectionModels | Get /devices/{serial}/camera/sense/objectDetectionModels | Returns the MV Sense object detection model list for the given camera |
| SenseApi | UpdateDeviceCameraSense | Put /devices/{serial}/camera/sense | Update sense settings for the given camera |
| SensorApi | CreateNetworkSensorAlertsProfile | Post /networks/{networkId}/sensor/alerts/profiles | Creates a sensor alert profile for a network. |
| SensorApi | DeleteNetworkSensorAlertsProfile | Delete /networks/{networkId}/sensor/alerts/profiles/{id} | Deletes a sensor alert profile from a network. |
| SensorApi | GetDeviceSensorRelationships | Get /devices/{serial}/sensor/relationships | List the sensor roles for a given sensor or camera device. |
| SensorApi | GetNetworkSensorAlertsCurrentOverviewByMetric | Get /networks/{networkId}/sensor/alerts/current/overview/byMetric | Return an overview of currently alerting sensors by metric |
| SensorApi | GetNetworkSensorAlertsOverviewByMetric | Get /networks/{networkId}/sensor/alerts/overview/byMetric | Return an overview of alert occurrences over a timespan, by metric |
| SensorApi | GetNetworkSensorAlertsProfile | Get /networks/{networkId}/sensor/alerts/profiles/{id} | Show details of a sensor alert profile for a network. |
| SensorApi | GetNetworkSensorAlertsProfiles | Get /networks/{networkId}/sensor/alerts/profiles | Lists all sensor alert profiles for a network. |
| SensorApi | GetNetworkSensorRelationships | Get /networks/{networkId}/sensor/relationships | List the sensor roles for devices in a given network |
| SensorApi | GetOrganizationSensorReadingsHistory | Get /organizations/{organizationId}/sensor/readings/history | Return all reported readings from sensors in a given timespan, sorted by timestamp |
| SensorApi | GetOrganizationSensorReadingsLatest | Get /organizations/{organizationId}/sensor/readings/latest | Return the latest available reading for each metric from each sensor, sorted by sensor serial |
| SensorApi | UpdateDeviceSensorRelationships | Put /devices/{serial}/sensor/relationships | Assign one or more sensor roles to a given sensor or camera device. |
| SensorApi | UpdateNetworkSensorAlertsProfile | Put /networks/{networkId}/sensor/alerts/profiles/{id} | Updates a sensor alert profile for a network. |
| ServersApi | GetNetworkSwitchDhcpV4ServersSeen | Get /networks/{networkId}/switch/dhcp/v4/servers/seen | Return the network's DHCPv4 servers seen within the selected timeframe (default 1 day) |
| SettingsApi | GetDeviceApplianceUplinksSettings | Get /devices/{serial}/appliance/uplinks/settings | Return the uplink settings for an MX appliance |
| SettingsApi | GetDeviceCameraVideoSettings | Get /devices/{serial}/camera/video/settings | Returns video settings for the given camera |
| SettingsApi | GetDeviceWirelessBluetoothSettings | Get /devices/{serial}/wireless/bluetooth/settings | Return the bluetooth settings for a wireless device |
| SettingsApi | GetDeviceWirelessRadioSettings | Get /devices/{serial}/wireless/radio/settings | Return the radio settings of a device |
| SettingsApi | GetNetworkAlertsSettings | Get /networks/{networkId}/alerts/settings | Return the alert configuration for this network |
| SettingsApi | GetNetworkApplianceFirewallSettings | Get /networks/{networkId}/appliance/firewall/settings | Return the firewall settings for this network |
| SettingsApi | GetNetworkApplianceSettings | Get /networks/{networkId}/appliance/settings | Return the appliance settings for a network |
| SettingsApi | GetNetworkApplianceVlansSettings | Get /networks/{networkId}/appliance/vlans/settings | Returns the enabled status of VLANs for the network |
| SettingsApi | GetNetworkSettings | Get /networks/{networkId}/settings | Return the settings for a network |
| SettingsApi | GetNetworkSwitchSettings | Get /networks/{networkId}/switch/settings | Returns the switch network settings |
| SettingsApi | GetNetworkWirelessBluetoothSettings | Get /networks/{networkId}/wireless/bluetooth/settings | Return the Bluetooth settings for a network. <a href="https://documentation.meraki.com/MR/Bluetooth/Bluetooth_Low_Energy_(BLE)\">Bluetooth settings</a> must be enabled on the network. |
| SettingsApi | GetNetworkWirelessSettings | Get /networks/{networkId}/wireless/settings | Return the wireless settings for a network |
| SettingsApi | GetNetworkWirelessSsidSplashSettings | Get /networks/{networkId}/wireless/ssids/{number}/splash/settings | Display the splash page settings for the given SSID |
| SettingsApi | GetOrganizationAdaptivePolicySettings | Get /organizations/{organizationId}/adaptivePolicy/settings | Returns global adaptive policy settings in an organization |
| SettingsApi | UpdateDeviceApplianceUplinksSettings | Put /devices/{serial}/appliance/uplinks/settings | Update the uplink settings for an MX appliance |
| SettingsApi | UpdateDeviceCameraVideoSettings | Put /devices/{serial}/camera/video/settings | Update video settings for the given camera |
| SettingsApi | UpdateDeviceWirelessBluetoothSettings | Put /devices/{serial}/wireless/bluetooth/settings | Update the bluetooth settings for a wireless device |
| SettingsApi | UpdateDeviceWirelessRadioSettings | Put /devices/{serial}/wireless/radio/settings | Update the radio settings of a device |
| SettingsApi | UpdateNetworkAlertsSettings | Put /networks/{networkId}/alerts/settings | Update the alert configuration for this network |
| SettingsApi | UpdateNetworkApplianceFirewallSettings | Put /networks/{networkId}/appliance/firewall/settings | Update the firewall settings for this network |
| SettingsApi | UpdateNetworkApplianceSettings | Put /networks/{networkId}/appliance/settings | Update the appliance settings for a network |
| SettingsApi | UpdateNetworkApplianceVlansSettings | Put /networks/{networkId}/appliance/vlans/settings | Enable/Disable VLANs for the given network |
| SettingsApi | UpdateNetworkSettings | Put /networks/{networkId}/settings | Update the settings for a network |
| SettingsApi | UpdateNetworkSwitchSettings | Put /networks/{networkId}/switch/settings | Update switch network settings |
| SettingsApi | UpdateNetworkWirelessBluetoothSettings | Put /networks/{networkId}/wireless/bluetooth/settings | Update the Bluetooth settings for a network |
| SettingsApi | UpdateNetworkWirelessSettings | Put /networks/{networkId}/wireless/settings | Update the wireless settings for a network |
| SettingsApi | UpdateNetworkWirelessSsidSplashSettings | Put /networks/{networkId}/wireless/ssids/{number}/splash/settings | Modify the splash page settings for the given SSID |
| SettingsApi | UpdateOrganizationAdaptivePolicySettings | Put /organizations/{organizationId}/adaptivePolicy/settings | Update global adaptive policy settings |
| SignalQualityHistoryApi | GetNetworkWirelessSignalQualityHistory | Get /networks/{networkId}/wireless/signalQualityHistory | Return signal quality (SNR/RSSI) over time for a device or network client |
| SimsApi | GetDeviceCellularSims | Get /devices/{serial}/cellular/sims | Return the SIM and APN configurations for a cellular device. |
| SimsApi | UpdateDeviceCellularSims | Put /devices/{serial}/cellular/sims | Updates the SIM and APN configurations for a cellular device. |
| SingleLanApi | GetNetworkApplianceSingleLan | Get /networks/{networkId}/appliance/singleLan | Return single LAN configuration |
| SingleLanApi | UpdateNetworkApplianceSingleLan | Put /networks/{networkId}/appliance/singleLan | Update single LAN configuration |
| SiteToSiteVpnApi | GetNetworkApplianceVpnSiteToSiteVpn | Get /networks/{networkId}/appliance/vpn/siteToSiteVpn | Return the site-to-site VPN settings of a network |
| SiteToSiteVpnApi | UpdateNetworkApplianceVpnSiteToSiteVpn | Put /networks/{networkId}/appliance/vpn/siteToSiteVpn | Update the site-to-site VPN settings of a network |
| SmApi | CheckinNetworkSmDevices | Post /networks/{networkId}/sm/devices/checkin | Force check-in a set of devices |
| SmApi | CreateNetworkSmBypassActivationLockAttempt | Post /networks/{networkId}/sm/bypassActivationLockAttempts | Bypass activation lock attempt |
| SmApi | CreateNetworkSmTargetGroup | Post /networks/{networkId}/sm/targetGroups | Add a target group |
| SmApi | DeleteNetworkSmTargetGroup | Delete /networks/{networkId}/sm/targetGroups/{targetGroupId} | Delete a target group from a network |
| SmApi | DeleteNetworkSmUserAccessDevice | Delete /networks/{networkId}/sm/userAccessDevices/{userAccessDeviceId} | Delete a User Access Device |
| SmApi | GetNetworkSmBypassActivationLockAttempt | Get /networks/{networkId}/sm/bypassActivationLockAttempts/{attemptId} | Bypass activation lock attempt status |
| SmApi | GetNetworkSmDeviceCellularUsageHistory | Get /networks/{networkId}/sm/devices/{deviceId}/cellularUsageHistory | Return the client's daily cellular data usage history |
| SmApi | GetNetworkSmDeviceCerts | Get /networks/{networkId}/sm/devices/{deviceId}/certs | List the certs on a device |
| SmApi | GetNetworkSmDeviceConnectivity | Get /networks/{networkId}/sm/devices/{deviceId}/connectivity | Returns historical connectivity data (whether a device is regularly checking in to Dashboard). |
| SmApi | GetNetworkSmDeviceDesktopLogs | Get /networks/{networkId}/sm/devices/{deviceId}/desktopLogs | Return historical records of various Systems Manager network connection details for desktop devices. |
| SmApi | GetNetworkSmDeviceDeviceCommandLogs | Get /networks/{networkId}/sm/devices/{deviceId}/deviceCommandLogs | Return historical records of commands sent to Systems Manager devices |
| SmApi | GetNetworkSmDeviceDeviceProfiles | Get /networks/{networkId}/sm/devices/{deviceId}/deviceProfiles | Get the installed profiles associated with a device |
| SmApi | GetNetworkSmDeviceNetworkAdapters | Get /networks/{networkId}/sm/devices/{deviceId}/networkAdapters | List the network adapters of a device |
| SmApi | GetNetworkSmDevicePerformanceHistory | Get /networks/{networkId}/sm/devices/{deviceId}/performanceHistory | Return historical records of various Systems Manager client metrics for desktop devices. |
| SmApi | GetNetworkSmDeviceRestrictions | Get /networks/{networkId}/sm/devices/{deviceId}/restrictions | List the restrictions on a device |
| SmApi | GetNetworkSmDeviceSecurityCenters | Get /networks/{networkId}/sm/devices/{deviceId}/securityCenters | List the security centers on a device |
| SmApi | GetNetworkSmDeviceSoftwares | Get /networks/{networkId}/sm/devices/{deviceId}/softwares | Get a list of softwares associated with a device |
| SmApi | GetNetworkSmDeviceWlanLists | Get /networks/{networkId}/sm/devices/{deviceId}/wlanLists | List the saved SSID names on a device |
| SmApi | GetNetworkSmDevices | Get /networks/{networkId}/sm/devices | List the devices enrolled in an SM network with various specified fields and filters |
| SmApi | GetNetworkSmProfiles | Get /networks/{networkId}/sm/profiles | List all profiles in a network |
| SmApi | GetNetworkSmTargetGroup | Get /networks/{networkId}/sm/targetGroups/{targetGroupId} | Return a target group |
| SmApi | GetNetworkSmTargetGroups | Get /networks/{networkId}/sm/targetGroups | List the target groups in this network |
| SmApi | GetNetworkSmTrustedAccessConfigs | Get /networks/{networkId}/sm/trustedAccessConfigs | List Trusted Access Configs |
| SmApi | GetNetworkSmUserAccessDevices | Get /networks/{networkId}/sm/userAccessDevices | List User Access Devices and its Trusted Access Connections |
| SmApi | GetNetworkSmUserDeviceProfiles | Get /networks/{networkId}/sm/users/{userId}/deviceProfiles | Get the profiles associated with a user |
| SmApi | GetNetworkSmUserSoftwares | Get /networks/{networkId}/sm/users/{userId}/softwares | Get a list of softwares associated with a user |
| SmApi | GetNetworkSmUsers | Get /networks/{networkId}/sm/users | List the owners in an SM network with various specified fields and filters |
| SmApi | GetOrganizationSmApnsCert | Get /organizations/{organizationId}/sm/apnsCert | Get the organization's APNS certificate |
| SmApi | GetOrganizationSmVppAccount | Get /organizations/{organizationId}/sm/vppAccounts/{vppAccountId} | Get a hash containing the unparsed token of the VPP account with the given ID |
| SmApi | GetOrganizationSmVppAccounts | Get /organizations/{organizationId}/sm/vppAccounts | List the VPP accounts in the organization |
| SmApi | LockNetworkSmDevices | Post /networks/{networkId}/sm/devices/lock | Lock a set of devices |
| SmApi | ModifyNetworkSmDevicesTags | Post /networks/{networkId}/sm/devices/modifyTags | Add, delete, or update the tags of a set of devices |
| SmApi | MoveNetworkSmDevices | Post /networks/{networkId}/sm/devices/move | Move a set of devices to a new network |
| SmApi | RefreshNetworkSmDeviceDetails | Post /networks/{networkId}/sm/devices/{deviceId}/refreshDetails | Refresh the details of a device |
| SmApi | UnenrollNetworkSmDevice | Post /networks/{networkId}/sm/devices/{deviceId}/unenroll | Unenroll a device |
| SmApi | UpdateNetworkSmDevicesFields | Put /networks/{networkId}/sm/devices/fields | Modify the fields of a device |
| SmApi | UpdateNetworkSmTargetGroup | Put /networks/{networkId}/sm/targetGroups/{targetGroupId} | Update a target group |
| SmApi | WipeNetworkSmDevices | Post /networks/{networkId}/sm/devices/wipe | Wipe a device |
| SmDevicesForKeyApi | GetNetworkPiiSmDevicesForKey | Get /networks/{networkId}/pii/smDevicesForKey | Given a piece of Personally Identifiable Information (PII), return the Systems Manager device ID(s) associated with that identifier |
| SmOwnersForKeyApi | GetNetworkPiiSmOwnersForKey | Get /networks/{networkId}/pii/smOwnersForKey | Given a piece of Personally Identifiable Information (PII), return the Systems Manager owner ID(s) associated with that identifier |
| SnmpApi | GetNetworkSnmp | Get /networks/{networkId}/snmp | Return the SNMP settings for a network |
| SnmpApi | GetOrganizationSnmp | Get /organizations/{organizationId}/snmp | Return the SNMP settings for an organization |
| SnmpApi | UpdateNetworkSnmp | Put /networks/{networkId}/snmp | Update the SNMP settings for a network |
| SnmpApi | UpdateOrganizationSnmp | Put /organizations/{organizationId}/snmp | Update the SNMP settings for an organization |
| SoftwaresApi | GetNetworkSmDeviceSoftwares | Get /networks/{networkId}/sm/devices/{deviceId}/softwares | Get a list of softwares associated with a device |
| SoftwaresApi | GetNetworkSmUserSoftwares | Get /networks/{networkId}/sm/users/{userId}/softwares | Get a list of softwares associated with a user |
| SplashApi | GetNetworkWirelessSsidSplashSettings | Get /networks/{networkId}/wireless/ssids/{number}/splash/settings | Display the splash page settings for the given SSID |
| SplashApi | UpdateNetworkWirelessSsidSplashSettings | Put /networks/{networkId}/wireless/ssids/{number}/splash/settings | Modify the splash page settings for the given SSID |
| SplashAuthorizationStatusApi | GetNetworkClientSplashAuthorizationStatus | Get /networks/{networkId}/clients/{clientId}/splashAuthorizationStatus | Return the splash authorization for a client, for each SSID they've associated with through splash |
| SplashAuthorizationStatusApi | UpdateNetworkClientSplashAuthorizationStatus | Put /networks/{networkId}/clients/{clientId}/splashAuthorizationStatus | Update a client's splash authorization |
| SplashLoginAttemptsApi | GetNetworkSplashLoginAttempts | Get /networks/{networkId}/splashLoginAttempts | List the splash login attempts for a network |
| SsidsApi | CreateNetworkWirelessSsidIdentityPsk | Post /networks/{networkId}/wireless/ssids/{number}/identityPsks | Create an Identity PSK |
| SsidsApi | DeleteNetworkWirelessSsidIdentityPsk | Delete /networks/{networkId}/wireless/ssids/{number}/identityPsks/{identityPskId} | Delete an Identity PSK |
| SsidsApi | GetNetworkApplianceSsid | Get /networks/{networkId}/appliance/ssids/{number} | Return a single MX SSID |
| SsidsApi | GetNetworkApplianceSsids | Get /networks/{networkId}/appliance/ssids | List the MX SSIDs in a network |
| SsidsApi | GetNetworkWirelessSsid | Get /networks/{networkId}/wireless/ssids/{number} | Return a single MR SSID |
| SsidsApi | GetNetworkWirelessSsidBonjourForwarding | Get /networks/{networkId}/wireless/ssids/{number}/bonjourForwarding | List the Bonjour forwarding setting and rules for the SSID |
| SsidsApi | GetNetworkWirelessSsidDeviceTypeGroupPolicies | Get /networks/{networkId}/wireless/ssids/{number}/deviceTypeGroupPolicies | List the device type group policies for the SSID |
| SsidsApi | GetNetworkWirelessSsidEapOverride | Get /networks/{networkId}/wireless/ssids/{number}/eapOverride | Return the EAP overridden parameters for an SSID |
| SsidsApi | GetNetworkWirelessSsidFirewallL3FirewallRules | Get /networks/{networkId}/wireless/ssids/{number}/firewall/l3FirewallRules | Return the L3 firewall rules for an SSID on an MR network |
| SsidsApi | GetNetworkWirelessSsidFirewallL7FirewallRules | Get /networks/{networkId}/wireless/ssids/{number}/firewall/l7FirewallRules | Return the L7 firewall rules for an SSID on an MR network |
| SsidsApi | GetNetworkWirelessSsidHotspot20 | Get /networks/{networkId}/wireless/ssids/{number}/hotspot20 | Return the Hotspot 2.0 settings for an SSID |
| SsidsApi | GetNetworkWirelessSsidIdentityPsk | Get /networks/{networkId}/wireless/ssids/{number}/identityPsks/{identityPskId} | Return an Identity PSK |
| SsidsApi | GetNetworkWirelessSsidIdentityPsks | Get /networks/{networkId}/wireless/ssids/{number}/identityPsks | List all Identity PSKs in a wireless network |
| SsidsApi | GetNetworkWirelessSsidSchedules | Get /networks/{networkId}/wireless/ssids/{number}/schedules | List the outage schedule for the SSID |
| SsidsApi | GetNetworkWirelessSsidSplashSettings | Get /networks/{networkId}/wireless/ssids/{number}/splash/settings | Display the splash page settings for the given SSID |
| SsidsApi | GetNetworkWirelessSsidTrafficShapingRules | Get /networks/{networkId}/wireless/ssids/{number}/trafficShaping/rules | Display the traffic shaping settings for a SSID on an MR network |
| SsidsApi | GetNetworkWirelessSsidVpn | Get /networks/{networkId}/wireless/ssids/{number}/vpn | List the VPN settings for the SSID. |
| SsidsApi | GetNetworkWirelessSsids | Get /networks/{networkId}/wireless/ssids | List the MR SSIDs in a network |
| SsidsApi | GetOrganizationSummaryTopSsidsByUsage | Get /organizations/{organizationId}/summary/top/ssids/byUsage | Return metrics for organization's top 10 ssids by data usage over given time range |
| SsidsApi | UpdateNetworkApplianceSsid | Put /networks/{networkId}/appliance/ssids/{number} | Update the attributes of an MX SSID |
| SsidsApi | UpdateNetworkWirelessSsid | Put /networks/{networkId}/wireless/ssids/{number} | Update the attributes of an MR SSID |
| SsidsApi | UpdateNetworkWirelessSsidBonjourForwarding | Put /networks/{networkId}/wireless/ssids/{number}/bonjourForwarding | Update the bonjour forwarding setting and rules for the SSID |
| SsidsApi | UpdateNetworkWirelessSsidDeviceTypeGroupPolicies | Put /networks/{networkId}/wireless/ssids/{number}/deviceTypeGroupPolicies | Update the device type group policies for the SSID |
| SsidsApi | UpdateNetworkWirelessSsidEapOverride | Put /networks/{networkId}/wireless/ssids/{number}/eapOverride | Update the EAP overridden parameters for an SSID. |
| SsidsApi | UpdateNetworkWirelessSsidFirewallL3FirewallRules | Put /networks/{networkId}/wireless/ssids/{number}/firewall/l3FirewallRules | Update the L3 firewall rules of an SSID on an MR network |
| SsidsApi | UpdateNetworkWirelessSsidFirewallL7FirewallRules | Put /networks/{networkId}/wireless/ssids/{number}/firewall/l7FirewallRules | Update the L7 firewall rules of an SSID on an MR network |
| SsidsApi | UpdateNetworkWirelessSsidHotspot20 | Put /networks/{networkId}/wireless/ssids/{number}/hotspot20 | Update the Hotspot 2.0 settings of an SSID |
| SsidsApi | UpdateNetworkWirelessSsidIdentityPsk | Put /networks/{networkId}/wireless/ssids/{number}/identityPsks/{identityPskId} | Update an Identity PSK |
| SsidsApi | UpdateNetworkWirelessSsidSchedules | Put /networks/{networkId}/wireless/ssids/{number}/schedules | Update the outage schedule for the SSID |
| SsidsApi | UpdateNetworkWirelessSsidSplashSettings | Put /networks/{networkId}/wireless/ssids/{number}/splash/settings | Modify the splash page settings for the given SSID |
| SsidsApi | UpdateNetworkWirelessSsidTrafficShapingRules | Put /networks/{networkId}/wireless/ssids/{number}/trafficShaping/rules | Update the traffic shaping settings for an SSID on an MR network |
| SsidsApi | UpdateNetworkWirelessSsidVpn | Put /networks/{networkId}/wireless/ssids/{number}/vpn | Update the VPN settings for the SSID |
| StacksApi | AddNetworkSwitchStack | Post /networks/{networkId}/switch/stacks/{switchStackId}/add | Add a switch to a stack |
| StacksApi | CreateNetworkSwitchStack | Post /networks/{networkId}/switch/stacks | Create a stack |
| StacksApi | CreateNetworkSwitchStackRoutingInterface | Post /networks/{networkId}/switch/stacks/{switchStackId}/routing/interfaces | Create a layer 3 interface for a switch stack |
| StacksApi | CreateNetworkSwitchStackRoutingStaticRoute | Post /networks/{networkId}/switch/stacks/{switchStackId}/routing/staticRoutes | Create a layer 3 static route for a switch stack |
| StacksApi | DeleteNetworkSwitchStack | Delete /networks/{networkId}/switch/stacks/{switchStackId} | Delete a stack |
| StacksApi | DeleteNetworkSwitchStackRoutingInterface | Delete /networks/{networkId}/switch/stacks/{switchStackId}/routing/interfaces/{interfaceId} | Delete a layer 3 interface from a switch stack |
| StacksApi | DeleteNetworkSwitchStackRoutingStaticRoute | Delete /networks/{networkId}/switch/stacks/{switchStackId}/routing/staticRoutes/{staticRouteId} | Delete a layer 3 static route for a switch stack |
| StacksApi | GetNetworkSwitchStack | Get /networks/{networkId}/switch/stacks/{switchStackId} | Show a switch stack |
| StacksApi | GetNetworkSwitchStackRoutingInterface | Get /networks/{networkId}/switch/stacks/{switchStackId}/routing/interfaces/{interfaceId} | Return a layer 3 interface from a switch stack |
| StacksApi | GetNetworkSwitchStackRoutingInterfaceDhcp | Get /networks/{networkId}/switch/stacks/{switchStackId}/routing/interfaces/{interfaceId}/dhcp | Return a layer 3 interface DHCP configuration for a switch stack |
| StacksApi | GetNetworkSwitchStackRoutingInterfaces | Get /networks/{networkId}/switch/stacks/{switchStackId}/routing/interfaces | List layer 3 interfaces for a switch stack |
| StacksApi | GetNetworkSwitchStackRoutingStaticRoute | Get /networks/{networkId}/switch/stacks/{switchStackId}/routing/staticRoutes/{staticRouteId} | Return a layer 3 static route for a switch stack |
| StacksApi | GetNetworkSwitchStackRoutingStaticRoutes | Get /networks/{networkId}/switch/stacks/{switchStackId}/routing/staticRoutes | List layer 3 static routes for a switch stack |
| StacksApi | GetNetworkSwitchStacks | Get /networks/{networkId}/switch/stacks | List the switch stacks in a network |
| StacksApi | RemoveNetworkSwitchStack | Post /networks/{networkId}/switch/stacks/{switchStackId}/remove | Remove a switch from a stack |
| StacksApi | UpdateNetworkSwitchStackRoutingInterface | Put /networks/{networkId}/switch/stacks/{switchStackId}/routing/interfaces/{interfaceId} | Update a layer 3 interface for a switch stack |
| StacksApi | UpdateNetworkSwitchStackRoutingInterfaceDhcp | Put /networks/{networkId}/switch/stacks/{switchStackId}/routing/interfaces/{interfaceId}/dhcp | Update a layer 3 interface DHCP configuration for a switch stack |
| StacksApi | UpdateNetworkSwitchStackRoutingStaticRoute | Put /networks/{networkId}/switch/stacks/{switchStackId}/routing/staticRoutes/{staticRouteId} | Update a layer 3 static route for a switch stack |
| StagedApi | CreateNetworkFirmwareUpgradesStagedEvent | Post /networks/{networkId}/firmwareUpgrades/staged/events | Create a Staged Upgrade Event for a network |
| StagedApi | CreateNetworkFirmwareUpgradesStagedGroup | Post /networks/{networkId}/firmwareUpgrades/staged/groups | Create a Staged Upgrade Group for a network |
| StagedApi | DeferNetworkFirmwareUpgradesStagedEvents | Post /networks/{networkId}/firmwareUpgrades/staged/events/defer | Postpone by 1 week all pending staged upgrade stages for a network |
| StagedApi | DeleteNetworkFirmwareUpgradesStagedGroup | Delete /networks/{networkId}/firmwareUpgrades/staged/groups/{groupId} | Delete a Staged Upgrade Group |
| StagedApi | GetNetworkFirmwareUpgradesStagedEvents | Get /networks/{networkId}/firmwareUpgrades/staged/events | Get the Staged Upgrade Event from a network |
| StagedApi | GetNetworkFirmwareUpgradesStagedGroup | Get /networks/{networkId}/firmwareUpgrades/staged/groups/{groupId} | Get a Staged Upgrade Group from a network |
| StagedApi | GetNetworkFirmwareUpgradesStagedGroups | Get /networks/{networkId}/firmwareUpgrades/staged/groups | List of Staged Upgrade Groups in a network |
| StagedApi | GetNetworkFirmwareUpgradesStagedStages | Get /networks/{networkId}/firmwareUpgrades/staged/stages | Order of Staged Upgrade Groups in a network |
| StagedApi | RollbacksNetworkFirmwareUpgradesStagedEvents | Post /networks/{networkId}/firmwareUpgrades/staged/events/rollbacks | Rollback a Staged Upgrade Event for a network |
| StagedApi | UpdateNetworkFirmwareUpgradesStagedEvents | Put /networks/{networkId}/firmwareUpgrades/staged/events | Update the Staged Upgrade Event for a network |
| StagedApi | UpdateNetworkFirmwareUpgradesStagedGroup | Put /networks/{networkId}/firmwareUpgrades/staged/groups/{groupId} | Update a Staged Upgrade Group for a network |
| StagedApi | UpdateNetworkFirmwareUpgradesStagedStages | Put /networks/{networkId}/firmwareUpgrades/staged/stages | Assign Staged Upgrade Group order in the sequence. |
| StagesApi | GetNetworkFirmwareUpgradesStagedStages | Get /networks/{networkId}/firmwareUpgrades/staged/stages | Order of Staged Upgrade Groups in a network |
| StagesApi | UpdateNetworkFirmwareUpgradesStagedStages | Put /networks/{networkId}/firmwareUpgrades/staged/stages | Assign Staged Upgrade Group order in the sequence. |
| StaticRoutesApi | CreateDeviceSwitchRoutingStaticRoute | Post /devices/{serial}/switch/routing/staticRoutes | Create a layer 3 static route for a switch |
| StaticRoutesApi | CreateNetworkApplianceStaticRoute | Post /networks/{networkId}/appliance/staticRoutes | Add a static route for an MX or teleworker network |
| StaticRoutesApi | CreateNetworkSwitchStackRoutingStaticRoute | Post /networks/{networkId}/switch/stacks/{switchStackId}/routing/staticRoutes | Create a layer 3 static route for a switch stack |
| StaticRoutesApi | DeleteDeviceSwitchRoutingStaticRoute | Delete /devices/{serial}/switch/routing/staticRoutes/{staticRouteId} | Delete a layer 3 static route for a switch |
| StaticRoutesApi | DeleteNetworkApplianceStaticRoute | Delete /networks/{networkId}/appliance/staticRoutes/{staticRouteId} | Delete a static route from an MX or teleworker network |
| StaticRoutesApi | DeleteNetworkSwitchStackRoutingStaticRoute | Delete /networks/{networkId}/switch/stacks/{switchStackId}/routing/staticRoutes/{staticRouteId} | Delete a layer 3 static route for a switch stack |
| StaticRoutesApi | GetDeviceSwitchRoutingStaticRoute | Get /devices/{serial}/switch/routing/staticRoutes/{staticRouteId} | Return a layer 3 static route for a switch |
| StaticRoutesApi | GetDeviceSwitchRoutingStaticRoutes | Get /devices/{serial}/switch/routing/staticRoutes | List layer 3 static routes for a switch |
| StaticRoutesApi | GetNetworkApplianceStaticRoute | Get /networks/{networkId}/appliance/staticRoutes/{staticRouteId} | Return a static route for an MX or teleworker network |
| StaticRoutesApi | GetNetworkApplianceStaticRoutes | Get /networks/{networkId}/appliance/staticRoutes | List the static routes for an MX or teleworker network |
| StaticRoutesApi | GetNetworkSwitchStackRoutingStaticRoute | Get /networks/{networkId}/switch/stacks/{switchStackId}/routing/staticRoutes/{staticRouteId} | Return a layer 3 static route for a switch stack |
| StaticRoutesApi | GetNetworkSwitchStackRoutingStaticRoutes | Get /networks/{networkId}/switch/stacks/{switchStackId}/routing/staticRoutes | List layer 3 static routes for a switch stack |
| StaticRoutesApi | UpdateDeviceSwitchRoutingStaticRoute | Put /devices/{serial}/switch/routing/staticRoutes/{staticRouteId} | Update a layer 3 static route for a switch |
| StaticRoutesApi | UpdateNetworkApplianceStaticRoute | Put /networks/{networkId}/appliance/staticRoutes/{staticRouteId} | Update a static route for an MX or teleworker network |
| StaticRoutesApi | UpdateNetworkSwitchStackRoutingStaticRoute | Put /networks/{networkId}/switch/stacks/{switchStackId}/routing/staticRoutes/{staticRouteId} | Update a layer 3 static route for a switch stack |
| StaticsApi | CreateNetworkAppliancePrefixesDelegatedStatic | Post /networks/{networkId}/appliance/prefixes/delegated/statics | Add a static delegated prefix from a network |
| StaticsApi | DeleteNetworkAppliancePrefixesDelegatedStatic | Delete /networks/{networkId}/appliance/prefixes/delegated/statics/{staticDelegatedPrefixId} | Delete a static delegated prefix from a network |
| StaticsApi | GetNetworkAppliancePrefixesDelegatedStatic | Get /networks/{networkId}/appliance/prefixes/delegated/statics/{staticDelegatedPrefixId} | Return a static delegated prefix from a network |
| StaticsApi | GetNetworkAppliancePrefixesDelegatedStatics | Get /networks/{networkId}/appliance/prefixes/delegated/statics | List static delegated prefixes for a network |
| StaticsApi | UpdateNetworkAppliancePrefixesDelegatedStatic | Put /networks/{networkId}/appliance/prefixes/delegated/statics/{staticDelegatedPrefixId} | Update a static delegated prefix from a network |
| StatsApi | GetOrganizationApplianceVpnStats | Get /organizations/{organizationId}/appliance/vpn/stats | Show VPN history stat for networks in an organization |
| StatusApi | GetDeviceWirelessStatus | Get /devices/{serial}/wireless/status | Return the SSID statuses of an access point |
| StatusesApi | GetDeviceSwitchPortsStatuses | Get /devices/{serial}/switch/ports/statuses | Return the status for all the ports of a switch |
| StatusesApi | GetDeviceSwitchPortsStatusesPackets | Get /devices/{serial}/switch/ports/statuses/packets | Return the packet counters for all the ports of a switch |
| StatusesApi | GetOrganizationApplianceUplinkStatuses | Get /organizations/{organizationId}/appliance/uplink/statuses | List the uplink status of every Meraki MX and Z series appliances in the organization |
| StatusesApi | GetOrganizationApplianceVpnStatuses | Get /organizations/{organizationId}/appliance/vpn/statuses | Show VPN status for networks in an organization |
| StatusesApi | GetOrganizationCameraOnboardingStatuses | Get /organizations/{organizationId}/camera/onboarding/statuses | Fetch onboarding status of cameras |
| StatusesApi | GetOrganizationCellularGatewayUplinkStatuses | Get /organizations/{organizationId}/cellularGateway/uplink/statuses | List the uplink status of every Meraki MG cellular gateway in the organization |
| StatusesApi | GetOrganizationDevicesPowerModulesStatusesByDevice | Get /organizations/{organizationId}/devices/powerModules/statuses/byDevice | List the power status information for devices in an organization |
| StatusesApi | GetOrganizationDevicesStatuses | Get /organizations/{organizationId}/devices/statuses | List the status of every Meraki device in the organization |
| StatusesApi | GetOrganizationDevicesStatusesOverview | Get /organizations/{organizationId}/devices/statuses/overview | Return an overview of current device statuses |
| StatusesApi | GetOrganizationUplinksStatuses | Get /organizations/{organizationId}/uplinks/statuses | List the uplink status of every Meraki MX, MG and Z series devices in the organization |
| StatusesApi | GetOrganizationWirelessDevicesEthernetStatuses | Get /organizations/{organizationId}/wireless/devices/ethernet/statuses | Endpoint to see power status for wireless devices |
| StatusesApi | UpdateOrganizationCameraOnboardingStatuses | Put /organizations/{organizationId}/camera/onboarding/statuses | Notify that credential handoff to camera has completed |
| StormControlApi | GetNetworkSwitchStormControl | Get /networks/{networkId}/switch/stormControl | Return the storm control configuration for a switch network |
| StormControlApi | UpdateNetworkSwitchStormControl | Put /networks/{networkId}/switch/stormControl | Update the storm control configuration for a switch network |
| StpApi | GetNetworkSwitchStp | Get /networks/{networkId}/switch/stp | Returns STP settings |
| StpApi | UpdateNetworkSwitchStp | Put /networks/{networkId}/switch/stp | Updates STP settings |
| SubnetPoolApi | GetNetworkCellularGatewaySubnetPool | Get /networks/{networkId}/cellularGateway/subnetPool | Return the subnet pool and mask configured for MGs in the network. |
| SubnetPoolApi | UpdateNetworkCellularGatewaySubnetPool | Put /networks/{networkId}/cellularGateway/subnetPool | Update the subnet pool and mask configuration for MGs in the network. |
| SubnetsApi | GetDeviceApplianceDhcpSubnets | Get /devices/{serial}/appliance/dhcp/subnets | Return the DHCP subnet information for an appliance |
| SummaryApi | GetOrganizationSummaryTopAppliancesByUtilization | Get /organizations/{organizationId}/summary/top/appliances/byUtilization | Return the top 10 appliances sorted by utilization over given time range. |
| SummaryApi | GetOrganizationSummaryTopClientsByUsage | Get /organizations/{organizationId}/summary/top/clients/byUsage | Return metrics for organization's top 10 clients by data usage (in mb) over given time range. |
| SummaryApi | GetOrganizationSummaryTopClientsManufacturersByUsage | Get /organizations/{organizationId}/summary/top/clients/manufacturers/byUsage | Return metrics for organization's top clients by data usage (in mb) over given time range, grouped by manufacturer. |
| SummaryApi | GetOrganizationSummaryTopDevicesByUsage | Get /organizations/{organizationId}/summary/top/devices/byUsage | Return metrics for organization's top 10 devices sorted by data usage over given time range |
| SummaryApi | GetOrganizationSummaryTopDevicesModelsByUsage | Get /organizations/{organizationId}/summary/top/devices/models/byUsage | Return metrics for organization's top 10 device models sorted by data usage over given time range |
| SummaryApi | GetOrganizationSummaryTopSsidsByUsage | Get /organizations/{organizationId}/summary/top/ssids/byUsage | Return metrics for organization's top 10 ssids by data usage over given time range |
| SummaryApi | GetOrganizationSummaryTopSwitchesByEnergyUsage | Get /organizations/{organizationId}/summary/top/switches/byEnergyUsage | Return metrics for organization's top 10 switches by energy usage over given time range |
| SwitchApi | AddNetworkSwitchStack | Post /networks/{networkId}/switch/stacks/{switchStackId}/add | Add a switch to a stack |
| SwitchApi | CloneOrganizationSwitchDevices | Post /organizations/{organizationId}/switch/devices/clone | Clone port-level and some switch-level configuration settings from a source switch to one or more target switches |
| SwitchApi | CreateDeviceSwitchRoutingInterface | Post /devices/{serial}/switch/routing/interfaces | Create a layer 3 interface for a switch |
| SwitchApi | CreateDeviceSwitchRoutingStaticRoute | Post /devices/{serial}/switch/routing/staticRoutes | Create a layer 3 static route for a switch |
| SwitchApi | CreateNetworkSwitchAccessPolicy | Post /networks/{networkId}/switch/accessPolicies | Create an access policy for a switch network |
| SwitchApi | CreateNetworkSwitchDhcpServerPolicyArpInspectionTrustedServer | Post /networks/{networkId}/switch/dhcpServerPolicy/arpInspection/trustedServers | Add a server to be trusted by Dynamic ARP Inspection on this network |
| SwitchApi | CreateNetworkSwitchLinkAggregation | Post /networks/{networkId}/switch/linkAggregations | Create a link aggregation group |
| SwitchApi | CreateNetworkSwitchPortSchedule | Post /networks/{networkId}/switch/portSchedules | Add a switch port schedule |
| SwitchApi | CreateNetworkSwitchQosRule | Post /networks/{networkId}/switch/qosRules | Add a quality of service rule |
| SwitchApi | CreateNetworkSwitchRoutingMulticastRendezvousPoint | Post /networks/{networkId}/switch/routing/multicast/rendezvousPoints | Create a multicast rendezvous point |
| SwitchApi | CreateNetworkSwitchStack | Post /networks/{networkId}/switch/stacks | Create a stack |
| SwitchApi | CreateNetworkSwitchStackRoutingInterface | Post /networks/{networkId}/switch/stacks/{switchStackId}/routing/interfaces | Create a layer 3 interface for a switch stack |
| SwitchApi | CreateNetworkSwitchStackRoutingStaticRoute | Post /networks/{networkId}/switch/stacks/{switchStackId}/routing/staticRoutes | Create a layer 3 static route for a switch stack |
| SwitchApi | CycleDeviceSwitchPorts | Post /devices/{serial}/switch/ports/cycle | Cycle a set of switch ports |
| SwitchApi | DeleteDeviceSwitchRoutingInterface | Delete /devices/{serial}/switch/routing/interfaces/{interfaceId} | Delete a layer 3 interface from the switch |
| SwitchApi | DeleteDeviceSwitchRoutingStaticRoute | Delete /devices/{serial}/switch/routing/staticRoutes/{staticRouteId} | Delete a layer 3 static route for a switch |
| SwitchApi | DeleteNetworkSwitchAccessPolicy | Delete /networks/{networkId}/switch/accessPolicies/{accessPolicyNumber} | Delete an access policy for a switch network |
| SwitchApi | DeleteNetworkSwitchDhcpServerPolicyArpInspectionTrustedServer | Delete /networks/{networkId}/switch/dhcpServerPolicy/arpInspection/trustedServers/{trustedServerId} | Remove a server from being trusted by Dynamic ARP Inspection on this network |
| SwitchApi | DeleteNetworkSwitchLinkAggregation | Delete /networks/{networkId}/switch/linkAggregations/{linkAggregationId} | Split a link aggregation group into separate ports |
| SwitchApi | DeleteNetworkSwitchPortSchedule | Delete /networks/{networkId}/switch/portSchedules/{portScheduleId} | Delete a switch port schedule |
| SwitchApi | DeleteNetworkSwitchQosRule | Delete /networks/{networkId}/switch/qosRules/{qosRuleId} | Delete a quality of service rule |
| SwitchApi | DeleteNetworkSwitchRoutingMulticastRendezvousPoint | Delete /networks/{networkId}/switch/routing/multicast/rendezvousPoints/{rendezvousPointId} | Delete a multicast rendezvous point |
| SwitchApi | DeleteNetworkSwitchStack | Delete /networks/{networkId}/switch/stacks/{switchStackId} | Delete a stack |
| SwitchApi | DeleteNetworkSwitchStackRoutingInterface | Delete /networks/{networkId}/switch/stacks/{switchStackId}/routing/interfaces/{interfaceId} | Delete a layer 3 interface from a switch stack |
| SwitchApi | DeleteNetworkSwitchStackRoutingStaticRoute | Delete /networks/{networkId}/switch/stacks/{switchStackId}/routing/staticRoutes/{staticRouteId} | Delete a layer 3 static route for a switch stack |
| SwitchApi | GetDeviceSwitchPort | Get /devices/{serial}/switch/ports/{portId} | Return a switch port |
| SwitchApi | GetDeviceSwitchPorts | Get /devices/{serial}/switch/ports | List the switch ports for a switch |
| SwitchApi | GetDeviceSwitchPortsStatuses | Get /devices/{serial}/switch/ports/statuses | Return the status for all the ports of a switch |
| SwitchApi | GetDeviceSwitchPortsStatusesPackets | Get /devices/{serial}/switch/ports/statuses/packets | Return the packet counters for all the ports of a switch |
| SwitchApi | GetDeviceSwitchRoutingInterface | Get /devices/{serial}/switch/routing/interfaces/{interfaceId} | Return a layer 3 interface for a switch |
| SwitchApi | GetDeviceSwitchRoutingInterfaceDhcp | Get /devices/{serial}/switch/routing/interfaces/{interfaceId}/dhcp | Return a layer 3 interface DHCP configuration for a switch |
| SwitchApi | GetDeviceSwitchRoutingInterfaces | Get /devices/{serial}/switch/routing/interfaces | List layer 3 interfaces for a switch |
| SwitchApi | GetDeviceSwitchRoutingStaticRoute | Get /devices/{serial}/switch/routing/staticRoutes/{staticRouteId} | Return a layer 3 static route for a switch |
| SwitchApi | GetDeviceSwitchRoutingStaticRoutes | Get /devices/{serial}/switch/routing/staticRoutes | List layer 3 static routes for a switch |
| SwitchApi | GetDeviceSwitchWarmSpare | Get /devices/{serial}/switch/warmSpare | Return warm spare configuration for a switch |
| SwitchApi | GetNetworkSwitchAccessControlLists | Get /networks/{networkId}/switch/accessControlLists | Return the access control lists for a MS network |
| SwitchApi | GetNetworkSwitchAccessPolicies | Get /networks/{networkId}/switch/accessPolicies | List the access policies for a switch network |
| SwitchApi | GetNetworkSwitchAccessPolicy | Get /networks/{networkId}/switch/accessPolicies/{accessPolicyNumber} | Return a specific access policy for a switch network |
| SwitchApi | GetNetworkSwitchAlternateManagementInterface | Get /networks/{networkId}/switch/alternateManagementInterface | Return the switch alternate management interface for the network |
| SwitchApi | GetNetworkSwitchDhcpServerPolicy | Get /networks/{networkId}/switch/dhcpServerPolicy | Return the DHCP server settings |
| SwitchApi | GetNetworkSwitchDhcpServerPolicyArpInspectionTrustedServers | Get /networks/{networkId}/switch/dhcpServerPolicy/arpInspection/trustedServers | Return the list of servers trusted by Dynamic ARP Inspection on this network |
| SwitchApi | GetNetworkSwitchDhcpServerPolicyArpInspectionWarningsByDevice | Get /networks/{networkId}/switch/dhcpServerPolicy/arpInspection/warnings/byDevice | Return the devices that have a Dynamic ARP Inspection warning and their warnings |
| SwitchApi | GetNetworkSwitchDhcpV4ServersSeen | Get /networks/{networkId}/switch/dhcp/v4/servers/seen | Return the network's DHCPv4 servers seen within the selected timeframe (default 1 day) |
| SwitchApi | GetNetworkSwitchDscpToCosMappings | Get /networks/{networkId}/switch/dscpToCosMappings | Return the DSCP to CoS mappings |
| SwitchApi | GetNetworkSwitchLinkAggregations | Get /networks/{networkId}/switch/linkAggregations | List link aggregation groups |
| SwitchApi | GetNetworkSwitchMtu | Get /networks/{networkId}/switch/mtu | Return the MTU configuration |
| SwitchApi | GetNetworkSwitchPortSchedules | Get /networks/{networkId}/switch/portSchedules | List switch port schedules |
| SwitchApi | GetNetworkSwitchQosRule | Get /networks/{networkId}/switch/qosRules/{qosRuleId} | Return a quality of service rule |
| SwitchApi | GetNetworkSwitchQosRules | Get /networks/{networkId}/switch/qosRules | List quality of service rules |
| SwitchApi | GetNetworkSwitchQosRulesOrder | Get /networks/{networkId}/switch/qosRules/order | Return the quality of service rule IDs by order in which they will be processed by the switch |
| SwitchApi | GetNetworkSwitchRoutingMulticast | Get /networks/{networkId}/switch/routing/multicast | Return multicast settings for a network |
| SwitchApi | GetNetworkSwitchRoutingMulticastRendezvousPoint | Get /networks/{networkId}/switch/routing/multicast/rendezvousPoints/{rendezvousPointId} | Return a multicast rendezvous point |
| SwitchApi | GetNetworkSwitchRoutingMulticastRendezvousPoints | Get /networks/{networkId}/switch/routing/multicast/rendezvousPoints | List multicast rendezvous points |
| SwitchApi | GetNetworkSwitchRoutingOspf | Get /networks/{networkId}/switch/routing/ospf | Return layer 3 OSPF routing configuration |
| SwitchApi | GetNetworkSwitchSettings | Get /networks/{networkId}/switch/settings | Returns the switch network settings |
| SwitchApi | GetNetworkSwitchStack | Get /networks/{networkId}/switch/stacks/{switchStackId} | Show a switch stack |
| SwitchApi | GetNetworkSwitchStackRoutingInterface | Get /networks/{networkId}/switch/stacks/{switchStackId}/routing/interfaces/{interfaceId} | Return a layer 3 interface from a switch stack |
| SwitchApi | GetNetworkSwitchStackRoutingInterfaceDhcp | Get /networks/{networkId}/switch/stacks/{switchStackId}/routing/interfaces/{interfaceId}/dhcp | Return a layer 3 interface DHCP configuration for a switch stack |
| SwitchApi | GetNetworkSwitchStackRoutingInterfaces | Get /networks/{networkId}/switch/stacks/{switchStackId}/routing/interfaces | List layer 3 interfaces for a switch stack |
| SwitchApi | GetNetworkSwitchStackRoutingStaticRoute | Get /networks/{networkId}/switch/stacks/{switchStackId}/routing/staticRoutes/{staticRouteId} | Return a layer 3 static route for a switch stack |
| SwitchApi | GetNetworkSwitchStackRoutingStaticRoutes | Get /networks/{networkId}/switch/stacks/{switchStackId}/routing/staticRoutes | List layer 3 static routes for a switch stack |
| SwitchApi | GetNetworkSwitchStacks | Get /networks/{networkId}/switch/stacks | List the switch stacks in a network |
| SwitchApi | GetNetworkSwitchStormControl | Get /networks/{networkId}/switch/stormControl | Return the storm control configuration for a switch network |
| SwitchApi | GetNetworkSwitchStp | Get /networks/{networkId}/switch/stp | Returns STP settings |
| SwitchApi | GetOrganizationConfigTemplateSwitchProfilePort | Get /organizations/{organizationId}/configTemplates/{configTemplateId}/switch/profiles/{profileId}/ports/{portId} | Return a switch profile port |
| SwitchApi | GetOrganizationConfigTemplateSwitchProfilePorts | Get /organizations/{organizationId}/configTemplates/{configTemplateId}/switch/profiles/{profileId}/ports | Return all the ports of a switch profile |
| SwitchApi | GetOrganizationConfigTemplateSwitchProfiles | Get /organizations/{organizationId}/configTemplates/{configTemplateId}/switch/profiles | List the switch profiles for your switch template configuration |
| SwitchApi | GetOrganizationSwitchPortsBySwitch | Get /organizations/{organizationId}/switch/ports/bySwitch | List the switchports in an organization by switch |
| SwitchApi | RemoveNetworkSwitchStack | Post /networks/{networkId}/switch/stacks/{switchStackId}/remove | Remove a switch from a stack |
| SwitchApi | UpdateDeviceSwitchPort | Put /devices/{serial}/switch/ports/{portId} | Update a switch port |
| SwitchApi | UpdateDeviceSwitchRoutingInterface | Put /devices/{serial}/switch/routing/interfaces/{interfaceId} | Update a layer 3 interface for a switch |
| SwitchApi | UpdateDeviceSwitchRoutingInterfaceDhcp | Put /devices/{serial}/switch/routing/interfaces/{interfaceId}/dhcp | Update a layer 3 interface DHCP configuration for a switch |
| SwitchApi | UpdateDeviceSwitchRoutingStaticRoute | Put /devices/{serial}/switch/routing/staticRoutes/{staticRouteId} | Update a layer 3 static route for a switch |
| SwitchApi | UpdateDeviceSwitchWarmSpare | Put /devices/{serial}/switch/warmSpare | Update warm spare configuration for a switch |
| SwitchApi | UpdateNetworkSwitchAccessControlLists | Put /networks/{networkId}/switch/accessControlLists | Update the access control lists for a MS network |
| SwitchApi | UpdateNetworkSwitchAccessPolicy | Put /networks/{networkId}/switch/accessPolicies/{accessPolicyNumber} | Update an access policy for a switch network |
| SwitchApi | UpdateNetworkSwitchAlternateManagementInterface | Put /networks/{networkId}/switch/alternateManagementInterface | Update the switch alternate management interface for the network |
| SwitchApi | UpdateNetworkSwitchDhcpServerPolicy | Put /networks/{networkId}/switch/dhcpServerPolicy | Update the DHCP server settings |
| SwitchApi | UpdateNetworkSwitchDhcpServerPolicyArpInspectionTrustedServer | Put /networks/{networkId}/switch/dhcpServerPolicy/arpInspection/trustedServers/{trustedServerId} | Update a server that is trusted by Dynamic ARP Inspection on this network |
| SwitchApi | UpdateNetworkSwitchDscpToCosMappings | Put /networks/{networkId}/switch/dscpToCosMappings | Update the DSCP to CoS mappings |
| SwitchApi | UpdateNetworkSwitchLinkAggregation | Put /networks/{networkId}/switch/linkAggregations/{linkAggregationId} | Update a link aggregation group |
| SwitchApi | UpdateNetworkSwitchMtu | Put /networks/{networkId}/switch/mtu | Update the MTU configuration |
| SwitchApi | UpdateNetworkSwitchPortSchedule | Put /networks/{networkId}/switch/portSchedules/{portScheduleId} | Update a switch port schedule |
| SwitchApi | UpdateNetworkSwitchQosRule | Put /networks/{networkId}/switch/qosRules/{qosRuleId} | Update a quality of service rule |
| SwitchApi | UpdateNetworkSwitchQosRulesOrder | Put /networks/{networkId}/switch/qosRules/order | Update the order in which the rules should be processed by the switch |
| SwitchApi | UpdateNetworkSwitchRoutingMulticast | Put /networks/{networkId}/switch/routing/multicast | Update multicast settings for a network |
| SwitchApi | UpdateNetworkSwitchRoutingMulticastRendezvousPoint | Put /networks/{networkId}/switch/routing/multicast/rendezvousPoints/{rendezvousPointId} | Update a multicast rendezvous point |
| SwitchApi | UpdateNetworkSwitchRoutingOspf | Put /networks/{networkId}/switch/routing/ospf | Update layer 3 OSPF routing configuration |
| SwitchApi | UpdateNetworkSwitchSettings | Put /networks/{networkId}/switch/settings | Update switch network settings |
| SwitchApi | UpdateNetworkSwitchStackRoutingInterface | Put /networks/{networkId}/switch/stacks/{switchStackId}/routing/interfaces/{interfaceId} | Update a layer 3 interface for a switch stack |
| SwitchApi | UpdateNetworkSwitchStackRoutingInterfaceDhcp | Put /networks/{networkId}/switch/stacks/{switchStackId}/routing/interfaces/{interfaceId}/dhcp | Update a layer 3 interface DHCP configuration for a switch stack |
| SwitchApi | UpdateNetworkSwitchStackRoutingStaticRoute | Put /networks/{networkId}/switch/stacks/{switchStackId}/routing/staticRoutes/{staticRouteId} | Update a layer 3 static route for a switch stack |
| SwitchApi | UpdateNetworkSwitchStormControl | Put /networks/{networkId}/switch/stormControl | Update the storm control configuration for a switch network |
| SwitchApi | UpdateNetworkSwitchStp | Put /networks/{networkId}/switch/stp | Updates STP settings |
| SwitchApi | UpdateOrganizationConfigTemplateSwitchProfilePort | Put /organizations/{organizationId}/configTemplates/{configTemplateId}/switch/profiles/{profileId}/ports/{portId} | Update a switch profile port |
| SwitchesApi | GetOrganizationSummaryTopSwitchesByEnergyUsage | Get /organizations/{organizationId}/summary/top/switches/byEnergyUsage | Return metrics for organization's top 10 switches by energy usage over given time range |
| SyslogServersApi | GetNetworkSyslogServers | Get /networks/{networkId}/syslogServers | List the syslog servers for a network |
| SyslogServersApi | UpdateNetworkSyslogServers | Put /networks/{networkId}/syslogServers | Update the syslog servers for a network |
| TargetGroupsApi | CreateNetworkSmTargetGroup | Post /networks/{networkId}/sm/targetGroups | Add a target group |
| TargetGroupsApi | DeleteNetworkSmTargetGroup | Delete /networks/{networkId}/sm/targetGroups/{targetGroupId} | Delete a target group from a network |
| TargetGroupsApi | GetNetworkSmTargetGroup | Get /networks/{networkId}/sm/targetGroups/{targetGroupId} | Return a target group |
| TargetGroupsApi | GetNetworkSmTargetGroups | Get /networks/{networkId}/sm/targetGroups | List the target groups in this network |
| TargetGroupsApi | UpdateNetworkSmTargetGroup | Put /networks/{networkId}/sm/targetGroups/{targetGroupId} | Update a target group |
| ThirdPartyVPNPeersApi | GetOrganizationApplianceVpnThirdPartyVPNPeers | Get /organizations/{organizationId}/appliance/vpn/thirdPartyVPNPeers | Return the third party VPN peers for an organization |
| ThirdPartyVPNPeersApi | UpdateOrganizationApplianceVpnThirdPartyVPNPeers | Put /organizations/{organizationId}/appliance/vpn/thirdPartyVPNPeers | Update the third party VPN peers for an organization |
| TopApi | GetOrganizationSummaryTopAppliancesByUtilization | Get /organizations/{organizationId}/summary/top/appliances/byUtilization | Return the top 10 appliances sorted by utilization over given time range. |
| TopApi | GetOrganizationSummaryTopClientsByUsage | Get /organizations/{organizationId}/summary/top/clients/byUsage | Return metrics for organization's top 10 clients by data usage (in mb) over given time range. |
| TopApi | GetOrganizationSummaryTopClientsManufacturersByUsage | Get /organizations/{organizationId}/summary/top/clients/manufacturers/byUsage | Return metrics for organization's top clients by data usage (in mb) over given time range, grouped by manufacturer. |
| TopApi | GetOrganizationSummaryTopDevicesByUsage | Get /organizations/{organizationId}/summary/top/devices/byUsage | Return metrics for organization's top 10 devices sorted by data usage over given time range |
| TopApi | GetOrganizationSummaryTopDevicesModelsByUsage | Get /organizations/{organizationId}/summary/top/devices/models/byUsage | Return metrics for organization's top 10 device models sorted by data usage over given time range |
| TopApi | GetOrganizationSummaryTopSsidsByUsage | Get /organizations/{organizationId}/summary/top/ssids/byUsage | Return metrics for organization's top 10 ssids by data usage over given time range |
| TopApi | GetOrganizationSummaryTopSwitchesByEnergyUsage | Get /organizations/{organizationId}/summary/top/switches/byEnergyUsage | Return metrics for organization's top 10 switches by energy usage over given time range |
| TopologyApi | GetNetworkTopologyLinkLayer | Get /networks/{networkId}/topology/linkLayer | List the LLDP and CDP information for all discovered devices and connections in a network. |
| TrafficApi | GetNetworkTraffic | Get /networks/{networkId}/traffic | Return the traffic analysis data for this network |
| TrafficAnalysisApi | GetNetworkTrafficAnalysis | Get /networks/{networkId}/trafficAnalysis | Return the traffic analysis settings for a network |
| TrafficAnalysisApi | UpdateNetworkTrafficAnalysis | Put /networks/{networkId}/trafficAnalysis | Update the traffic analysis settings for a network |
| TrafficHistoryApi | GetNetworkClientTrafficHistory | Get /networks/{networkId}/clients/{clientId}/trafficHistory | Return the client's network traffic data over time |
| TrafficShapingApi | CreateNetworkApplianceTrafficShapingCustomPerformanceClass | Post /networks/{networkId}/appliance/trafficShaping/customPerformanceClasses | Add a custom performance class for an MX network |
| TrafficShapingApi | DeleteNetworkApplianceTrafficShapingCustomPerformanceClass | Delete /networks/{networkId}/appliance/trafficShaping/customPerformanceClasses/{customPerformanceClassId} | Delete a custom performance class from an MX network |
| TrafficShapingApi | GetNetworkApplianceTrafficShaping | Get /networks/{networkId}/appliance/trafficShaping | Display the traffic shaping settings for an MX network |
| TrafficShapingApi | GetNetworkApplianceTrafficShapingCustomPerformanceClass | Get /networks/{networkId}/appliance/trafficShaping/customPerformanceClasses/{customPerformanceClassId} | Return a custom performance class for an MX network |
| TrafficShapingApi | GetNetworkApplianceTrafficShapingCustomPerformanceClasses | Get /networks/{networkId}/appliance/trafficShaping/customPerformanceClasses | List all custom performance classes for an MX network |
| TrafficShapingApi | GetNetworkApplianceTrafficShapingRules | Get /networks/{networkId}/appliance/trafficShaping/rules | Display the traffic shaping settings rules for an MX network |
| TrafficShapingApi | GetNetworkApplianceTrafficShapingUplinkBandwidth | Get /networks/{networkId}/appliance/trafficShaping/uplinkBandwidth | Returns the uplink bandwidth limits for your MX network |
| TrafficShapingApi | GetNetworkApplianceTrafficShapingUplinkSelection | Get /networks/{networkId}/appliance/trafficShaping/uplinkSelection | Show uplink selection settings for an MX network |
| TrafficShapingApi | GetNetworkTrafficShapingApplicationCategories | Get /networks/{networkId}/trafficShaping/applicationCategories | Returns the application categories for traffic shaping rules. |
| TrafficShapingApi | GetNetworkTrafficShapingDscpTaggingOptions | Get /networks/{networkId}/trafficShaping/dscpTaggingOptions | Returns the available DSCP tagging options for your traffic shaping rules. |
| TrafficShapingApi | GetNetworkWirelessSsidTrafficShapingRules | Get /networks/{networkId}/wireless/ssids/{number}/trafficShaping/rules | Display the traffic shaping settings for a SSID on an MR network |
| TrafficShapingApi | UpdateNetworkApplianceTrafficShaping | Put /networks/{networkId}/appliance/trafficShaping | Update the traffic shaping settings for an MX network |
| TrafficShapingApi | UpdateNetworkApplianceTrafficShapingCustomPerformanceClass | Put /networks/{networkId}/appliance/trafficShaping/customPerformanceClasses/{customPerformanceClassId} | Update a custom performance class for an MX network |
| TrafficShapingApi | UpdateNetworkApplianceTrafficShapingRules | Put /networks/{networkId}/appliance/trafficShaping/rules | Update the traffic shaping settings rules for an MX network |
| TrafficShapingApi | UpdateNetworkApplianceTrafficShapingUplinkBandwidth | Put /networks/{networkId}/appliance/trafficShaping/uplinkBandwidth | Updates the uplink bandwidth settings for your MX network. |
| TrafficShapingApi | UpdateNetworkApplianceTrafficShapingUplinkSelection | Put /networks/{networkId}/appliance/trafficShaping/uplinkSelection | Update uplink selection settings for an MX network |
| TrafficShapingApi | UpdateNetworkWirelessSsidTrafficShapingRules | Put /networks/{networkId}/wireless/ssids/{number}/trafficShaping/rules | Update the traffic shaping settings for an SSID on an MR network |
| TrustedAccessConfigsApi | GetNetworkSmTrustedAccessConfigs | Get /networks/{networkId}/sm/trustedAccessConfigs | List Trusted Access Configs |
| TrustedServersApi | CreateNetworkSwitchDhcpServerPolicyArpInspectionTrustedServer | Post /networks/{networkId}/switch/dhcpServerPolicy/arpInspection/trustedServers | Add a server to be trusted by Dynamic ARP Inspection on this network |
| TrustedServersApi | DeleteNetworkSwitchDhcpServerPolicyArpInspectionTrustedServer | Delete /networks/{networkId}/switch/dhcpServerPolicy/arpInspection/trustedServers/{trustedServerId} | Remove a server from being trusted by Dynamic ARP Inspection on this network |
| TrustedServersApi | GetNetworkSwitchDhcpServerPolicyArpInspectionTrustedServers | Get /networks/{networkId}/switch/dhcpServerPolicy/arpInspection/trustedServers | Return the list of servers trusted by Dynamic ARP Inspection on this network |
| TrustedServersApi | UpdateNetworkSwitchDhcpServerPolicyArpInspectionTrustedServer | Put /networks/{networkId}/switch/dhcpServerPolicy/arpInspection/trustedServers/{trustedServerId} | Update a server that is trusted by Dynamic ARP Inspection on this network |
| UpgradesApi | GetOrganizationFirmwareUpgrades | Get /organizations/{organizationId}/firmware/upgrades | Get firmware upgrade information for an organization |
| UpgradesApi | GetOrganizationFirmwareUpgradesByDevice | Get /organizations/{organizationId}/firmware/upgrades/byDevice | Get firmware upgrade status for the filtered devices |
| UplinkApi | GetNetworkCellularGatewayUplink | Get /networks/{networkId}/cellularGateway/uplink | Returns the uplink settings for your MG network. |
| UplinkApi | GetOrganizationCellularGatewayUplinkStatuses | Get /organizations/{organizationId}/cellularGateway/uplink/statuses | List the uplink status of every Meraki MG cellular gateway in the organization |
| UplinkApi | UpdateNetworkCellularGatewayUplink | Put /networks/{networkId}/cellularGateway/uplink | Updates the uplink settings for your MG network. |
| UplinkBandwidthApi | GetNetworkApplianceTrafficShapingUplinkBandwidth | Get /networks/{networkId}/appliance/trafficShaping/uplinkBandwidth | Returns the uplink bandwidth limits for your MX network |
| UplinkBandwidthApi | UpdateNetworkApplianceTrafficShapingUplinkBandwidth | Put /networks/{networkId}/appliance/trafficShaping/uplinkBandwidth | Updates the uplink bandwidth settings for your MX network. |
| UplinkSelectionApi | GetNetworkApplianceTrafficShapingUplinkSelection | Get /networks/{networkId}/appliance/trafficShaping/uplinkSelection | Show uplink selection settings for an MX network |
| UplinkSelectionApi | UpdateNetworkApplianceTrafficShapingUplinkSelection | Put /networks/{networkId}/appliance/trafficShaping/uplinkSelection | Update uplink selection settings for an MX network |
| UplinksApi | GetDeviceApplianceUplinksSettings | Get /devices/{serial}/appliance/uplinks/settings | Return the uplink settings for an MX appliance |
| UplinksApi | GetDeviceLossAndLatencyHistory | Get /devices/{serial}/lossAndLatencyHistory | Get the uplink loss percentage and latency in milliseconds, and goodput in kilobits per second for a wired network device. |
| UplinksApi | GetNetworkApplianceUplinksUsageHistory | Get /networks/{networkId}/appliance/uplinks/usageHistory | Get the sent and received bytes for each uplink of a network. |
| UplinksApi | GetOrganizationApplianceUplinkStatuses | Get /organizations/{organizationId}/appliance/uplink/statuses | List the uplink status of every Meraki MX and Z series appliances in the organization |
| UplinksApi | GetOrganizationDevicesUplinksAddressesByDevice | Get /organizations/{organizationId}/devices/uplinks/addresses/byDevice | List the current uplink addresses for devices in an organization. |
| UplinksApi | GetOrganizationDevicesUplinksLossAndLatency | Get /organizations/{organizationId}/devices/uplinksLossAndLatency | Return the uplink loss and latency for every MX in the organization from at latest 2 minutes ago |
| UplinksApi | GetOrganizationUplinksStatuses | Get /organizations/{organizationId}/uplinks/statuses | List the uplink status of every Meraki MX, MG and Z series devices in the organization |
| UplinksApi | UpdateDeviceApplianceUplinksSettings | Put /devices/{serial}/appliance/uplinks/settings | Update the uplink settings for an MX appliance |
| UplinksLossAndLatencyApi | GetOrganizationDevicesUplinksLossAndLatency | Get /organizations/{organizationId}/devices/uplinksLossAndLatency | Return the uplink loss and latency for every MX in the organization from at latest 2 minutes ago |
| UsageHistoriesApi | GetNetworkClientsUsageHistories | Get /networks/{networkId}/clients/usageHistories | Return the usage histories for clients |
| UsageHistoryApi | GetNetworkApplianceUplinksUsageHistory | Get /networks/{networkId}/appliance/uplinks/usageHistory | Get the sent and received bytes for each uplink of a network. |
| UsageHistoryApi | GetNetworkClientUsageHistory | Get /networks/{networkId}/clients/{clientId}/usageHistory | Return the client's daily usage history |
| UsageHistoryApi | GetNetworkWirelessUsageHistory | Get /networks/{networkId}/wireless/usageHistory | Return AP usage over time for a device or network client |
| UserAccessDevicesApi | DeleteNetworkSmUserAccessDevice | Delete /networks/{networkId}/sm/userAccessDevices/{userAccessDeviceId} | Delete a User Access Device |
| UserAccessDevicesApi | GetNetworkSmUserAccessDevices | Get /networks/{networkId}/sm/userAccessDevices | List User Access Devices and its Trusted Access Connections |
| UsersApi | DeleteOrganizationUser | Delete /organizations/{organizationId}/users/{userId} | Delete a user and all of its authentication methods. |
| UsersApi | GetNetworkSmUserDeviceProfiles | Get /networks/{networkId}/sm/users/{userId}/deviceProfiles | Get the profiles associated with a user |
| UsersApi | GetNetworkSmUserSoftwares | Get /networks/{networkId}/sm/users/{userId}/softwares | Get a list of softwares associated with a user |
| UsersApi | GetNetworkSmUsers | Get /networks/{networkId}/sm/users | List the owners in an SM network with various specified fields and filters |
| V4Api | GetNetworkSwitchDhcpV4ServersSeen | Get /networks/{networkId}/switch/dhcp/v4/servers/seen | Return the network's DHCPv4 servers seen within the selected timeframe (default 1 day) |
| VideoApi | GetDeviceCameraVideoSettings | Get /devices/{serial}/camera/video/settings | Returns video settings for the given camera |
| VideoApi | UpdateDeviceCameraVideoSettings | Put /devices/{serial}/camera/video/settings | Update video settings for the given camera |
| VideoLinkApi | GetDeviceCameraVideoLink | Get /devices/{serial}/camera/videoLink | Returns video link to the specified camera |
| VlanAssignmentsApi | GetDeviceAppliancePrefixesDelegatedVlanAssignments | Get /devices/{serial}/appliance/prefixes/delegated/vlanAssignments | Return prefixes assigned to all IPv6 enabled VLANs on an appliance. |
| VlansApi | CreateNetworkApplianceVlan | Post /networks/{networkId}/appliance/vlans | Add a VLAN |
| VlansApi | DeleteNetworkApplianceVlan | Delete /networks/{networkId}/appliance/vlans/{vlanId} | Delete a VLAN from a network |
| VlansApi | GetNetworkApplianceVlan | Get /networks/{networkId}/appliance/vlans/{vlanId} | Return a VLAN |
| VlansApi | GetNetworkApplianceVlans | Get /networks/{networkId}/appliance/vlans | List the VLANs for an MX network |
| VlansApi | GetNetworkApplianceVlansSettings | Get /networks/{networkId}/appliance/vlans/settings | Returns the enabled status of VLANs for the network |
| VlansApi | UpdateNetworkApplianceVlan | Put /networks/{networkId}/appliance/vlans/{vlanId} | Update a VLAN |
| VlansApi | UpdateNetworkApplianceVlansSettings | Put /networks/{networkId}/appliance/vlans/settings | Enable/Disable VLANs for the given network |
| VmxApi | CreateDeviceApplianceVmxAuthenticationToken | Post /devices/{serial}/appliance/vmx/authenticationToken | Generate a new vMX authentication token |
| VpnApi | GetNetworkApplianceVpnBgp | Get /networks/{networkId}/appliance/vpn/bgp | Return a Hub BGP Configuration |
| VpnApi | GetNetworkApplianceVpnSiteToSiteVpn | Get /networks/{networkId}/appliance/vpn/siteToSiteVpn | Return the site-to-site VPN settings of a network |
| VpnApi | GetNetworkWirelessSsidVpn | Get /networks/{networkId}/wireless/ssids/{number}/vpn | List the VPN settings for the SSID. |
| VpnApi | GetOrganizationApplianceVpnStats | Get /organizations/{organizationId}/appliance/vpn/stats | Show VPN history stat for networks in an organization |
| VpnApi | GetOrganizationApplianceVpnStatuses | Get /organizations/{organizationId}/appliance/vpn/statuses | Show VPN status for networks in an organization |
| VpnApi | GetOrganizationApplianceVpnThirdPartyVPNPeers | Get /organizations/{organizationId}/appliance/vpn/thirdPartyVPNPeers | Return the third party VPN peers for an organization |
| VpnApi | GetOrganizationApplianceVpnVpnFirewallRules | Get /organizations/{organizationId}/appliance/vpn/vpnFirewallRules | Return the firewall rules for an organization's site-to-site VPN |
| VpnApi | UpdateNetworkApplianceVpnBgp | Put /networks/{networkId}/appliance/vpn/bgp | Update a Hub BGP Configuration |
| VpnApi | UpdateNetworkApplianceVpnSiteToSiteVpn | Put /networks/{networkId}/appliance/vpn/siteToSiteVpn | Update the site-to-site VPN settings of a network |
| VpnApi | UpdateNetworkWirelessSsidVpn | Put /networks/{networkId}/wireless/ssids/{number}/vpn | Update the VPN settings for the SSID |
| VpnApi | UpdateOrganizationApplianceVpnThirdPartyVPNPeers | Put /organizations/{organizationId}/appliance/vpn/thirdPartyVPNPeers | Update the third party VPN peers for an organization |
| VpnApi | UpdateOrganizationApplianceVpnVpnFirewallRules | Put /organizations/{organizationId}/appliance/vpn/vpnFirewallRules | Update the firewall rules of an organization's site-to-site VPN |
| VpnFirewallRulesApi | GetOrganizationApplianceVpnVpnFirewallRules | Get /organizations/{organizationId}/appliance/vpn/vpnFirewallRules | Return the firewall rules for an organization's site-to-site VPN |
| VpnFirewallRulesApi | UpdateOrganizationApplianceVpnVpnFirewallRules | Put /organizations/{organizationId}/appliance/vpn/vpnFirewallRules | Update the firewall rules of an organization's site-to-site VPN |
| VppAccountsApi | GetOrganizationSmVppAccount | Get /organizations/{organizationId}/sm/vppAccounts/{vppAccountId} | Get a hash containing the unparsed token of the VPP account with the given ID |
| VppAccountsApi | GetOrganizationSmVppAccounts | Get /organizations/{organizationId}/sm/vppAccounts | List the VPP accounts in the organization |
| WarmSpareApi | GetDeviceSwitchWarmSpare | Get /devices/{serial}/switch/warmSpare | Return warm spare configuration for a switch |
| WarmSpareApi | GetNetworkApplianceWarmSpare | Get /networks/{networkId}/appliance/warmSpare | Return MX warm spare settings |
| WarmSpareApi | SwapNetworkApplianceWarmSpare | Post /networks/{networkId}/appliance/warmSpare/swap | Swap MX primary and warm spare appliances |
| WarmSpareApi | UpdateDeviceSwitchWarmSpare | Put /devices/{serial}/switch/warmSpare | Update warm spare configuration for a switch |
| WarmSpareApi | UpdateNetworkApplianceWarmSpare | Put /networks/{networkId}/appliance/warmSpare | Update MX warm spare settings |
| WarningsApi | GetNetworkSwitchDhcpServerPolicyArpInspectionWarningsByDevice | Get /networks/{networkId}/switch/dhcpServerPolicy/arpInspection/warnings/byDevice | Return the devices that have a Dynamic ARP Inspection warning and their warnings |
| WebhookTestsApi | CreateNetworkWebhooksWebhookTest | Post /networks/{networkId}/webhooks/webhookTests | Send a test webhook for a network |
| WebhookTestsApi | GetNetworkWebhooksWebhookTest | Get /networks/{networkId}/webhooks/webhookTests/{webhookTestId} | Return the status of a webhook test for a network |
| WebhooksApi | CreateNetworkWebhooksHttpServer | Post /networks/{networkId}/webhooks/httpServers | Add an HTTP server to a network |
| WebhooksApi | CreateNetworkWebhooksPayloadTemplate | Post /networks/{networkId}/webhooks/payloadTemplates | Create a webhook payload template for a network |
| WebhooksApi | CreateNetworkWebhooksWebhookTest | Post /networks/{networkId}/webhooks/webhookTests | Send a test webhook for a network |
| WebhooksApi | DeleteNetworkWebhooksHttpServer | Delete /networks/{networkId}/webhooks/httpServers/{httpServerId} | Delete an HTTP server from a network |
| WebhooksApi | DeleteNetworkWebhooksPayloadTemplate | Delete /networks/{networkId}/webhooks/payloadTemplates/{payloadTemplateId} | Destroy a webhook payload template for a network |
| WebhooksApi | GetNetworkWebhooksHttpServer | Get /networks/{networkId}/webhooks/httpServers/{httpServerId} | Return an HTTP server for a network |
| WebhooksApi | GetNetworkWebhooksHttpServers | Get /networks/{networkId}/webhooks/httpServers | List the HTTP servers for a network |
| WebhooksApi | GetNetworkWebhooksPayloadTemplate | Get /networks/{networkId}/webhooks/payloadTemplates/{paylo |