{
"arrayName": []
}
Struct
A struct is an unordered set of name/value pairs. An object begins with { (left brace)
and ends with } (right brace). Each name is followed by : (colon) and the name/value
pairs are separated by , (comma).
{
"structName":
{
"memberOneName": value,
"memberOneName": value
}
}
value = boolean | number | string | array | struct | enum
NOTE
It is possible to partially write a struct. That means it's possible to write for example only
one member of a struct by just transmitting only this one value and omitting the other
struct members.
NOTE
The order in which the members are transmitted doesn't matter.
7.4.6 Gateway Configuration
The following table shows all available REST commands (variables or methods) for
SIG200. The commands are shown without the base URL. The response is indicated
without the header (see above).
Table 15: REST commands
Command HTTP
method
Request JSON
body
Response JSON
body
Function
api/DeviceIdent GET - {
"header": {
"status": 0,
"message": "Ok"
},
"data": {
"DeviceIdent": {
"Name":
"SIG200",
"Version":
"1.0.0.0A"
}
}
Product name
and firmware ver‐
sion
SIG200 CONFIGURATION 7
8017853/2019-06-06 | SICK O P E R A T I N G I N S T R U C T I O N | Sensor Integration Gateway - SIG200
59
Subject to change without notice