Clients Status Objects
The FTL server web API represents the operating states of its clients as a JSON object.
Client ID
The FTL server assigns a unique client ID to each client. The ID is unique with the realm and across time. IDs are also unique across the different types of clients: ordinary application clients, and TIBCO FTL service clients, such as bridge services, eFTL services, and persistence services.
Example JSON Representation
{
"clients":[{
"app_instance":"default",
"app_name":"tibrecvex",
"host":"reed",
"id":11055,
"ip":"10.101.2.226",
"last_contact":"Feb 24, 2016 10:11:56 AM",
"last_contact_delta":31552,
"other_info":"Cores=24,
Group=ms,
Effective User=bp,
User=bp,
Effective Group=ms,
Pid=26932,
OS Spec=Linux 2.6.32-573.3.1.el6.x86_64 x86_64",
"realm_revision":6131,
"startup":"Feb 23, 2016 3:27:17 PM",
"status":1,
"status_label":"Running",
"user":"guest",
"version":"5.0.0 V0"
}]
}
Copyright © Cloud Software Group, Inc. All rights reserved.
