---
title: "Information about the FAST Extension"
method: GET
path: "/info"
tags: ["FAST Extension"]
---

# Information about the FAST Extension

`GET /info`

This endpoint returns data pertaining to the version of FAST currently in use, as well as loaded Template Sets and other information useful for debug. This endpoint is recommended for use when verifying that FAST is installed and ready to use.

## Response `200`

Information about the extension was gathered successfully

- Info — Info about FAST api.
  - `version` string — The version string for FAST.
  - `as3Info` object — data from AS3's /info endpoint
  - `installedTemplates` TemplateSet[] — Template Set List.
    - `name` string, required — Name of the Template Set.
    - `hash` string, required — A sha256 hash of the Template hashes.
    - `supported` boolean, required — the Template Set is officially supported by F5
    - `templates` object[], required — A list of template objects.
      - `name` string — Name of the template.
      - `hash` string — The sha256 of the template source text.
      - `description` string — Template description
      - `title` string — A "pretty name" for the Template
      - `appsList` FastApplicationDefinition[] — A list of applications using the template.
        - `name` string, required — Must be valid Template in the system.
        - `parameters` ParametersDefinition, required — Object must conform to specified template's schema.
        - `allowOverwrite` boolean — Do not error if an Application with the same name already exists in the tenant.
    - `schemas` object[], required — a list of user-supplied schema
      - `name` string — schema name
      - `hash` string — A sha256 hash of the schema
    - `dataFiles` object[], required — A list of data files associated with the Template Set.
      - `name` string — data file name
      - `hash` string — A sha256 hash of the data file
    - `gitHubRepo` string — The GitHub repository used to install the template set
    - `gitLabRepo` string — The GitLab repository used to install the template set
    - `gitSubDir` string — The sub-directory in the git repo from which the template set was installed
    - `gitRef` string — The Git ref used to fetch the repository
    - `unprotected` boolean — Template Set is installed from publicly availabe GitHub/GitLab repo.
    - `enabled` boolean, required — Template Set is installed and ready to use
  - `config` 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/revisions/69d12c15d1c7/schema)
