systemhealth element
Type: | systemHealthDTO |
Namespace: | (default namespace) |
XML Schema: | ns0.xsd |
Returns information about the system health and currently possible operations.
Example XML
<?xml version="1.0" encoding="UTF-8"?>
<systemhealth>
<acpOperating>...</acpOperating>
<nodeActionsPossible>...</nodeActionsPossible>
<inductionPossible>...</inductionPossible>
</systemhealth>
Example JSON
{
"acpOperating" : false,
"nodeActionsPossible" : false,
"inductionPossible" : false
}