Summary:
List the applications currently configured to support flow. Entuity can characterize flow information by application, doing so by looking at the destination port at the transport layer (TCP/UDP).
URL:
http(s)://{server hostname}/api/flowApplications
Methods summary
- GET Method details - lists applications configured to support flow.
GET Method detail
List applications configured to support flow.
Request:
An associative array containing the single member called "applications". The value of applications is a list of application names.
Example:
This example list contains 5665 applications by default, so has been truncated for brevity.
INPUT
curl -u admin:admin https://testld.entuity.com/api/options/flowApplications?media=json
OUTPUT
{
"applications" : [ {
"name" : "1ci-smcs"
}, {
"name" : "3Com-nsd"
}, {
"name" : "3PC"
}, {
"name" : "3com-amp3"
}, {
...
Comments
0 comments
Please sign in to leave a comment.