v1
latestOpenAPI 3.0.0Apache 2.02026-07-17263572.5 KBApplication Management
Fetch List of FAST Applications
Responds with a list of Applications that are currently deployed in the system.
get/applications
Response
List of FAST Applications.
Example response
[
{
"tenant": "tenant",
"name": "app",
"_links": {
"self": "/mgmt/shared/fast/applications",
"task": "/mgmt/shared/fast/tasks/12345"
}
}
]