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

---

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