March 2021
52
IDS NXT: REST interface
"rs232gateway"
]
}
Comments
Objects are all vision apps (not just those activated!)
16.3 /vapps/activated/<vapp>
·
OPTIONS
·
DELETE
·
PUT
{
"DELETE": {
"<none>": {
"Description": "Deactivate the vision app.",
"Parameters": {
"Temporary": {
"Description": "If true, the vision app is deactivated temporarily
only.",
"Mandatory": false,
"Type": "Boolean"
}
}
}
},
"Objects": [
],
"PUT": {
"<none>": {
"Description": "Activate the vision app.",
"Parameters": {
"Temporary": {
"Description": "If true, the vision app is deactivated temporarily
only.",
"Mandatory": false,
"Type": "Boolean"
},
"gdb": {
"Description": "If true, the vision app is started for debug, is not
persistent.",
"Mandatory": false,
"Type": "Boolean"
}
}
}
}
}
16.4 /vapps/<newVApp>
·
OPTIONS
·
PUT