Rules
List all SYN Protection rules.
GET/accounts/{account_id}/magic/advanced_tcp_protection/configs/syn_protection/rules
Create SYN Protection rule.
POST/accounts/{account_id}/magic/advanced_tcp_protection/configs/syn_protection/rules
Delete all SYN Protection rules.
DELETE/accounts/{account_id}/magic/advanced_tcp_protection/configs/syn_protection/rules
ModelsExpand Collapse
RuleListResponse object { id, burst_sensitivity, created_on, 6 more }
RuleListResponse object { id, burst_sensitivity, created_on, 6 more }
mitigation_type: string
The type of mitigation for SYN Protection. Must be one of ‘challenge’ or ‘retransmit’.
RuleCreateResponse object { id, burst_sensitivity, created_on, 6 more }
RuleCreateResponse object { id, burst_sensitivity, created_on, 6 more }
mitigation_type: string
The type of mitigation for SYN Protection. Must be one of ‘challenge’ or ‘retransmit’.
RulesItems
Get SYN Protection rule.
GET/accounts/{account_id}/magic/advanced_tcp_protection/configs/syn_protection/rules/{rule_id}
Update SYN Protection rule.
PATCH/accounts/{account_id}/magic/advanced_tcp_protection/configs/syn_protection/rules/{rule_id}
Delete SYN Protection rule.
DELETE/accounts/{account_id}/magic/advanced_tcp_protection/configs/syn_protection/rules/{rule_id}
ModelsExpand Collapse
ItemGetResponse object { id, burst_sensitivity, created_on, 6 more }
ItemGetResponse object { id, burst_sensitivity, created_on, 6 more }
mitigation_type: string
The type of mitigation for SYN Protection. Must be one of ‘challenge’ or ‘retransmit’.
ItemEditResponse object { id, burst_sensitivity, created_on, 6 more }
ItemEditResponse object { id, burst_sensitivity, created_on, 6 more }
mitigation_type: string
The type of mitigation for SYN Protection. Must be one of ‘challenge’ or ‘retransmit’.