EasyManua.ls Logo

IDS NXT

IDS NXT
72 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
March 2021
49
IDS NXT: REST interface
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": {

Other manuals for IDS NXT

Related product manuals