Using the Web Service API
The
getNodeHealth
service provides the aggregated status of an entity deployed or running on the node.
String getNodeHealth(EntityIdentifier nodeId) throws AdminException
- Parameters:
nodeId
-- the ID of the node
- Returns: The status or health of the node is indicated by one the following states:
Healthy
Not healthy
In progress
Unknown
- Throws:
AdminException