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
Templates will need to access the rendered config context data of the device to use it for custom settings not available in Netbox.
The config context is a JSON object we can deserialize into map[string]interface{}.
Templates can use the index function to access arbitrary values in a map.
The text was updated successfully, but these errors were encountered:
Templates will need to access the rendered config context data of the device to use it for custom settings not available in Netbox.
The config context is a JSON object we can deserialize into
map[string]interface{}
.Templates can use the
index
function to access arbitrary values in a map.The text was updated successfully, but these errors were encountered: