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
In order to actually push policy changes to vsmarts, the vmanage_policy_list module requires a push parameter to be passed with a True value.
Typically in yaml this is pretty loose and will allow numerous values that get parsed as True (like yes, Yes, YES, Y, y, on, true, TRUE, True). In order for the updates to get pushed i have to set push exactly to True. Recommend using something like pyYAML to convert boolean value or at the very least get this documented.
The text was updated successfully, but these errors were encountered:
In order to actually push policy changes to vsmarts, the vmanage_policy_list module requires a push parameter to be passed with a True value.
Typically in yaml this is pretty loose and will allow numerous values that get parsed as True (like yes, Yes, YES, Y, y, on, true, TRUE, True). In order for the updates to get pushed i have to set push exactly to True. Recommend using something like pyYAML to convert boolean value or at the very least get this documented.
The text was updated successfully, but these errors were encountered: