Skip to content

Meraki

With Meraki modules in Ibexa Connect, you can create and manage your organizations and networks in your Meraki account.

To get started with Meraki, create an account at meraki.cisco.com.

Connect Meraki to Ibexa Connect

To connect to Meraki you must obtain an API key from your Meraki account.

Enable API access and generate API key

  1. Log in to your Meraki account.

  2. From the left-hand menu, click Organization > Settings.

    meraki_1.png

  3. Scroll down to Dashboard API access and make sure you have access enabled. Click Save Changes.

  4. Click your username in the top-right corner, then select My profile.

  5. Scroll down to API access and generate a new API key.

    meraki_2.png

  6. Copy the API key to your clipboard.

Establish the connection in Ibexa Connect

  1. Go to your Ibexa Connect scenario and select the Meraki module you want to use.

  2. Under Connection, click Add.

  3. Give your new connection a name, then paste the API key in the field below.

  4. Click Save.

You have successfully established the connection.

Organizations

Create an Organization

Creates a new organization.

Name Enter the name of your new organization.

Update an Organization

Updates an organization.

Organization ID Select or enter the ID of the organization you want to update.
Name Enter the name of the organization.

Get an Organization

Gets an organization.

Organization ID Select or enter the ID of the organization you want to retrieve.

List Organizations

Lists all organizations.

Limit Enter the maximum number of organizations Ibexa Connect returns during one scenario execution cycle.

Delete an Organization

Deletes an organization.

Organization ID Select or enter the ID of the organization you want to delete.

Networks

Update a Network

Updates a network.

Organization ID Select or enter the ID of the organization.
Network ID Enter the ID of the network you want to update.
Name Enter the network name.
Time Zone Select the time zone.
Tags Add any additional tags.
Notes Add any additional notes.

Get a Network

Gets a network.

Organization ID Select or enter the ID of the organization.
Network ID Enter the ID of the network you want to retrieve.

Delete a Network

Deletes a network.

Organization ID Select or enter the ID of the organization.
Network ID Enter the ID of the network you want to delete.

Other

Make an API Call

Performs an arbitrary authorized API call.

Note

For the list of available endpoints, refer to the Meraki API documentation.

Example of use - List organizations

The following API call returns a list of all organizations in your Meraki account.

URL: /v1/organizations

Method: GET

meraki_3.png

Matches of the search can be found in the module's Output under Bundle > Body.

meraki_4.png