Fetch List of FAST Applications
Responds with a list of Applications that are currently deployed in the system.
Response
List of FAST Applications.
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
- ▲
the
coderesponse's property type/format changed frominteger/int32to/for status500response-property-type-changed
- ●
added the new
500.00enum value to thecoderesponse property for the response status500response-property-enum-value-added
- ○
added the optional property
errorto the response with the500statusresponse-optional-property-added
- ▲
- ▲
removed the required property
items/templatefrom the response with the200statusresponse-required-property-removed
- ●
removed the optional property
items/ipamAddrsfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
items/lastModifiedfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
items/setHashfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
items/viewfrom the response with the200statusresponse-optional-property-removed
- ○
added the optional property
items/<<to the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/_linksto the response with the200statusresponse-optional-property-added
- ▲
- ▲
the
coderesponse's property type/format changed from/tointeger/int32for status500response-property-type-changed
- ●
removed the optional property
errorfrom the response with the500statusresponse-optional-property-removed
- ●
removed the optional property
items/<<from the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
items/_linksfrom the response with the200statusresponse-optional-property-removed
- ○
added the optional property
items/ipamAddrsto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/lastModifiedto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/setHashto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/viewto the response with the200statusresponse-optional-property-added
- ○
removed the
500.00enum value from thecoderesponse property for the response status500response-property-enum-value-removed
- ○
added the required property
items/templateto the response with the200statusresponse-required-property-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲