Get Template Sets
List all installed Template Sets.
Query parameters
Whether to show only disabled Template Sets.
Response
A list of installed Template Sets
Example response
[
{
"name": "examples",
"hash": "b4e574f5692532a03deb40b78599a7913ff63b2a31897a7b0168d99246d64715",
"templates": [
{
"description": "** FOR DEMONSTRATION PURPOSES--NOT INTENDED FOR USE IN PRODUCTION ** This Template is an example of how one might build a simple UDP Application with load balancing. It allows the user to provide a virtual IP address and port along with a list of UDP server addresses. The user-supplied values are inserted when the Template is rendered, yielding an AS3 declaration suitable for submission to BIG-IP.",
"title": "Simple UDP Application",
"appsList": [
{
"name": "examples/simple_udp_defaults",
"parameters": {},
"allowOverwrite": true
}
]
}
],
"schemas": [
{
"name": "examples/types",
"hash": "0105f0af93b9c27e737cb8337d3af5f67d9379668d4bf84a1b091306fbf9055c"
}
],
"gitHubRepo": "org/templateset",
"gitLabRepo": "org/templateset",
"gitSubDir": "org-templates",
"gitRef": "master",
"unprotected": true,
"enabled": true
}
]Changes
Changed in 2 of the 50 revisions of this API.846
- ▲
the
coderesponse's property type/format changed frominteger/int32to/for status400response-property-type-changed
- ▲
the
coderesponse's property type/format changed frominteger/int32to/for status404response-property-type-changed
- ▲
the
coderesponse's property type/format changed frominteger/int32to/for status500response-property-type-changed
- ●
added the new
400.00enum value to thecoderesponse property for the response status400response-property-enum-value-added
- ●
added the new
404.00enum value to thecoderesponse property for the response status404response-property-enum-value-added
- ●
added the new
500.00enum value to thecoderesponse property for the response status500response-property-enum-value-added
- ○
added the optional property
errorto the response with the500statusresponse-optional-property-added
- ○
added the required property
errorsto the response with the400statusresponse-required-property-added
- ○
added the required property
errorsto the response with the404statusresponse-required-property-added
- ▲
- ▲
the
coderesponse's property type/format changed from/tointeger/int32for status400response-property-type-changed
- ▲
the
coderesponse's property type/format changed from/tointeger/int32for status404response-property-type-changed
- ▲
the
coderesponse's property type/format changed from/tointeger/int32for status500response-property-type-changed
- ▲
removed the required property
errorsfrom the response with the400statusresponse-required-property-removed
- ▲
removed the required property
errorsfrom the response with the404statusresponse-required-property-removed
- ●
removed the optional property
errorfrom the response with the500statusresponse-optional-property-removed
- ○
removed the
400.00enum value from thecoderesponse property for the response status400response-property-enum-value-removed
- ○
removed the
404.00enum value from thecoderesponse property for the response status404response-property-enum-value-removed
- ○
removed the
500.00enum value from thecoderesponse property for the response status500response-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
- ▲