v1

latestOpenAPI 3.0.02026-07-1713333.3 KB
Configuration

Update current BIG-IP AS3 configuration

You can use the PATCH method to modify the configuration produced by a previously-sent declaration without having to resend the entire declaration

patch/declare

Query parameters

showstring

base means system returns the declaration as originally deployed (but with secrets like passphrases encrypted), full returns the declaration with all default schema properties populated, expanded includes all URLs, base64s, and other references expanded to their final static values. The default is base.

asyncboolean

Setting async to true causes BIG-IP AS3 to respond with a 202 status and a request ID which you can later use in a GET request to a new /task endpoint to get the results.

Response

Successful synchronous response