NOTE
The order in which the members are transmitted doesn't matter.
7.3.6 Description of JSON REST
The description of the API can also be read out directly from the device, see GET/
openapi. The output is an OpenAPI description in JSON format and maps the interface
implemented in the device. This should be the preferred method, as it ensures compati‐
bility with the device and is also in machine-readable format.
7.3.6.1 Error messages
Table 11: JSON REST general error messages
HTTP
code
Message Description
500 Internal
Server Error
{
"code": 101,
"message": "Internal server error"
}
NOTE
This error can occur with any request.
{
"code": 102,
"message": "Internal communication error"
}
404 Not Found
{
"code": 103,
"message": "Operation not supported"
}
NOTE
This error is returned if the requested function does not exist.
400 Bad Request
{
"code": 104,
"message": "Action locked by another client"
}
NOTE
Fieldbus controller or another participant blocks access
501 Not imple‐
mented
{
"code": 105,
"message": "IODD feature not supported"
}
{
"code": 106,
"message": "MQTT feature not supported"
}
SIG200 CONFIGURATION  7
8024482.1FJ7 /2022-05-31 | 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
33
Subject to change without notice