v1

latestOpenAPI 3.0.0Apache 2.02026-07-17263572.5 KB
Application Management

Fetch an individual Application

Fetches the AS3 Application class for the given FAST Application.

get/applications/{tenantName}/{appName}

Response

The specified Application.

classstring

Example response

{
  "class": "application",
  "constants": {
    "fast": {
      "template": "examples/simple_udp_defaults",
      "setHash": "b4e574f5692532a03deb40b78599a7913ff63b2a31897a7b0168d99246d64715",
      "view": {
        "tenant": "foo",
        "application": "bar",
        "virtualAddress": "192.0.2.11"
      },
      "templateType": "local"
    }
  },
  "_links": {
    "self": "/mgmt/shared/fast/applications",
    "task": "/mgmt/shared/fast/tasks/12345"
  }
}