![IDS NXT Скачать руководство пользователя страница 51](http://html2.mh-extra.com/html/ids/nxt/nxt_manual_3750479051.webp)
March 2021
51
IDS NXT: REST interface
16 Vision app list
Vision app identifiers must follow these guidelines:
·
Maximum 100 characters
·
Only letters, numbers and underscores A-Za-z0-9_
·
Not starting with a number
·
Starting with underscore is reserved for the system. Although this is possible, it is not recommended.
16.1 /vapps
·
OPTIONS
·
GET
{
"GET": {
"application/json": {
"Description": "Receive information on vision apps",
"Values": {
"APIVersion": {
"Description": "Installed API versions",
"Type": "StringList"
},
"Installed": {
"Description": "List of installed vision apps",
"Type": "StringList"
},
"MaxConcurrent": {
"Description": "Maximum number of parallel vision apps. 0 equals
infinite number.",
"Type": "Integer"
}
}
}
},
"Objects": [
"activated"
"…",
"rs232gateway"
"<string>"
]
}
Comments
Objects are installed vision apps and "activated"
16.2 /vapps/activated
·
OPTIONS
{
"Objects": [
"classifier"
"cnnevaluator",
"…",