![IDS NXT Manual Download Page 49](http://html2.mh-extra.com/html/ids/nxt/nxt_manual_3750479049.webp)
March 2021
49
IDS NXT: REST interface
15 System status (REST)
·
·
15.1 /states
·
OPTIONS
·
GET
{
"GET":
{
"application/json":
{
"Description":
"Receive status",
"Values":
{
"Active":
{
"Description":
"Identifier of active states",
"Type":
"StringList"
}
}
}
},
"Objects":
[
"BuffersFilled",
"DiskLoadTooHigh",
"FirmwareUpdate",
"NoEthernet",
"NoTrigger",
"ObtainingDHCP",
"Paused",
"TemperatureTooHigh",
"Training",
"VSupplyTooHigh",
"VSupplyTooLow"
]
}
Objects contain all possible system state identifiers (or UUIDs), which can then be separately requested,
see
. An implementation against the interface should work with any states. The designations
and quantity of objects is "subject to change without notice".
15.2 /states/<identifier>
·
OPTIONS
·
GET
{
"GET": {
"application/json": {
"Description": "Receive status",
"Values": {
"Brief": {
"Description": "Brief description",
"Type": "String"
},
"Description": {