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"
}

Changes

Changed in 3 of the 50 revisions of this API.233

  • 702ae6b27810111See the full diff
    • the code response's property type/format changed from integer/int32 to / for status 500

      response-property-type-changed

    • added the new 500.00 enum value to the code response property for the response status 500

      response-property-enum-value-added

    • added the optional property error to the response with the 500 status

      response-optional-property-added

    • added the optional property pendingTasksMaxNumber to the response with the 200 status

      response-optional-property-added

  • 8a7a27296ff3121See the full diff
    • the code response's property type/format changed from / to integer/int32 for status 500

      response-property-type-changed

    • removed the optional property error from the response with the 500 status

      response-optional-property-removed

    • removed the optional property pendingTasksMaxNumber from the response with the 200 status

      response-optional-property-removed

    • removed the 500.00 enum value from the code response property for the response status 500

      response-property-enum-value-removed

    This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog