f5devcentral / ansible-role-f5_atc_deploy_declaration

Ansible role used to deploy declaratives to F5 Automated Tool Chain services: AS3, DO, and TS
Apache License 2.0
7 stars 11 forks source link

Add option to post AS3 declaration with control objects #42

Open jfreeland opened 3 years ago

jfreeland commented 3 years ago

https://clouddocs.f5.com/products/extensions/f5-appsvcs-extension/latest/refguide/as3-api.html#query-parameters-for-controls-objects

AS3 3.30 introduced the ability to use some Controls objects as query parameters instead. One of the major benefits of this feature is it allows you to see the affect of a PATCH operation before applying it. For example, you could perform a dry-run of a PATCH request and see a diff of the desired and current state (also known as traceResponse).

I don't believe there's any way with this module to support adding these control objects/query parameters. It might be a nice option.