{ "id":"/axapi/v3/flowspec/{name}/operational-mode", "type":"object", "node-type":"scalar", "title":"operational-mode", "partition-visibility":"shared", "description":"Set the operational mode for the Flowspec", "properties":{ "mode":{ "type":"string", "format":"enum", "default":"disabled", "partition-visibility":"shared", "description":"'enabled': Enable the flowspec and send the prefix to BGP; 'disabled': Disable the flowspec and remove the prefix from BGP; ", "enum":[ "enabled", "disabled" ], "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 } } }