This action will update the security level setting for the Cloudflare zone you specify.
- API endpoint slug
- cloudflare.update_zone_security_level
- Filter code method
- Cloudflare.updateZoneSecurityLevel.skip(string?: reason)
- Runtime method
- runAction("cloudflare.update_zone_security_level", {})
Action fields
- Label
- Which zone?
- Helper text
- Select the Cloudflare zone (domain) to update.
- Slug
- zone_id
- Required
- true
- Can have default value
- false
- Label
- Security level
- Helper text
- The security level to set. 'I'm Under Attack' challenges all visitors and is intended for use during active DDoS attacks.
- Slug
- security_level
- Required
- true
- Can have default value
- true
- Filter code method
- Cloudflare.updateZoneSecurityLevel.setSecurityLevel(string: security_level)