client

package module
v0.0.0-...-66352d7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 10, 2023 License: MIT Imports: 20 Imported by: 0

README

Go API client for client

A RESTful API to programmatically manage and monitor Cisco Meraki networks at scale.

Date: 02 August, 2023

Recent Updates


API Documentation

Community Support

Meraki Homepage

Overview

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

  • API version: 1.36.0
  • Package version: 1.36.1
  • Build package: org.openapitools.codegen.languages.GoClientCodegen For more information, please visit https://meraki.io/community

Installation

Install the following dependencies:

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

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

import client "github.com/GIT_USER_ID/GIT_REPO_ID"

To use a proxy, set the environment variable HTTP_PROXY:

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

Configuration of Server URL

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

Select Server Configuration

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

ctx := context.WithValue(context.Background(), client.ContextServerIndex, 1)
Templated Server URL

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(), client.ContextServerVariables, map[string]string{
	"basePath": "v2",
})

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

URLs Configuration per Operation

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

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

Documentation for API Endpoints

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 CreateNetworkApplianceRfProfile Post /networks/{networkId}/appliance/rfProfiles Creates new RF profile for this 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 DeleteNetworkApplianceRfProfile Delete /networks/{networkId}/appliance/rfProfiles/{rfProfileId} Delete a RF Profile
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 GetDeviceApplianceRadioSettings Get /devices/{serial}/appliance/radio/settings Return the radio settings of 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 GetNetworkApplianceRfProfile Get /networks/{networkId}/appliance/rfProfiles/{rfProfileId} Return a RF profile
ApplianceAPI GetNetworkApplianceRfProfiles Get /networks/{networkId}/appliance/rfProfiles List the RF profiles for this 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 GetOrganizationApplianceUplinksUsageByNetwork Get /organizations/{organizationId}/appliance/uplinks/usage/byNetwork Get the sent and received bytes for each uplink of all MX and Z networks within an 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 UpdateDeviceApplianceRadioSettings Put /devices/{serial}/appliance/radio/settings Update the radio settings of an appliance
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 UpdateNetworkApplianceRfProfile Put /networks/{networkId}/appliance/rfProfiles/{rfProfileId} Updates specified RF profile for this 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
AvailabilitiesAPI GetOrganizationDevicesAvailabilitiesChangeHistory Get /organizations/{organizationId}/devices/availabilities/changeHistory List the availability history 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=&quot;https://documentation.meraki.com/MR/Bluetooth/Bluetooth_Low_Energy_(BLE)&quot;>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
ByDeviceAPI GetOrganizationWirelessDevicesChannelUtilizationByDevice Get /organizations/{organizationId}/wireless/devices/channelUtilization/byDevice Get average channel utilization for all bands in a network, split by AP
ByDeviceAPI GetOrganizationWirelessDevicesChannelUtilizationHistoryByDeviceByInterval Get /organizations/{organizationId}/wireless/devices/channelUtilization/history/byDevice/byInterval Get a time-series of average channel utilization for all bands, segmented by device.
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
ByIntervalAPI GetOrganizationWirelessDevicesChannelUtilizationHistoryByDeviceByInterval Get /organizations/{organizationId}/wireless/devices/channelUtilization/history/byDevice/byInterval Get a time-series of average channel utilization for all bands, segmented by device.
ByIntervalAPI GetOrganizationWirelessDevicesChannelUtilizationHistoryByNetworkByInterval Get /organizations/{organizationId}/wireless/devices/channelUtilization/history/byNetwork/byInterval Get a time-series of average channel utilization for all bands
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
ByNetworkAPI GetOrganizationApplianceUplinksUsageByNetwork Get /organizations/{organizationId}/appliance/uplinks/usage/byNetwork Get the sent and received bytes for each uplink of all MX and Z networks within an organization
ByNetworkAPI GetOrganizationWirelessDevicesChannelUtilizationByNetwork Get /organizations/{organizationId}/wireless/devices/channelUtilization/byNetwork Get average channel utilization across all bands for all networks in the organization
ByNetworkAPI GetOrganizationWirelessDevicesChannelUtilizationHistoryByNetworkByInterval Get /organizations/{organizationId}/wireless/devices/channelUtilization/history/byNetwork/byInterval Get a time-series of average channel utilization for all bands
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
ChangeHistoryAPI GetOrganizationDevicesAvailabilitiesChangeHistory Get /organizations/{organizationId}/devices/availabilities/changeHistory List the availability history information for devices in an organization.
ChannelUtilizationAPI GetNetworkNetworkHealthChannelUtilization Get /networks/{networkId}/networkHealth/channelUtilization Get the channel utilization over each radio for all APs in a network.
ChannelUtilizationAPI GetOrganizationWirelessDevicesChannelUtilizationByDevice Get /organizations/{organizationId}/wireless/devices/channelUtilization/byDevice Get average channel utilization for all bands in a network, split by AP
ChannelUtilizationAPI GetOrganizationWirelessDevicesChannelUtilizationByNetwork Get /organizations/{organizationId}/wireless/devices/channelUtilization/byNetwork Get average channel utilization across all bands for all networks in the organization
ChannelUtilizationAPI GetOrganizationWirelessDevicesChannelUtilizationHistoryByDeviceByInterval Get /organizations/{organizationId}/wireless/devices/channelUtilization/history/byDevice/byInterval Get a time-series of average channel utilization for all bands, segmented by device.
ChannelUtilizationAPI GetOrganizationWirelessDevicesChannelUtilizationHistoryByNetworkByInterval Get /organizations/{organizationId}/wireless/devices/channelUtilization/history/byNetwork/byInterval Get a time-series of average channel utilization for all bands
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 template port
ConfigTemplatesAPI GetOrganizationConfigTemplateSwitchProfilePorts Get /organizations/{organizationId}/configTemplates/{configTemplateId}/switch/profiles/{profileId}/ports Return all the ports of a switch template
ConfigTemplatesAPI GetOrganizationConfigTemplateSwitchProfiles Get /organizations/{organizationId}/configTemplates/{configTemplateId}/switch/profiles List the switch templates 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 template 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 CreateNetworkApplianceRfProfile Post /networks/{networkId}/appliance/rfProfiles Creates new RF profile for this 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 DeleteNetworkApplianceRfProfile Delete /networks/{networkId}/appliance/rfProfiles/{rfProfileId} Delete a RF Profile
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} Delete an 802.1X RADIUS user, or deauthorize and optionally delete a splash guest or client VPN 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 GetDevice Get /devices/{serial} Return a single device
ConfigureAPI GetDeviceApplianceRadioSettings Get /devices/{serial}/appliance/radio/settings Return the radio settings of an appliance
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 GetNetworkApplianceRfProfile Get /networks/{networkId}/appliance/rfProfiles/{rfProfileId} Return a RF profile
ConfigureAPI GetNetworkApplianceRfProfiles Get /networks/{networkId}/appliance/rfProfiles List the RF profiles for this 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 MX 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 GetNetworkSensorMqttBroker Get /networks/{networkId}/sensor/mqttBrokers/{mqttBrokerId} Return the sensor settings of an MQTT broker
ConfigureAPI GetNetworkSensorMqttBrokers Get /networks/{networkId}/sensor/mqttBrokers List the sensor settings of all MQTT brokers for this 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 the profiles in the 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=&quot;https://documentation.meraki.com/MR/Bluetooth/Bluetooth_Low_Energy_(BLE)&quot;>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 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 template port
ConfigureAPI GetOrganizationConfigTemplateSwitchProfilePorts Get /organizations/{organizationId}/configTemplates/{configTemplateId}/switch/profiles/{profileId}/ports Return all the ports of a switch template
ConfigureAPI GetOrganizationConfigTemplateSwitchProfiles Get /organizations/{organizationId}/configTemplates/{configTemplateId}/switch/profiles List the switch templates 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 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 UpdateDeviceApplianceRadioSettings Put /devices/{serial}/appliance/radio/settings Update the radio settings of an appliance
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 UpdateNetworkApplianceRfProfile Put /networks/{networkId}/appliance/rfProfiles/{rfProfileId} Updates specified RF profile for this 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 UpdateNetworkSensorMqttBroker Put /networks/{networkId}/sensor/mqttBrokers/{mqttBrokerId} Update the sensor settings of an MQTT broker
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 template 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 MX, MG and Z devices.
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 GetOrganizationDevicesAvailabilitiesChangeHistory Get /organizations/{organizationId}/devices/availabilities/changeHistory List the availability history 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 GetOrganizationDevicesProvisioningStatuses Get /organizations/{organizationId}/devices/provisioning/statuses List the provisioning statuses 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 GetOrganizationWirelessDevicesChannelUtilizationByDevice Get /organizations/{organizationId}/wireless/devices/channelUtilization/byDevice Get average channel utilization for all bands in a network, split by AP
DevicesAPI GetOrganizationWirelessDevicesChannelUtilizationByNetwork Get /organizations/{organizationId}/wireless/devices/channelUtilization/byNetwork Get average channel utilization across all bands for all networks in the organization
DevicesAPI GetOrganizationWirelessDevicesChannelUtilizationHistoryByDeviceByInterval Get /organizations/{organizationId}/wireless/devices/channelUtilization/history/byDevice/byInterval Get a time-series of average channel utilization for all bands, segmented by device.
DevicesAPI GetOrganizationWirelessDevicesChannelUtilizationHistoryByNetworkByInterval Get /organizations/{organizationId}/wireless/devices/channelUtilization/history/byNetwork/byInterval Get a time-series of average channel utilization for all bands
DevicesAPI GetOrganizationWirelessDevicesEthernetStatuses Get /organizations/{organizationId}/wireless/devices/ethernet/statuses List the most recent Ethernet link speed, duplex, aggregation and power mode and status information 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 List the most recent Ethernet link speed, duplex, aggregation and power mode and status information 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
HistoryAPI GetOrganizationWirelessDevicesChannelUtilizationHistoryByDeviceByInterval Get /organizations/{organizationId}/wireless/devices/channelUtilization/history/byDevice/byInterval Get a time-series of average channel utilization for all bands, segmented by device.
HistoryAPI GetOrganizationWirelessDevicesChannelUtilizationHistoryByNetworkByInterval Get /organizations/{organizationId}/wireless/devices/channelUtilization/history/byNetwork/byInterval Get a time-series of average channel utilization for all bands
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 MX, MG and Z devices.
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} Delete an 802.1X RADIUS user, or deauthorize and optionally delete a splash guest or client VPN 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 MX 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 MX, MG and Z devices.
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 GetOrganizationApplianceUplinksUsageByNetwork Get /organizations/{organizationId}/appliance/uplinks/usage/byNetwork Get the sent and received bytes for each uplink of all MX and Z networks within an 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 GetOrganizationDevicesAvailabilitiesChangeHistory Get /organizations/{organizationId}/devices/availabilities/changeHistory List the availability history 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 GetOrganizationDevicesProvisioningStatuses Get /organizations/{organizationId}/devices/provisioning/statuses List the provisioning statuses 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 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
MonitorAPI GetOrganizationWirelessDevicesChannelUtilizationByDevice Get /organizations/{organizationId}/wireless/devices/channelUtilization/byDevice Get average channel utilization for all bands in a network, split by AP
MonitorAPI GetOrganizationWirelessDevicesChannelUtilizationByNetwork Get /organizations/{organizationId}/wireless/devices/channelUtilization/byNetwork Get average channel utilization across all bands for all networks in the organization
MonitorAPI GetOrganizationWirelessDevicesChannelUtilizationHistoryByDeviceByInterval Get /organizations/{organizationId}/wireless/devices/channelUtilization/history/byDevice/byInterval Get a time-series of average channel utilization for all bands, segmented by device.
MonitorAPI GetOrganizationWirelessDevicesChannelUtilizationHistoryByNetworkByInterval Get /organizations/{organizationId}/wireless/devices/channelUtilization/history/byNetwork/byInterval Get a time-series of average channel utilization for all bands
MonitorAPI GetOrganizationWirelessDevicesEthernetStatuses Get /organizations/{organizationId}/wireless/devices/ethernet/statuses List the most recent Ethernet link speed, duplex, aggregation and power mode and status information for wireless devices.
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 GetNetworkSensorMqttBroker Get /networks/{networkId}/sensor/mqttBrokers/{mqttBrokerId} Return the sensor settings of an MQTT broker
MqttBrokersAPI GetNetworkSensorMqttBrokers Get /networks/{networkId}/sensor/mqttBrokers List the sensor settings of all MQTT brokers for this network
MqttBrokersAPI UpdateNetworkMqttBroker Put /networks/{networkId}/mqttBrokers/{mqttBrokerId} Update an MQTT broker
MqttBrokersAPI UpdateNetworkSensorMqttBroker Put /networks/{networkId}/sensor/mqttBrokers/{mqttBrokerId} Update the sensor settings of 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} Delete an 802.1X RADIUS user, or deauthorize and optionally delete a splash guest or client VPN 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 MX 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 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 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 GetOrganizationDevicesAvailabilitiesChangeHistory Get /organizations/{organizationId}/devices/availabilities/changeHistory List the availability history 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 GetOrganizationDevicesProvisioningStatuses Get /organizations/{organizationId}/devices/provisioning/statuses List the provisioning statuses 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 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 template port
PortsAPI GetOrganizationConfigTemplateSwitchProfilePorts Get /organizations/{organizationId}/configTemplates/{configTemplateId}/switch/profiles/{profileId}/ports Return all the ports of a switch template
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 template 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 the profiles in the 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 template port
ProfilesAPI GetOrganizationConfigTemplateSwitchProfilePorts Get /organizations/{organizationId}/configTemplates/{configTemplateId}/switch/profiles/{profileId}/ports Return all the ports of a switch template
ProfilesAPI GetOrganizationConfigTemplateSwitchProfiles Get /organizations/{organizationId}/configTemplates/{configTemplateId}/switch/profiles List the switch templates 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 template port
ProvisioningAPI GetOrganizationDevicesProvisioningStatuses Get /organizations/{organizationId}/devices/provisioning/statuses List the provisioning statuses information for devices in an organization.
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 GetDeviceApplianceRadioSettings Get /devices/{serial}/appliance/radio/settings Return the radio settings of an appliance
RadioAPI GetDeviceWirelessRadioSettings Get /devices/{serial}/wireless/radio/settings Return the radio settings of a device
RadioAPI UpdateDeviceApplianceRadioSettings Put /devices/{serial}/appliance/radio/settings Update the radio settings of an appliance
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 CreateNetworkApplianceRfProfile Post /networks/{networkId}/appliance/rfProfiles Creates new RF profile for this network
RfProfilesAPI CreateNetworkWirelessRfProfile Post /networks/{networkId}/wireless/rfProfiles Creates new RF profile for this network
RfProfilesAPI DeleteNetworkApplianceRfProfile Delete /networks/{networkId}/appliance/rfProfiles/{rfProfileId} Delete a RF Profile
RfProfilesAPI DeleteNetworkWirelessRfProfile Delete /networks/{networkId}/wireless/rfProfiles/{rfProfileId} Delete a RF Profile
RfProfilesAPI GetNetworkApplianceRfProfile Get /networks/{networkId}/appliance/rfProfiles/{rfProfileId} Return a RF profile
RfProfilesAPI GetNetworkApplianceRfProfiles Get /networks/{networkId}/appliance/rfProfiles List the RF profiles for this network
RfProfilesAPI GetNetworkWirelessRfProfile Get /networks/{networkId}/wireless/rfProfiles/{rfProfileId} Return a RF profile
RfProfilesAPI GetNetworkWirelessRfProfiles Get /networks/{networkId}/wireless/rfProfiles List RF profiles for this network
RfProfilesAPI UpdateNetworkApplianceRfProfile Put /networks/{networkId}/appliance/rfProfiles/{rfProfileId} Updates specified RF profile 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 GetNetworkSensorMqttBroker Get /networks/{networkId}/sensor/mqttBrokers/{mqttBrokerId} Return the sensor settings of an MQTT broker
SensorAPI GetNetworkSensorMqttBrokers Get /networks/{networkId}/sensor/mqttBrokers List the sensor settings of all MQTT brokers for this 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.
SensorAPI UpdateNetworkSensorMqttBroker Put /networks/{networkId}/sensor/mqttBrokers/{mqttBrokerId} Update the sensor settings of an MQTT broker
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 GetDeviceApplianceRadioSettings Get /devices/{serial}/appliance/radio/settings Return the radio settings of an appliance
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=&quot;https://documentation.meraki.com/MR/Bluetooth/Bluetooth_Low_Energy_(BLE)&quot;>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 UpdateDeviceApplianceRadioSettings Put /devices/{serial}/appliance/radio/settings Update the radio settings of an appliance
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 the profiles in the 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 GetOrganizationDevicesProvisioningStatuses Get /organizations/{organizationId}/devices/provisioning/statuses List the provisioning statuses 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 List the most recent Ethernet link speed, duplex, aggregation and power mode and status information 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 template port
SwitchAPI GetOrganizationConfigTemplateSwitchProfilePorts Get /organizations/{organizationId}/configTemplates/{configTemplateId}/switch/profiles/{profileId}/ports Return all the ports of a switch template
SwitchAPI GetOrganizationConfigTemplateSwitchProfiles Get /organizations/{organizationId}/configTemplates/{configTemplateId}/switch/profiles List the switch templates 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 template 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 MX, MG and Z devices.
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 GetOrganizationApplianceUplinksUsageByNetwork Get /organizations/{organizationId}/appliance/uplinks/usage/byNetwork Get the sent and received bytes for each uplink of all MX and Z networks within an 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
UsageAPI GetOrganizationApplianceUplinksUsageByNetwork Get /organizations/{organizationId}/appliance/uplinks/usage/byNetwork Get the sent and received bytes for each uplink of all MX and Z networks within an organization
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 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/{payloadTemplateId} Get the webhook payload template for a network
WebhooksAPI GetNetworkWebhooksPayloadTemplates Get /networks/{networkId}/webhooks/payloadTemplates List the webhook payload templates for a network
WebhooksAPI GetNetworkWebhooksWebhookTest Get /networks/{networkId}/webhooks/webhookTests/{webhookTestId} Return the status of a webhook test for a network
WebhooksAPI GetOrganizationWebhooksAlertTypes Get /organizations/{organizationId}/webhooks/alertTypes Return a list of alert types to be used with managing webhook alerts
WebhooksAPI GetOrganizationWebhooksLogs Get /organizations/{organizationId}/webhooks/logs Return the log of webhook POSTs sent
WebhooksAPI UpdateNetworkWebhooksHttpServer Put /networks/{networkId}/webhooks/httpServers/{httpServerId} Update an HTTP server
WebhooksAPI UpdateNetworkWebhooksPayloadTemplate Put /networks/{networkId}/webhooks/payloadTemplates/{payloadTemplateId} Update a webhook payload template for a network
WirelessAPI CreateNetworkWirelessRfProfile Post /networks/{networkId}/wireless/rfProfiles Creates new RF profile for this network
WirelessAPI CreateNetworkWirelessSsidIdentityPsk Post /networks/{networkId}/wireless/ssids/{number}/identityPsks Create an Identity PSK
WirelessAPI DeleteNetworkWirelessRfProfile Delete /networks/{networkId}/wireless/rfProfiles/{rfProfileId} Delete a RF Profile
WirelessAPI DeleteNetworkWirelessSsidIdentityPsk Delete /networks/{networkId}/wireless/ssids/{number}/identityPsks/{identityPskId} Delete an Identity PSK
WirelessAPI GetDeviceWirelessBluetoothSettings Get /devices/{serial}/wireless/bluetooth/settings Return the bluetooth settings for a wireless device
WirelessAPI GetDeviceWirelessConnectionStats Get /devices/{serial}/wireless/connectionStats Aggregated connectivity info for a given AP on this network
WirelessAPI GetDeviceWirelessLatencyStats Get /devices/{serial}/wireless/latencyStats Aggregated latency info for a given AP on this network
WirelessAPI GetDeviceWirelessRadioSettings Get /devices/{serial}/wireless/radio/settings Return the radio settings of a device
WirelessAPI GetDeviceWirelessStatus Get /devices/{serial}/wireless/status Return the SSID statuses of an access point
WirelessAPI GetNetworkWirelessAirMarshal Get /networks/{networkId}/wireless/airMarshal List Air Marshal scan results from a network
WirelessAPI GetNetworkWirelessAlternateManagementInterface Get /networks/{networkId}/wireless/alternateManagementInterface Return alternate management interface and devices with IP assigned
WirelessAPI GetNetworkWirelessBilling Get /networks/{networkId}/wireless/billing Return the billing settings of this network
WirelessAPI GetNetworkWirelessBluetoothSettings Get /networks/{networkId}/wireless/bluetooth/settings Return the Bluetooth settings for a network. <a href=&quot;https://documentation.meraki.com/MR/Bluetooth/Bluetooth_Low_Energy_(BLE)&quot;>Bluetooth settings</a> must be enabled on the network.
WirelessAPI GetNetworkWirelessChannelUtilizationHistory Get /networks/{networkId}/wireless/channelUtilizationHistory Return AP channel utilization over time for a device or network client
WirelessAPI GetNetworkWirelessClientConnectionStats Get /networks/{networkId}/wireless/clients/{clientId}/connectionStats Aggregated connectivity info for a given client on this network
WirelessAPI GetNetworkWirelessClientConnectivityEvents Get /networks/{networkId}/wireless/clients/{clientId}/connectivityEvents List the wireless connectivity events for a client within a network in the timespan.
WirelessAPI GetNetworkWirelessClientCountHistory Get /networks/{networkId}/wireless/clientCountHistory Return wireless client counts over time for a network, device, or network client
WirelessAPI GetNetworkWirelessClientLatencyHistory Get /networks/{networkId}/wireless/clients/{clientId}/latencyHistory Return the latency history for a client
WirelessAPI GetNetworkWirelessClientLatencyStats Get /networks/{networkId}/wireless/clients/{clientId}/latencyStats Aggregated latency info for a given client on this network
WirelessAPI GetNetworkWirelessClientsConnectionStats Get /networks/{networkId}/wireless/clients/connectionStats Aggregated connectivity info for this network, grouped by clients
WirelessAPI GetNetworkWirelessClientsLatencyStats Get /networks/{networkId}/wireless/clients/latencyStats Aggregated latency info for this network, grouped by clients
WirelessAPI GetNetworkWirelessConnectionStats Get /networks/{networkId}/wireless/connectionStats Aggregated connectivity info for this network
WirelessAPI GetNetworkWirelessDataRateHistory Get /networks/{networkId}/wireless/dataRateHistory Return PHY data rates over time for a network, device, or network client
WirelessAPI GetNetworkWirelessDevicesConnectionStats Get /networks/{networkId}/wireless/devices/connectionStats Aggregated connectivity info for this network, grouped by node
WirelessAPI GetNetworkWirelessDevicesLatencyStats Get /networks/{networkId}/wireless/devices/latencyStats Aggregated latency info for this network, grouped by node
WirelessAPI GetNetworkWirelessFailedConnections Get /networks/{networkId}/wireless/failedConnections List of all failed client connection events on this network in a given time range
WirelessAPI GetNetworkWirelessLatencyHistory Get /networks/{networkId}/wireless/latencyHistory Return average wireless latency over time for a network, device, or network client
WirelessAPI GetNetworkWirelessLatencyStats Get /networks/{networkId}/wireless/latencyStats Aggregated latency info for this network
WirelessAPI GetNetworkWirelessMeshStatuses Get /networks/{networkId}/wireless/meshStatuses List wireless mesh statuses for repeaters
WirelessAPI GetNetworkWirelessRfProfile Get /networks/{networkId}/wireless/rfProfiles/{rfProfileId} Return a RF profile
WirelessAPI GetNetworkWirelessRfProfiles Get /networks/{networkId}/wireless/rfProfiles List RF profiles for this network
WirelessAPI GetNetworkWirelessSettings Get /networks/{networkId}/wireless/settings Return the wireless settings for a network
WirelessAPI GetNetworkWirelessSignalQualityHistory Get /networks/{networkId}/wireless/signalQualityHistory Return signal quality (SNR/RSSI) over time for a device or network client
WirelessAPI GetNetworkWirelessSsid Get /networks/{networkId}/wireless/ssids/{number} Return a single MR SSID
WirelessAPI GetNetworkWirelessSsidBonjourForwarding Get /networks/{networkId}/wireless/ssids/{number}/bonjourForwarding List the Bonjour forwarding setting and rules for the SSID
WirelessAPI GetNetworkWirelessSsidDeviceTypeGroupPolicies Get /networks/{networkId}/wireless/ssids/{number}/deviceTypeGroupPolicies List the device type group policies for the SSID
WirelessAPI GetNetworkWirelessSsidEapOverride Get /networks/{networkId}/wireless/ssids/{number}/eapOverride Return the EAP overridden parameters for an SSID
WirelessAPI GetNetworkWirelessSsidFirewallL3FirewallRules Get /networks/{networkId}/wireless/ssids/{number}/firewall/l3FirewallRules Return the L3 firewall rules for an SSID on an MR network
WirelessAPI GetNetworkWirelessSsidFirewallL7FirewallRules Get /networks/{networkId}/wireless/ssids/{number}/firewall/l7FirewallRules Return the L7 firewall rules for an SSID on an MR network
WirelessAPI GetNetworkWirelessSsidHotspot20 Get /networks/{networkId}/wireless/ssids/{number}/hotspot20 Return the Hotspot 2.0 settings for an SSID
WirelessAPI GetNetworkWirelessSsidIdentityPsk Get /networks/{networkId}/wireless/ssids/{number}/identityPsks/{identityPskId} Return an Identity PSK
WirelessAPI GetNetworkWirelessSsidIdentityPsks Get /networks/{networkId}/wireless/ssids/{number}/identityPsks List all Identity PSKs in a wireless network
WirelessAPI GetNetworkWirelessSsidSchedules Get /networks/{networkId}/wireless/ssids/{number}/schedules List the outage schedule for the SSID
WirelessAPI GetNetworkWirelessSsidSplashSettings Get /networks/{networkId}/wireless/ssids/{number}/splash/settings Display the splash page settings for the given SSID
WirelessAPI GetNetworkWirelessSsidTrafficShapingRules Get /networks/{networkId}/wireless/ssids/{number}/trafficShaping/rules Display the traffic shaping settings for a SSID on an MR network
WirelessAPI GetNetworkWirelessSsidVpn Get /networks/{networkId}/wireless/ssids/{number}/vpn List the VPN settings for the SSID.
WirelessAPI GetNetworkWirelessSsids Get /networks/{networkId}/wireless/ssids List the MR SSIDs in a network
WirelessAPI GetNetworkWirelessUsageHistory Get /networks/{networkId}/wireless/usageHistory Return AP usage over time for a device or network client
WirelessAPI GetOrganizationWirelessDevicesChannelUtilizationByDevice Get /organizations/{organizationId}/wireless/devices/channelUtilization/byDevice Get average channel utilization for all bands in a network, split by AP
WirelessAPI GetOrganizationWirelessDevicesChannelUtilizationByNetwork Get /organizations/{organizationId}/wireless/devices/channelUtilization/byNetwork Get average channel utilization across all bands for all networks in the organization
WirelessAPI GetOrganizationWirelessDevicesChannelUtilizationHistoryByDeviceByInterval Get /organizations/{organizationId}/wireless/devices/channelUtilization/history/byDevice/byInterval Get a time-series of average channel utilization for all bands, segmented by device.
WirelessAPI GetOrganizationWirelessDevicesChannelUtilizationHistoryByNetworkByInterval Get /organizations/{organizationId}/wireless/devices/channelUtilization/history/byNetwork/byInterval Get a time-series of average channel utilization for all bands
WirelessAPI GetOrganizationWirelessDevicesEthernetStatuses Get /organizations/{organizationId}/wireless/devices/ethernet/statuses List the most recent Ethernet link speed, duplex, aggregation and power mode and status information for wireless devices.
WirelessAPI UpdateDeviceWirelessBluetoothSettings Put /devices/{serial}/wireless/bluetooth/settings Update the bluetooth settings for a wireless device
WirelessAPI UpdateDeviceWirelessRadioSettings Put /devices/{serial}/wireless/radio/settings Update the radio settings of a device
WirelessAPI UpdateNetworkWirelessAlternateManagementInterface Put /networks/{networkId}/wireless/alternateManagementInterface Update alternate management interface and device static IP
WirelessAPI UpdateNetworkWirelessBilling Put /networks/{networkId}/wireless/billing Update the billing settings
WirelessAPI UpdateNetworkWirelessBluetoothSettings Put /networks/{networkId}/wireless/bluetooth/settings Update the Bluetooth settings for a network
WirelessAPI UpdateNetworkWirelessRfProfile Put /networks/{networkId}/wireless/rfProfiles/{rfProfileId} Updates specified RF profile for this network
WirelessAPI UpdateNetworkWirelessSettings Put /networks/{networkId}/wireless/settings Update the wireless settings for a network
WirelessAPI UpdateNetworkWirelessSsid Put /networks/{networkId}/wireless/ssids/{number} Update the attributes of an MR SSID
WirelessAPI UpdateNetworkWirelessSsidBonjourForwarding Put /networks/{networkId}/wireless/ssids/{number}/bonjourForwarding Update the bonjour forwarding setting and rules for the SSID
WirelessAPI UpdateNetworkWirelessSsidDeviceTypeGroupPolicies Put /networks/{networkId}/wireless/ssids/{number}/deviceTypeGroupPolicies Update the device type group policies for the SSID
WirelessAPI UpdateNetworkWirelessSsidEapOverride Put /networks/{networkId}/wireless/ssids/{number}/eapOverride Update the EAP overridden parameters for an SSID.
WirelessAPI UpdateNetworkWirelessSsidFirewallL3FirewallRules Put /networks/{networkId}/wireless/ssids/{number}/firewall/l3FirewallRules Update the L3 firewall rules of an SSID on an MR network
WirelessAPI UpdateNetworkWirelessSsidFirewallL7FirewallRules Put /networks/{networkId}/wireless/ssids/{number}/firewall/l7FirewallRules Update the L7 firewall rules of an SSID on an MR network
WirelessAPI UpdateNetworkWirelessSsidHotspot20 Put /networks/{networkId}/wireless/ssids/{number}/hotspot20 Update the Hotspot 2.0 settings of an SSID
WirelessAPI UpdateNetworkWirelessSsidIdentityPsk Put /networks/{networkId}/wireless/ssids/{number}/identityPsks/{identityPskId} Update an Identity PSK
WirelessAPI UpdateNetworkWirelessSsidSchedules Put /networks/{networkId}/wireless/ssids/{number}/schedules Update the outage schedule for the SSID
WirelessAPI UpdateNetworkWirelessSsidSplashSettings Put /networks/{networkId}/wireless/ssids/{number}/splash/settings Modify the splash page settings for the given SSID
WirelessAPI UpdateNetworkWirelessSsidTrafficShapingRules Put /networks/{networkId}/wireless/ssids/{number}/trafficShaping/rules Update the traffic shaping settings for an SSID on an MR network
WirelessAPI UpdateNetworkWirelessSsidVpn Put /networks/{networkId}/wireless/ssids/{number}/vpn Update the VPN settings for the SSID
WirelessProfilesAPI CreateNetworkCameraWirelessProfile Post /networks/{networkId}/camera/wirelessProfiles Creates a new camera wireless profile for this network.
WirelessProfilesAPI DeleteNetworkCameraWirelessProfile Delete /networks/{networkId}/camera/wirelessProfiles/{wirelessProfileId} Delete an existing camera wireless profile for this network.
WirelessProfilesAPI GetDeviceCameraWirelessProfiles Get /devices/{serial}/camera/wirelessProfiles Returns wireless profile assigned to the given camera
WirelessProfilesAPI GetNetworkCameraWirelessProfile Get /networks/{networkId}/camera/wirelessProfiles/{wirelessProfileId} Retrieve a single camera wireless profile.
WirelessProfilesAPI GetNetworkCameraWirelessProfiles Get /networks/{networkId}/camera/wirelessProfiles List the camera wireless profiles for this network.
WirelessProfilesAPI UpdateDeviceCameraWirelessProfiles Put /devices/{serial}/camera/wirelessProfiles Assign wireless profiles to the given camera
WirelessProfilesAPI UpdateNetworkCameraWirelessProfile Put /networks/{networkId}/camera/wirelessProfiles/{wirelessProfileId} Update an existing camera wireless profile in this network.
WlanListsAPI GetNetworkSmDeviceWlanLists Get /networks/{networkId}/sm/devices/{deviceId}/wlanLists List the saved SSID names on a device
ZonesAPI GetDeviceCameraAnalyticsZoneHistory Get /devices/{serial}/camera/analytics/zones/{zoneId}/history Return historical records for analytic zones
ZonesAPI GetDeviceCameraAnalyticsZones Get /devices/{serial}/camera/analytics/zones Returns all configured analytic zones for this camera

Documentation For Models

Documentation For Authorization

Authentication schemes defined for the API:

meraki_api_key
  • Type: API key
  • API key parameter name: X-Cisco-Meraki-API-Key
  • Location: HTTP header

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

Example

configuration := openapiclient.NewConfiguration()

apiClient := openapiclient.NewAPIClient(configuration)
bearerAuth
  • Type: HTTP Bearer token authentication

Example

configuration := openapiclient.NewConfiguration()

apiClient := openapiclient.NewAPIClient(configuration)

Documentation for Utility Methods

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

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

Author

Documentation

Documentation is too large to display.

Source Files

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL