Does anyone have a way of adding multiple address objects using NSM? I have a long list in json format and didn't want to add them using the GUI as it would be very time consuming. Any video or guide would be helpful. Thanks in advance!
You would want to take advantage of the NSM / SonicOS API. From the NSM Administrator Guide:
A RESTful (Representational State Transfer) API (application programming interface) has been developed for Network Security Manager. This allows you to either script or build custom user interface elements to manage a unit or tenant if you do not want to use the default user interface. Managed service providers (MSPs) may find this feature especially useful when customizing the product for their use. Navigate to Manager View | API for details.
Answers
You would want to take advantage of the NSM / SonicOS API. From the NSM Administrator Guide:
A RESTful (Representational State Transfer) API (application programming interface) has been developed for Network Security Manager. This allows you to either script or build custom user interface elements to manage a unit or tenant if you do not want to use the default user interface. Managed service providers (MSPs) may find this feature especially useful when customizing the product for their use. Navigate to Manager View | API for details.
Does anyone know of any tutorials showing how to set this up or in action?