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
(use upvote 👍 for attentions) Describe the bug
The overlapping VLAN pool check fails because the API call failed when there are too many objects to be returned, precisely speaking more than 100K.
The observed failure in the overlapping VLAN pool check was specific to an API query for object fvIfConn which represents VLAN deployments on each interface. However, the same failure could happen with any other API queries in any check.
(use upvote 👍 for attentions)
Describe the bug
The overlapping VLAN pool check fails because the API call failed when there are too many objects to be returned, precisely speaking more than 100K.
The observed failure in the overlapping VLAN pool check was specific to an API query for object
fvIfConn
which represents VLAN deployments on each interface. However, the same failure could happen with any other API queries in any check.Script output
To Reproduce
Run the script on an ACI fabric with more than 100K instances for an object that is queried in any check of the script.
Expected behavior
The script should use pagination to query objects 100K or less at a time instead of trying to query everything at once.
Additional context
In the script log (
preupgrade_validator_debug.log
), there is an API call failure reported due to the result dataset being too big.The text was updated successfully, but these errors were encountered: