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"
    }
  }
]

Changes

Changed in 3 of the 50 revisions of this API.389

  • 702ae6b27810111See the full diff
    • the code response's property type/format changed from integer/int32 to / for status 500

      response-property-type-changed

    • added the new 500.00 enum value to the code response property for the response status 500

      response-property-enum-value-added

    • added the optional property error to the response with the 500 status

      response-optional-property-added

  • 8845d03610a6142See the full diff
    • removed the required property items/template from the response with the 200 status

      response-required-property-removed

    • removed the optional property items/ipamAddrs from the response with the 200 status

      response-optional-property-removed

    • removed the optional property items/lastModified from the response with the 200 status

      response-optional-property-removed

    • removed the optional property items/setHash from the response with the 200 status

      response-optional-property-removed

    • removed the optional property items/view from the response with the 200 status

      response-optional-property-removed

    • added the optional property items/<< to the response with the 200 status

      response-optional-property-added

    • added the optional property items/_links to the response with the 200 status

      response-optional-property-added

  • 8a7a27296ff3136See the full diff
    • the code response's property type/format changed from / to integer/int32 for status 500

      response-property-type-changed

    • removed the optional property error from the response with the 500 status

      response-optional-property-removed

    • removed the optional property items/<< from the response with the 200 status

      response-optional-property-removed

    • removed the optional property items/_links from the response with the 200 status

      response-optional-property-removed

    • added the optional property items/ipamAddrs to the response with the 200 status

      response-optional-property-added

    • added the optional property items/lastModified to the response with the 200 status

      response-optional-property-added

    • added the optional property items/setHash to the response with the 200 status

      response-optional-property-added

    • added the optional property items/view to the response with the 200 status

      response-optional-property-added

    • removed the 500.00 enum value from the code response property for the response status 500

      response-property-enum-value-removed

    • added the required property items/template to the response with the 200 status

      response-required-property-added

    This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog