MikeZ

Results 6 comments of MikeZ

Hi Marcin, It was a really simple query using ansible meraki_device module. When I query a specific network using the serial and store the result in a var, I can...

Endpoint = /organizations/{org_id}/devices/statuses - This was trickey to find again (https://developer.cisco.com/meraki/api-v1/#!api-reference-early-access-api-platform-monitor-devices-statuses-get-organization-devices-statuses) - This will show public IP's and look like the old version of the ansible module's query.

I use it to query all the devices in our org and then the rest of my playbook filters and extracts the public IP's to automate conditional access in azure...

@kbreit Hi, It's been a little while, but I was curious if you implemented any changes for the endpoint?

No worries at all. My work around runs fine so there is no rush. Thanks for the follow up though.

Hey @kbreit, its been a while since I have had time to get back into this. I appreciate you looking into it! I definitely want to clean up my playbook...