[Cisco Meraki REST API Connector] - Fixed Timespan on Air Marshal Events - #14817
Open
dhanunjaya1054 wants to merge 5 commits into
Open
[Cisco Meraki REST API Connector] - Fixed Timespan on Air Marshal Events#14817dhanunjaya1054 wants to merge 5 commits into
dhanunjaya1054 wants to merge 5 commits into
Conversation
…nunjaya1054/dhanu-AzureSentinel into dhanu-CicsoUmbrella
Contributor
There was a problem hiding this comment.
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
timespanquery parameters to3600seconds in the poller configuration and packaged ARM template. - Bumped solution and connector versions from
3.1.0to3.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" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Required items, please complete
Change(s):
Reason for Change(s):
Version Updated:
Testing Completed:
Checked that the validations are passing and have addressed any issues that are present:
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.
Change(s):
Reason for Change(s):
Version updated:
Testing Completed:
Note: If updating a detection, you must update the version field.
Checked that the validations are passing and have addressed any issues that are present:
Note: Let us know if you have tried fixing the validation error and need help.