Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add missing meraki_networks_alerts_settings alerts.filters options #102

Open
zbuchheit opened this issue Jul 8, 2024 · 3 comments
Open
Labels
api API Bug enhancement New feature or request

Comments

@zbuchheit
Copy link

Is your feature request related to a problem? Please describe.

Currently the provider only allows for period, threshold, and timeout. While the api has a lot more robust options.

Describe the solution you'd like

Expose the additional fields for the terraform provider to match the API.

Describe alternatives you've considered

A clear and concise description of any alternative solutions or features you've considered.

Additional context

Alert Settings API

List of missing options include

  • lookbackWindow
  • minDuration
  • ssidNum
  • failureType
  • name
  • priority
  • regex
  • selector
  • tag
  • serials
@obrigg
Copy link
Contributor

obrigg commented Jul 16, 2024

Hi @zbuchheit ,
The provider was generated based on version 1.44.0 of our API spec, which did not include these parameters yet.
This will be resolved in the next provider generation with the latest API spec, which is waiting for approval on our end.

@fmunozmiranda fmunozmiranda added enhancement New feature or request api API Bug labels Jul 16, 2024
@zbuchheit
Copy link
Author

thanks for the update on that @obrigg ! Much appreciated.

@zbuchheit
Copy link
Author

@obrigg any update or timeline on when the provider will include this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api API Bug enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants