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
This template contains 2 special attributes that are S_VLAN=>P_VLAN mappings.
MAPPING_LIST
ASSOCIATION_LIST
The parameters are represented as an array of structures containing these mappings.
However NDFC payload needs some special handling here.
A direct Marshall of Go struct to JSON doesn't work as NDFC expects the payload as quoted string with some embedded keys.
This issue is raised to customize the payload handling to support these 2 attributes.
Until then the template can be used without these 2 attributes.