{ "id":"/axapi/v3/import/ng-waf-custom-page", "type":"object", "node-type":"scalar", "title":"ng-waf-custom-page", "operation-not-allowed": ["PUT"], "partition-visibility":"shared", "operational":1, "description":"Custom html file for ng-waf", "properties":{ "custom-page":{ "type":"string", "format":"string", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"Custom html file for ng-waf", "optional":true }, "overwrite":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Overwrite existing file", "optional":true }, "use-mgmt-port":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Use management interface for reachability", "optional":true }, "remote-file":{ "type":"string", "format":"url", "partition-visibility":"shared", "description":"Profile name for remote url", "optional":true }, "password":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"password for the remote site", "optional":true } } }