-
Notifications
You must be signed in to change notification settings - Fork 155
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
Unexpected error return from IpamPrefixesList #177
Comments
I have the same problem with I think the error in on the response parsing,
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When running the following function:
I'm seeing results where:
preflxList
has no results200
return with the expected prefix outputs in the JSON bodyerr
returned is: no value given for required property prefix_countNetbox version being run: v4.0.3
Based on the value of the response, I gather this is an issue with the parsing of this request, rather than an actual API issue.
The text was updated successfully, but these errors were encountered: