Skip to content

[Cisco Meraki REST API Connector] - Fixed Timespan on Air Marshal Events - #14817

Open
dhanunjaya1054 wants to merge 5 commits into
Azure:masterfrom
dhanunjaya1054:users/v-dhbedu/CiscoMeraki
Open

[Cisco Meraki REST API Connector] - Fixed Timespan on Air Marshal Events#14817
dhanunjaya1054 wants to merge 5 commits into
Azure:masterfrom
dhanunjaya1054:users/v-dhbedu/CiscoMeraki

Conversation

@dhanunjaya1054

Copy link
Copy Markdown
Contributor

Required items, please complete

Change(s):

  • See guidance below

Reason for Change(s):

  • See guidance below

Version Updated:

  • Required only for Detections/Analytic Rule templates
  • See guidance below

Testing Completed:

  • See guidance below

Checked that the validations are passing and have addressed any issues that are present:

  • See guidance below

Guidance <- remove section before submitting


Before submitting this PR please ensure that you have read the following sections and filled out the changes, reason for change and testing complete sections:

Thank you for your contribution to the Microsoft Sentinel Github repo.

Details of the code changes in your submitted PR. Providing descriptions for pull requests ensures there is context to changes being made and greatly enhances the code review process. Providing associated Issues that this resolves also easily connects the reason.

Change(s):

  • Updated syntax for XYZ.yaml

Reason for Change(s):

Version updated:

  • Yes
  • Detections/Analytic Rule templates are required to have the version updated

The code should have been tested in a Microsoft Sentinel environment that does not have any custom parsers, functions or tables, so that you validate no incorrect syntax and execution functions properly. If your submission requires a custom parser or function, it must be submitted with the PR.

Testing Completed:

  • Yes/No/Need Help

Note: If updating a detection, you must update the version field.

Before the submission has been made, please look at running the KQL and Yaml Validation Checks locally.
https://github.com/Azure/Azure-Sentinel#run-kql-validation-locally

Checked that the validations are passing and have addressed any issues that are present:

  • Yes/No/Need Help

Note: Let us know if you have tried fixing the validation error and need help.

References:


@dhanunjaya1054
dhanunjaya1054 requested review from a team as code owners August 4, 2026 04:25
@v-atulyadav v-atulyadav self-assigned this Aug 4, 2026
@v-atulyadav
v-atulyadav requested a lite review from Copilot August 4, 2026 06:46

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Note

Copilot was unable to run its full agentic suite in this review.

Updates the Cisco Meraki REST API solution to adjust connector polling lookback (timespan) values and bump the solution/connector version accordingly.

Changes:

  • Reduced timespan query parameters to 3600 seconds in the poller configuration and packaged ARM template.
  • Bumped solution and connector versions from 3.1.0 to 3.1.1.
  • Added a release notes entry describing the polling timespan change.

Reviewed changes

Copilot reviewed 4 out of 5 changed files in this pull request and generated 5 comments.

File Description
Solutions/Cisco Meraki Events via REST API/ReleaseNotes.md Adds v3.1.1 changelog entry to document the timespan adjustment.
Solutions/Cisco Meraki Events via REST API/Package/mainTemplate.json Bumps version fields and updates query timespan values in the packaged template.
Solutions/Cisco Meraki Events via REST API/Data/Solution_Cisco Meraki Events via REST API.json Bumps solution package version to 3.1.1.
Solutions/Cisco Meraki Events via REST API/Data Connectors/CiscoMerakiMultiRule_ccp/CiscoMeraki_PollerConfig.json Updates connector poller timespan configuration to 3600 seconds.

@@ -1,5 +1,6 @@
| **Version** | **Date Modified (DD-MM-YYYY)** | **Change History** |
|-------------|--------------------------------|--------------------------------------------------------------------|
| 3.1.1 | 30-07-2026 | Updated CCP Connector poller config: reduced polling timespan to 3600 seconds for Organization API Requests and Configuration Changes data types. |
},
"queryParameters": {
"timespan": "2592000",
"timespan": "3600",
},
"queryParameters": {
"timespan": "604800"
"timespan": "3600"
},
"queryParameters": {
"timespan": "2592000",
"timespan": "3600",
},
"queryParameters": {
"timespan": "604800"
"timespan": "3600"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants