v1

latestOpenAPI 3.0.0Apache 2.02026-07-17263572.5 KB
FAST Extension

Get FAST Settings

Get an object that represents the current FAST configuration.

get/settings

Response

The FAST Settings configuration.

deletedTemplateSetsstring[]

Template Sets that have been deleted.

enableIpamboolean

Enable IPAM for Official F5 FAST Templates (Experimental/Beta).

disableDeclarationCacheboolean

Do not cache AS3 declarations.

pendingTasksMaxNumbernumber

Specifies max number of pending tasks which can be accepted by FAST. When max limit reached, FAST would return 503 error. This can be disabled by setting to 0.

enable_telemetryboolean

Enable Telemetry Streaming related options in templates.

tsIpAddressstring

Telemetry Service ip address.

log_asmboolean

Enable ASM related options in templates.

log_afmboolean

Enable AFM related options in templates.

Example response

{
  "deletedTemplateSets": [],
  "ipamProviders": [],
  "pendingTasksMaxNumber": 10,
  "tsIpAddress": "255.255.255.254"
}