{ "id":"/axapi/v3/system/ipsec/fpga-decrypt", "type":"object", "node-type":"scalar", "title":"fpga-decrypt", "operation-not-allowed": ["DELETE", "PUT"], "partition-visibility":"shared", "operational":1, "description":"Enable or disable FPGA decryption offload", "properties":{ "action":{ "type":"string", "format":"enum", "default":"disable", "partition-visibility":"shared", "description":"'enable': Enable FPGA decryption offload; 'disable': Disable FPGA decryption offload; ", "enum":[ "enable", "disable" ], "optional":true } } }