Skip to main content

(Get)Status

note

This page has been automatically translated and has not been reviewed in detail yet. Therefore, the translation might not be completely accurate.

The component can report its status at any time in productive operation. Regardless, the service will periodically request such a report.

Request a status report

{
"command": "GetStatus"
}

Encoding String: GetStatus

Reporting the status

{
"command": "Status"
"status": "FAIL"
}

Encoding String: Status<TAB>status<TAB>FAIL

Permitted values for status are OK, FAIL and OFFLINE - in exactly this notation.