Forum Discussion
F5 AS3 - Default Persistence Profile
- Sep 15, 2020
I found this in one of our AS3 docs:
Troubleshooting
I’m having trouble creating an application service without persistence.
In order to create (or update) a declaration for an application service that does include persistence, you use the persistenceMethod property with a value of [] (empty square brackets), on your application service. This sets the persistence method on the application service (BIG-IP virtual server) to none. The line should look like:
"persistenceMethods": []"
.
For example, a declaration snippet would look like the following:
"service": { "class": "Service_HTTP", "virtualAddresses": [ "10.0.1.10"], "persistenceMethods": [], "pool": "web_pool" },
You can find the info here: https://clouddocs.f5.com/products/extensions/f5-appsvcs-extension/latest/userguide/troubleshooting.html?highlight=persistencemethods
Hi,
This works!
Thanks!
Recent Discussions
Related Content
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com