v1

latestOpenAPI 3.0.02026-07-1713333.3 KB
Configuration

Read current BIG-IP AS3 configuration

Retrieve a declaration (with all or just some Tenants) or an index of stored declarations.

get/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.

integer
OR
string

?age=0-15 asks for a declaration of the given age (0 means most-recently deployed), and "list" asks for a list of available declarations with their ages. By default, list only shows 4 declarations, this is configurable using historyLimit in the BIG-IP AS3 class. The default is 0.

filterClassstring

You can use filterClass to retrieve results for only a specific BIG-IP AS3 class. For example ?filterClass=HTTP_Profile only returns the HTTP Profile portions of the declaration. You can only use filterClass once in a single GET request.

Response

Successful response

Declaration required
All 13 operations