![IDS NXT Скачать руководство пользователя страница 54](http://html2.mh-extra.com/html/ids/nxt/nxt_manual_3750479054.webp)
March 2021
54
IDS NXT: REST interface
17 Individual vision apps
/vapps/<vapp>
·
OPTIONS
·
GET:
·
PUT:
·
DELETE:
{
"DELETE": {
"<none>":
{
"Description":
"Removes the vision app."
}
},
"GET": {
"application/json": {
"Description": "Receive vision app information",
"Values": {
"Activated": {
"Description": "Activation status",
"Type": "Boolean"
},
"Brief": {
"Description": "Brief",
"Type": "String"
},
"Description": {
"Description": "Description",
"Type": "String"
},
"Manufacturer": {
"Description": "Name of manufacturing company",
"Type": "String"
},
"ModuleDependencies": {
"Type": "StringList"
},
"Name": {
"Description": "Human-readable title",
"Type": "String"
},
"Status": {
"Description": "Status",
"Range": [
"NotRunning",
"Starting",
"Running",
"Crashed",
"FailedToStart",
"TimedOut",
"ReadError",
"WriteError",
"UnknownError",
"Incompatible",
"DeepOceanCoreInUse",