{ "id":"/axapi/v3/file-inspection/service", "type":"object", "node-type":"scalar", "title":"service", "partition-visibility":"shared", "auto-created-object":1, "description":"File Inspection Service related commands", "properties":{ "enable":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Enable Internal File Inspection Service", "optional":true }, "service-down-action":{ "type":"string", "format":"enum", "default":"allow", "partition-visibility":"shared", "description":"'reset': Reset Connection; 'allow': Allow File; ", "enum":[ "reset", "allow" ], "optional":true }, "health-check-disable":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "not":"health-monitor", "description":"Disable internal service health check", "optional":true }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true } } }