Active
This application does not need additional settings. So you can make connection only by using your login credentials or by following the instructions below .

Meraki

With Meraki modules in Boost.space Integrator, 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 Boost.space Integrator

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 Boost.space Integrator

  1. Go to your Boost.space Integrator 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.

Connection

Establish a connection to your Meraki account.

Name

Enter the name of your new organization.

Update an Organization

Updates an organization.

Connection

Establish a connection to your Meraki account.

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.

Connection

Establish a connection to your Meraki account.

Organization ID

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

List Organizations

Lists all organizations.

Connection

Establish a connection to your Meraki account.

Limit

Enter the maximum number of organizations Boost.space Integrator returns during one scenario execution cycle.

Delete an Organization

Deletes an organization.

Connection

Establish a connection to your Meraki account.

Organization ID

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

Networks

Update a Network

Updates a network.

Connection

Establish a connection to your Meraki account.

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.

Connection

Establish a connection to your Meraki account.

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.

Connection

Establish a connection to your Meraki account.

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] 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