Service name: <MachineName>-Director (one per machine).
General
General machine operation and diagnostic endpoints.
Health [CALL]
Health
Checks whether the Director is alive and responsive.
No params.
Result
|
Result
|
BOOLEAN |
Always `true` when the Daemon responds.
|
Example - Health check
Request (you send)
{
"Type": "Call",
"Target": "<MachineName>-Director",
"RespondTo": "<Service>",
"Method": "Health",
"ID": "<ID>"
}
Response (you receive)
{
"Type": "CallResult",
"Target": "<Service>",
"ExecutedOn": "<MachineName>-Director",
"Method": "Health",
"ID": "<ID>"
}
|