Description:With the following Add-in script you can create or modify the network mapping on a Unified Firewall. List of used variables:Add-in code:/** * @param {Config} config * @param {Context} context * Do not edit this comment or parameter types. Required for code suggestions */ exports.main = function (config, context) { var ufApi = config.getUfApi();
|
|---|
Add-in as JSON file:
|