v1

latestOpenAPI 3.0.0Apache 2.02026-07-17263572.5 KB
Application 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.

{"stackTrail":"components:schemas:FastApplication:properties:<<","oasType":"schema","type":"unknown"}
tenantstring required

the tenant the Application belongs to

namestring required

the name of the Application

Example response

[
  {
    "tenant": "tenant",
    "name": "app",
    "_links": {
      "self": "/mgmt/shared/fast/applications",
      "task": "/mgmt/shared/fast/tasks/12345"
    }
  }
]
All 26 operations