-
Notifications
You must be signed in to change notification settings - Fork 718
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
KeyError: 'cidr_prefix_length' when listing IP access control lists #445
Comments
I'm getting the same error. Package Version: 6.19.2
|
👍 |
This is not a change that can be made in the library. An internal ticket has been filed against the relevant product team. |
After speaking with the product team, I believe this occurs when new properties are added but not available to all customers during preview, beta, rollout, etc. Since the other helper libs do not throw errors when properties are missing, neither should this one. Adding this to the backlog to be prioritized. Pull requests and +1s on the issue summary will help it move up the backlog. |
I'm trying to use the REST API to check that certain IP addresses are part of some predefined IP ACLs, and create them if necessary.
I'm getting a
KeyError: 'cidr_prefix_length'
while trying to list the IP addresses in the IP ACL.Package Version: 6.16.3
Python Version: Python 2.7.15
Code Snippet
Exception/Log
I tried logging the content of
payload
(some values removed):Let me know if you need any other information.
Thanks in advance! 🙌
The text was updated successfully, but these errors were encountered: