![IDS NXT Скачать руководство пользователя страница 62](http://html2.mh-extra.com/html/ids/nxt/nxt_manual_3750479062.webp)
March 2021
62
IDS NXT: REST interface
17.7 Log
/vapps/<vapp>/log
·
OPTIONS
·
GET
{
"GET": {
"text/plain": {
"Description": "Log of the vision app"
}
},
"Objects": [
]
}
17.8 ResultSinks
·
·
/vapps/<vapp>/resultsinks/<sink>
17.8.1 /vapps/<vapp>/resultsinks
·
OPTIONS
{
"Objects": [
"<string1>",
"…"
]
}
17.8.2 /vapps/<vapp>/resultsinks/<sink>
·
OPTIONS
·
GET
{
"GET": {
"application/json": {
"Description": "Get result sink data",
"Values": {
"Brief": {
"Description": "Brief description of the result sink",
"Type": "String"
},
"Connected": {
"Description": "Connection state to source",
"Type": "Boolean"
},
"Description": {
"Description": "Long description of the result sink",
"Type": "String"
},
"Source": {