{ "id":"/axapi/v3/ddos/zone-template/quic/{quic-tmpl-name}/action-on-initial", "type":"object", "node-type":"scalar", "title":"action-on-initial", "partition-visibility":"shared", "description":"Configure action on initial", "properties":{ "retry-token-authentication-static":{ "type":"string", "format":"time", "minLength":1, "maxLength":4294967295, "partition-visibility":"shared", "not":"retry-token-authentication-dynamic", "description":"Static retry token (Maximum of 4 bytes)", "optional":true }, "retry-token-authentication-dynamic":{ "type":"string", "format":"enum", "partition-visibility":"shared", "not":"retry-token-authentication-static", "description":"'cid-hash': Dynamic retry token based on Destination and Source CID; ", "enum":[ "cid-hash" ], "optional":true }, "scid-length":{ "type":"number", "format":"number", "minimum":8, "maximum":20, "default":20, "partition-visibility":"shared", "description":"Set Max SCID length for SCID generation", "optional":true }, "unauth-short-hdr-action":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'drop': Drop short header packet; ", "enum":[ "drop" ], "optional":true }, "retry-unauthenticated-initial-decrypt":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Decrypt incoming initial packets for unauthenticated clients", "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 } } }