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
Extension of the custom property definition for services to allow grouping such that a dropdown is displayed
with each group name, and only properties for the selected group are visible.
Initial Payload now available from the UI for services and workflows.
Substitution field now have a specific color to let you know it supports substitution.
Import/Export of jobs: new dialog box to select which jobs in the exported_jobs folder to import?
Service Management: reverse lookup mechanism to see all of the workflows that a service instance participates in, and vice-versa
New checkbox option: 'include result link in summary'
Advanced search improvement: you can now choose between: all properties must match / any property must match.
New environment variable: PLAYBOOK_PATH: tells eNMS where your ansible playbooks are located. eNMS uses that location for the ansible service: when you load the service creation panel for an ansible service, the "playbook path" field will automatically propose all the
YaML (both .yml and .yaml) files in that directory.
By default, if PLAYBOOK_PATH is not provided, eNMS will search in "eNMS/playbooks"
New Custom Service Front End mechanism: custom javascript can be dynamically loaded when a service creation form is opened.
Netmiko Validation - error handling for illegal option combinations.