allow verbose parameter on getNetworkEvents - #204
Closed
bk2zsto wants to merge 1 commit into
Closed
Conversation
Meraki Case # 09285978
Contributor
|
This MR removes the patch that was applied for request exceptions what was fixed in #202 |
Collaborator
|
Hi @bk2zsto we've long made the strategic decision to not complicate this library by hacking undocumented attributes or parameters into the library. If you would like to see it added here, please reach out to Meraki Support and/or your account rep and open a feature request. If Meraki chooses to officially document this attribute, then the subsequent library release will include it. Thank you @andy-shady-org as well for calling out the reversion of #202. For now, I will close this PR. |
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.
In Meraki Case # 09285978 I was advised to add
verbose=Trueto mygetNetworkEventscall in order to getaidincluded inassociationevents. It is appended to the event in theextraDatakey.Its not documented in the OpenAPI spec but I'd like to get rid of my local fork for making this work. If I need to fork the OpenAPI repo and add it there I can do that too.
Guessing
verboseis available for lots of other methods but not sure where to start determining that.