Rules
List all TCP Flow Protection rules.
GET/accounts/{account_id}/magic/advanced_tcp_protection/configs/tcp_flow_protection/rules
Create TCP Flow Protection rule.
POST/accounts/{account_id}/magic/advanced_tcp_protection/configs/tcp_flow_protection/rules
Delete all TCP Flow Protection rules.
DELETE/accounts/{account_id}/magic/advanced_tcp_protection/configs/tcp_flow_protection/rules
ModelsExpand Collapse
RuleListResponse object { id, burst_sensitivity, created_on, 5 more }
RuleListResponse object { id, burst_sensitivity, created_on, 5 more }
RuleCreateResponse object { id, burst_sensitivity, created_on, 5 more }
RuleCreateResponse object { id, burst_sensitivity, created_on, 5 more }
RulesItems
Get TCP Flow Protection rule.
GET/accounts/{account_id}/magic/advanced_tcp_protection/configs/tcp_flow_protection/rules/{rule_id}
Update TCP Flow Protection rule.
PATCH/accounts/{account_id}/magic/advanced_tcp_protection/configs/tcp_flow_protection/rules/{rule_id}
Delete TCP Flow Protection rule.
DELETE/accounts/{account_id}/magic/advanced_tcp_protection/configs/tcp_flow_protection/rules/{rule_id}
ModelsExpand Collapse
ItemGetResponse object { id, burst_sensitivity, created_on, 5 more }
ItemGetResponse object { id, burst_sensitivity, created_on, 5 more }
ItemEditResponse object { id, burst_sensitivity, created_on, 5 more }
ItemEditResponse object { id, burst_sensitivity, created_on, 5 more }