You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- t0 (string): The beginning of the timespan for the data.
36
+
- t0 (string): The beginning of the timespan for the data. The maximum lookback period is 30 days from today.
37
37
- t1 (string): The end of the timespan for the data. t1 can be a maximum of 14 days after t0.
38
38
- timespan (number): The timespan for which the information will be fetched. If specifying timespan, do not specify parameters t0 and t1. The value must be in seconds and be greater than or equal to 30 minutes and be less than or equal to 14 days. The default is 30 minutes.
- sims (array): List of SIMs. If a SIM was previously configured and not specified in this request, it will remain unchanged.
116
+
- simOrdering (array): Specifies the ordering of all SIMs for an MG: primary, secondary, and not-in-use (when applicable). It's required for devices with 3 or more SIMs and can be used in place of 'isPrimary' for dual-SIM devices. To indicate eSIM, use 'sim3'. Sim failover will occur only between primary and secondary sim slots.
- total_pages (integer or string): use with perPage to get total results up to total_pages*perPage; -1 or "all" for all pages
731
732
- direction (string): direction to paginate, either "next" or "prev" (default) page
732
733
- event_log_end_time (string): ISO8601 Zulu/UTC time, to use in conjunction with startingAfter, to retrieve events within a time window
733
-
- productType (string): The product type to fetch events for. This parameter is required for networks with multiple device types. Valid types are wireless, appliance, switch, systemsManager, camera, cellularGateway, and secureConnect
734
+
- productType (string): The product type to fetch events for. This parameter is required for networks with multiple device types. Valid types are wireless, appliance, switch, systemsManager, camera, cellularGateway, wirelessController, and secureConnect
734
735
- includedEventTypes (array): A list of event types. The returned events will be filtered to only include events with these types.
735
736
- excludedEventTypes (array): A list of event types. The returned events will be filtered to exclude events with these types.
736
737
- deviceMac (string): The MAC address of the Meraki device which the list of events will be filtered with
- clientName (string): The name, or partial name, of the client which the list of events will be filtered with
742
743
- smDeviceMac (string): The MAC address of the Systems Manager device which the list of events will be filtered with
743
744
- smDeviceName (string): The name of the Systems Manager device which the list of events will be filtered with
745
+
- eventDetails (string): The details of the event(Catalyst device only) which the list of events will be filtered with
746
+
- eventSeverity (string): The severity of the event(Catalyst device only) which the list of events will be filtered with
744
747
- perPage (integer): The number of entries per page returned. Acceptable range is 3 - 1000. Default is 10.
745
748
- startingAfter (string): A token used by the server to indicate the start of the page. Often this is a timestamp or an ID but it is not limited to those. This parameter should not be defined by client applications. The link for the first, last, prev, or next page in the HTTP Link header should define it.
746
749
- endingBefore (string): A token used by the server to indicate the end of the page. Often this is a timestamp or an ID but it is not limited to those. This parameter should not be defined by client applications. The link for the first, last, prev, or next page in the HTTP Link header should define it.
0 commit comments