{ "id":"/axapi/v3/file/ng-waf-module", "type":"object", "node-type":"scalar", "title":"ng-waf-module", "operation-not-allowed": ["PUT"], "partition-visibility":"shared", "operational":1, "auto-created-object":1, "description":"WAF module", "properties":{ "file":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"NG WAF module local file name", "optional":true }, "file-handle":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":255, "partition-visibility":"shared", "description":"full path of the uploaded file", "optional":true }, "action":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'import': import; 'replace': replace; ", "enum":[ "import", "replace" ], "optional":true } } }