v1
latestOpenAPI 3.0.0Apache 2.02026-07-17263572.5 KBFAST Extension
Information about the FAST Extension
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.
get/info
Response
Information about the extension was gathered successfully
Example response
{
"version": "1.0.0",
"installedTemplates": [
{
"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
}
],
"config": {
"deletedTemplateSets": [],
"ipamProviders": [],
"pendingTasksMaxNumber": 10,
"tsIpAddress": "255.255.255.254"
}
}