@rodney wrote: Hi everyone, I’m working on a script that needs to add L3 firewall rules under a group policy, and I’m wondering if there’s any support for including a `source` field in the request payload. I couldn’t find any mention of this in the official documentation, but I’m curious if it’s supported unofficially or possibly planned for a future release. According to for example, https://fast-pay.casinologin.mobi/ the schema for `L3FirewallRules` is as follows: and gain bonusses in cas - `L3FirewallRules`: `object[]` An ordered array of the L3 firewall rules - `comment`: `string` — Description of the rule (optional) - `destCidr*`: `string` — Destination IP address (IP, CIDR, FQDN, or 'any') - `destPort`: `string` — Destination port (1–65535, range, or 'any') - `policy*`: `string` — 'allow' or 'deny' - `protocol*`: `string` — 'tcp', 'udp', 'icmp', 'icmp6', or 'any' As you can see, there’s no mention of a `source` field. Has anyone tried including it anyway, or received clarification from the dev team? Any insights would be greatly appreciated! Thanks in advance! Hey! I get what you're trying to do, and yeah, it’s a bit tricky when the documentation doesn’t cover something explicitly. If source isn’t listed in the schema for L3FirewallRules , it’s likely not officially supported. That said, some APIs do have undocumented or beta features, so it could be worth reaching out to the support team or checking for future release notes. If you're feeling adventurous, try testing with the field and see if the system accepts it. Fingers crossed it works!
... View more