System Status (Rest); States; States/<Identifier - IDS NXT Manual

Rest interface
Hide thumbs Also See for NXT:
Table of Contents

Advertisement

15 System status (REST)

·

/states

·
/states/<identifier>
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 /states/<identifier>. 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": {
March 2021
IDS NXT: REST interface
49

Advertisement

Table of Contents
loading

Table of Contents