Community Record
3
Posts
0
Kudos
0
Solutions
Oct 10 2024
5:36 AM
This is all the parameter response = dashboard.appliance.getOrganizationApplianceSecurityEvents( organization_id, total_pages='all', perPage='1000', t0=starting_after, t1=ending_before ) where starting_after=1725148800 and ending_before = 1727740799 Already set t0 to 1696982400, same result only manage to fetch data from 5th september
... View more
Oct 10 2024
3:53 AM
Thanks for your guide, already make the progress in this matter.. manage to fetch the data either from organization or network.. but i got on more problem, from the dashboard it self.. it can show report from 1st september but using the api response = dashboard.appliance.getNetworkApplianceSecurityEvents or response = dashboard.appliance.getOrganizationApplianceSecurityEvents already set t0=1725148800 my result will only show from 5th of september not from 1st septem.. i wonder where the problem because i already using same timestamp for other api, it show correctly from 1st september thanks for your help
... View more
Oct 7 2024
8:46 PM
Hi Currently i already manage to fetch contentfiltering from each network in my orgnanization using this 2 call https://api.meraki.com/api/v1/organizations/{organizationId}/networks https://api.meraki.com/api/v1/networks/{networkId}/appliance/contentFiltering I already go through the api documentation , but still can't find how to get blocked sites data. It can be done by report summary in meraki dashboard but how i want to achieve this using API ? Can anyone help me or give some tips how to fetch the data. thanks
... View more