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.

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": [],
  "tsIpAddress": "255.255.255.254"
}

Changes