![IDS NXT Скачать руководство пользователя страница 43](http://html2.mh-extra.com/html/ids/nxt/nxt_manual_3750479043.webp)
March 2021
43
IDS NXT: REST interface
"Mandatory": false,
"Type": "String",
"Unit": "RFC2822"
}
}
}
},
"Objects": [
"identifier1",
"identifier2",
"…"
]
}
Note: Filtering by sender and severity is currently not possible.
Comments
·
Objects are available signals (<id>).
·
Source can be either "system" or a VisionApp (e.g. "autoset").
·
Note: Because a "since" restriction transfers only part of the body, no If-Modified-Since is used here.
12.3 /signals/list/<id>
·
OPTIONS
·
GET
{
"GET": {
"application/json": {
"Description": "Return specific signal",
"Values": {
"Brief": {
"Description": "Brief description of signal",
"Type": "String"
},
"Message": {
"Description": "Detailed signal message",
"Type": "String"
},
"Sender": {
"Description": "Sender/Creator of the signal",
"Type": "String"
},
"Severity": {
"Description": "Type of the signal",
"Range": [
"Vision OK",
"Vision Failed",
"Info",
"Warning",
"Error",
"Critical"
],
"Type": "String"