@@ -6,40 +6,40 @@ import useBaseUrl from '@docusaurus/useBaseUrl';
66
77<img src={useBaseUrl('/img/platform-services/automation-service/app-central/logos/cisco-meraki.png')} alt="cisco-meraki" width="70"/>
88
9- *** Version: 1.2
10- Updated: Jun 26, 2023 ***
9+ *** Version: 1.3
10+ Updated: Oct 24, 2025 ***
1111
1212 Perform a wide variety of actions within the ** Cisco Meraki** ecosystem.
1313
1414## Actions
1515
16- * ** Get Client** (* Enrichment* ) - Get client of a device.
17- * ** Get Client Policy** (* Enrichment* ) - Get policy information for the specified client.
18- * ** Get Device Detail** (* Enrichment* ) - Get device details for the specified device.
19- * ** Get Device Statuses** (* Enrichment* ) - Get device statuses for the specified organization ID .
20- * ** Get Device Uplink** (* Enrichment* ) - Get device uplink information for the specified device.
21- * ** Get Group Policies** (* Enrichment* ) - Get group policies for the specified network.
22- * ** Get Network Detail** (* Enrichment* ) - Get network details for the specified network.
23- * ** Get Network Devices** (* Enrichment* ) - List devices for the specified network .
24- * ** Get Network List** (* Enrichment* ) - List networks for the specified organization.
25- * ** Get Network Traffic Status** (* Enrichment* ) - Get network traffic information for the specified network. .
26- * ** Get SSID Detail** (* Enrichment* ) - Get detailed information for the specified SSID.
27- * ** Get SSIDs** (* Enrichment* ) - List SSIDs for the specified network.
28- * ** Get Static Route Detail** (* Enrichment* ) - Get details for the specified static route.
29- * ** Get Static Routes** (* Enrichment* ) - Get static routes for the specified network.
30- * ** Get VLAN Detail** (* Enrichment* ) - Get details for the specified VLAN.
31- * ** Get VLANS** (* Enrichment* ) - Get VLANs for the specified network.
32- * ** Get VPN FW Rules** (* Enrichment* ) - Get VPN firewall rules for the specified organization.
33- * ** Get VPN Settings** (* Enrichment* ) - Get VPN settings for the specified network.
34- * ** List Clients** (* Enrichment* ) - List the clients of a device.
35- * ** List Organizations** (* Enrichment* ) - List the organizations that the user has privileges on .
36- * ** Add Static Route** (* Containment* ) - Add a new static route.
37- * ** Update Client Policy** (* Containment* ) - Update the specified client policy .
38- * ** Update Device** (* Containment* ) - Update the specified device.
39- * ** Update Static Route** (* Containment* ) - Update the specified static route.
40- * ** Update VPN Rules Of MX Network** (* Containment* ) - Update rulesets on MX network .
41- * ** Update VPN Settings** (* Containment* ) - Update the VPN settings .
42- * ** Wipe Devices** (* Containment* ) - Wipe a device/ devices.
16+ * ** Get Client** (* Enrichment* ) - Retrieve client details connected to a specific device.
17+ * ** Get Client Policy** (* Enrichment* ) - Fetch the policy configuration for a specific client.
18+ * ** Get Device Detail** (* Enrichment* ) - Retrieve detailed information about a specific device.
19+ * ** Get Device Statuses** (* Enrichment* ) - Get the operational statuses of all devices in an organization .
20+ * ** Get Device Uplink** (* Enrichment* ) - Retrieve uplink connection details for a specific device.
21+ * ** Get Group Policies** (* Enrichment* ) - List all group policies configured in a network.
22+ * ** Get Network Detail** (* Enrichment* ) - Retrieve detailed configuration and metadata of a specific network.
23+ * ** Get Organization Devices** (* Enrichment* ) - List devices for the specified organization .
24+ * ** Get Network List** (* Enrichment* ) - Retrieve a list of all networks within an organization.
25+ * ** Get Network Traffic Status** (* Enrichment* ) - Get traffic analytics for a specified network.
26+ * ** Get SSID Detail** (* Enrichment* ) - Retrieve configuration details of a specific SSID.
27+ * ** Get SSIDs** (* Enrichment* ) - List all SSIDs configured under a given network.
28+ * ** Get Static Route Detail** (* Enrichment* ) - Retrieve detailed configuration of a specific static route.
29+ * ** Get Static Routes** (* Enrichment* ) - List all static routes configured in a network.
30+ * ** Get VLAN Detail** (* Enrichment* ) - Get detailed configuration of a specific VLAN.
31+ * ** Get VLANS** (* Enrichment* ) - List all VLANs configured in a network.
32+ * ** Get VPN FW Rules** (* Enrichment* ) - Retrieve the current VPN firewall rules for an organization.
33+ * ** Get VPN Settings** (* Enrichment* ) - Retrieve site-to-site VPN settings for a specific network.
34+ * ** List Clients** (* Enrichment* ) - List all client devices connected to a given network or device.
35+ * ** List Organizations** (* Enrichment* ) - Retrieve a list of organizations accessible with the provided API key .
36+ * ** Add Static Route** (* Containment* ) - Create and add a new static route in a specified network .
37+ * ** Update Client Policy** (* Containment* ) - Modify the policy applied to a specific client .
38+ * ** Update Device** (* Containment* ) - Update properties such as name, location, or tags of a device.
39+ * ** Update Static Route** (* Containment* ) - Modify an existing static route configuration .
40+ * ** Update VPN Rules Of MX Network** (* Containment* ) - Update VPN firewall rule sets at the organization level .
41+ * ** Update VPN Settings** (* Containment* ) - Update site-to-site VPN configuration (mode, hubs, and subnets) .
42+ * ** Wipe Devices** (* Containment* ) - Remotely wipe one or more devices managed via Systems Manager (SM) .
4343
4444## Configure Cisco Meraki in Automation Service and Cloud SOAR
4545
@@ -66,3 +66,4 @@ For information about Cisco Meraki, see [Cisco Meraki documentation](https://dev
6666* February 28, 2019 - First upload
6767* May 5, 2023 (v1.1) - Integration refactored
6868* June 26, 2023 (v1.1) - Removed unnecessary empty lines and other little changes
69+ * October 24, 2025 (v1.3) - The Cisco Meraki integration has been fully upgraded to align with the latest Meraki Dashboard API (v1) and SDK (v2.0.3)
0 commit comments