F5-appsvcs May 2026
Run the same POST request 10 times – the configuration remains consistent. No duplicate pool members, no stray objects. This is a massive win for CI/CD pipelines.
You can partition declarations by tenant (e.g., Tenant_FinanceApp , Tenant_CRM ). This prevents teams from accidentally overwriting each other’s configs on a shared BIG-IP. f5-appsvcs
Unlike some of F5’s newer cloud offerings, AS3 has been battle-tested for years. It supports nearly all modern BIG-IP features (LTM, GTM/DNS, AFM, APM basics). Run the same POST request 10 times –
Since it’s declarative, removing a service is as simple as deleting its block from the JSON and re-posting. AS3 cleans up the orphaned objects. Cons (The pain points) 1. Steep JSON schema learning curve The schema is verbose and strict. A missing comma or incorrectly nested "class": "Service_HTTP" will fail the entire declaration. The error messages have improved but can still be cryptic (e.g., "property 'pool' is not valid for 'Service_HTTPS'" without clear line numbers). You can partition declarations by tenant (e