---
title: "Get Template information"
method: GET
path: "/templatesets/{setName}"
tags: ["Template Management"]
---

# Get Template information

`GET /templatesets/{setName}`

Get information of Template Set with {setName}.

## Response `200`

A Template Set object.

- TemplateSet — Template Set.
  - `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

## Other responses

- `400` — Template Set in use.
- `404` — Template Set not found.
- `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)
