Explicador de service-policy do F5XC
Cole uma service_policy do F5 Distributed Cloud e veja exatamente como ela casa: o escopo de servidor, a ordem das regras e a ação e as condições de cada regra. iRules para o XC, decodificado.
Segurança e WAF🔒 Decodificado localmente no seu navegador. Nada é enviado a lugar nenhum, e a política nunca é avaliada contra tráfego real.
The policy is parsed entirely in your browser from the JSON you paste. The engine reads the spec against the published ves.io.schema.service_policy shape: it resolves the server choice and the rule choice, and for a rule_list it walks each rule's action and predicates, rendering every matcher with its exact, regex, prefix, and suffix values and its and/or logic. It never fetches anything and never evaluates the policy against live traffic; case-sensitivity and inversion are read straight from the matcher fields and their transformers.
- F5 Distributed Cloud API: ves.io.schema.service_policyThe service_policy object: server choice, rule choice, allow_list, deny_list, rule_list
- F5 Distributed Cloud API: ves.io.schema.service_policy_ruleThe rule spec: action, predicates, matchers, transformers, and expiration
- F5 Distributed Cloud: Service Policy how-toCreating and applying service policies, rule combining, and default deny
Esta ferramenta é construída a partir de documentação pública do fabricante e pode não estar totalmente precisa ou atual. Para uso em produção, sempre verifique na documentação oficial do fabricante.