- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Meraki API and Postman Flow
I work on learning more about Flow in Postman. Just to see what it looks like, I have a simple flow:
(Start)-->(GET getOrganizationNetworks)-->(Log)
The API Get has a envirnoment with the APIKey and OrgID. It returns a 200 OK code. But the Log output is the "JSON Magic - Meraki Postman Visualizer", not the expected list of networks.
So, I am missing something.
I am looking for a working example that I can look at to help me learn more about Flow. Does anyone have a working example that they can share?
Thanks
Solved! Go to solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
When you import the Meraki Postman collection it has a configured test for JSON Magic that is used to help visualize the results in tabular form.
What you can do to get around this is save the particular endpoints to a new folder to be used just for your flow so that it doesn't complicate the Postman Flow. Be sure to remember to add your API key (or environmental variable) into the settings for the new folder.
Alternatively, if you are fine without the options for visualizations you can just remove that from the tests from the Meraki collection folder.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Are you looking for the output in the results default tab called Body > Pretty?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Here is the body from the API block:
Here is what is in the console:
Thanks!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
My apologies. I didn't catch the part about this being for Postman Flows. I've never used the Flows piece. Maybe someone else here as experience with it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
When you import the Meraki Postman collection it has a configured test for JSON Magic that is used to help visualize the results in tabular form.
What you can do to get around this is save the particular endpoints to a new folder to be used just for your flow so that it doesn't complicate the Postman Flow. Be sure to remember to add your API key (or environmental variable) into the settings for the new folder.
Alternatively, if you are fine without the options for visualizations you can just remove that from the tests from the Meraki collection folder.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Removing them from the tests worked!
Thanks
