status_info_data_get
Guest
Returns the status info data.
Params
| attribute | description |
|---|---|
filter* Status Info Filter |
Filter defining what status information to retrieve. |
Return
Returns an object where keys are status info types and values are
Condensed Data@status_info entities.
Note
The Condensed Data objects must be compatible with:
- Condensed Presentation returned by
the
status_info_presentation_get. - Condensed Schema returned by the
status_info_schema_get.
Example
{
"system": [["v1.0.1"]],
"ntp": [
["server 1 – OK"],
["server 2 – OK"]
]
}