Loading...
Loading...
Cisco Meraki integration. Manage data, records, and automate workflows. Use when the user wants to interact with Cisco Meraki data.
npx skill4agent add membranedev/application-skills cisco-merakimembranenpm install -g @membranehq/cli@latestmembrane login --tenant --clientName=<agentType>membrane login complete <code>--jsonconnection connectmembrane connect --connectorKey cisco-merakimembrane connection list --jsonmembrane action list --connectionId=CONNECTION_ID --intent "QUERY" --limit 10 --jsonidnamedescriptioninputSchemaoutputSchema| Name | Key | Description |
|---|---|---|
| List Networks | list-networks | List the networks that the user has privileges on in an organization |
| List Network Devices | list-network-devices | List the devices in a network |
| List Wireless SSIDs | list-wireless-ssids | List the MR SSIDs in a network |
| List VLANs | list-vlans | List the VLANs for a network appliance |
| List Switch Ports | list-switch-ports | List the switch ports for a switch |
| List Admins | list-admins | List the dashboard administrators in an organization |
| List Organizations | list-organizations | List the organizations that the user has privileges on |
| List Network Clients | list-network-clients | List the clients that have used this network in the timespan |
| Get Network | get-network | Return a network by ID |
| Get Device | get-device | Return a single device by serial number |
| Get Wireless SSID | get-wireless-ssid | Return a single MR SSID |
| Get VLAN | get-vlan | Return a VLAN by ID |
| Get Switch Port | get-switch-port | Return a switch port by ID |
| Get Organization | get-organization | Return an organization by ID |
| Create Network | create-network | Create a new network in an organization |
| Create VLAN | create-vlan | Add a VLAN to a network |
| Create Admin | create-admin | Create a new dashboard administrator |
| Update Network | update-network | Update an existing network |
| Update Device | update-device | Update the attributes of a device |
| Update Wireless SSID | update-wireless-ssid | Update the attributes of an MR SSID |
membrane action create "DESCRIPTION" --connectionId=CONNECTION_ID --jsonBUILDINGmembrane action get <id> --wait --json--wait--timeoutstateBUILDINGREADYCONFIGURATION_ERRORSETUP_FAILEDerrormembrane action run <actionId> --connectionId=CONNECTION_ID --jsonmembrane action run <actionId> --connectionId=CONNECTION_ID --input '{"key": "value"}' --jsonoutputmembrane action list --intent=QUERY