---
title: "Get FAST Settings"
method: GET
path: "/settings"
tags: ["FAST Extension"]
---

# Get FAST Settings

`GET /settings`

Get an object that represents the current FAST configuration.

## Response `200`

The FAST Settings configuration.

- Settings — current config for the FAST iApps LX
  - `deletedTemplateSets` string[] — Template Sets that have been deleted.
  - `enableIpam` boolean — Enable IPAM for Official F5 FAST Templates (Experimental/Beta).
  - `ipamProviders` union[] — IPAM Providers configuration (Experimental/Beta).
    - union
      - IpamInfoblox — IPAM Provider settings - Infoblox.
        - `serviceType` 'Infoblox'
        - `name` string
        - `host` string
        - `username` string
        - `password` string
        - `retrieveUrl` string
        - `retrieveBody` string
        - `retrievePathQuery` string
        - `retrieveRefPathQuery` string
        - `releaseUrl` string
        - `releaseBody` string
        - `releaseMethod` 'get' | 'post' | 'put' | 'patch' | 'delete'
        - `authHeaderName` string
        - `authHeaderValue` string
        - `apiVersion` string
        - `network` string
      - IpamGeneric — IPAM Provider settings - Generic.
        - `serviceType` 'Generic'
        - `name` string
        - `host` string
        - `username` string
        - `password` string
        - `retrieveUrl` string
        - `retrieveBody` string
        - `retrievePathQuery` string
        - `retrieveRefPathQuery` string
        - `releaseUrl` string
        - `releaseBody` string
        - `releaseMethod` 'get' | 'post' | 'put' | 'patch' | 'delete'
        - `authHeaderName` string
        - `authHeaderValue` string
  - `disableDeclarationCache` boolean — Do not cache AS3 declarations.
  - `pendingTasksMaxNumber` number — 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_telemetry` boolean — Enable Telemetry Streaming related options in templates.
  - `tsIpAddress` string — Telemetry Service ip address.
  - `log_asm` boolean — Enable ASM related options in templates.
  - `log_afm` boolean — Enable AFM related options in templates.

## Other responses

- `500` — Internal error. A bug report should be filed.

## Changes

- **2025-10-20** `702ae6b27810` — 1 breaking, 1 warning, 1 info
  - the `code` response's property type/format changed from `integer`/`int32` to ``/`` for status `500`
  - added the new `500.00` enum value to the `code` response property for the response status `500`
  - added the optional property `error` to the response with the `500` status
- **2023-08-04** `861d368a6245` — 1 info
  - added the optional property `pendingTasksMaxNumber` to the response with the `200` status
- **2022-09-26** `8a7a27296ff3` — 1 breaking, 2 warning, 1 info
  - the `code` response's property type/format changed from ``/`` to `integer`/`int32` for status `500`
  - removed the optional property `error` from the response with the `500` status
  - removed the optional property `pendingTasksMaxNumber` from the response with the `200` status
  - removed the `500.00` enum value from the `code` response property for the response status `500`

[Change history](https://skmtc.dev/f5networks/apis/f5-big-ip-application-services-templates-api/changes/settings/get.md)

---

[API](https://skmtc.dev/f5networks/apis/f5-big-ip-application-services-templates-api.md) · [All operations](https://skmtc.dev/f5networks/apis/f5-big-ip-application-services-templates-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/f5networks/f5-big-ip-application-services-templates-api/revisions/69d12c15d1c7/schema)
