You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have the same problem with IpamIpRangesList and no value given for required property prefix_count.
I think the error in on the response parsing, role.prefix_count in my case (vrf.prefix_count in your's) is marked as required in OpenAPI spec but are not returned by the API:
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: