Setting Up Cloud Connect for RFID
27
Figure 9 JSON Schema for Management Interface Configuration
The Management interface can be configured to connect to either the Zebra Data Services or to allow local
access via the REST Interface. The sample configurations for both are shown below.
Local REST
In hybrid and local deployments, the Management interface can be setup to allow access directly from the
reader REST interface. To configure the Management interface to allow local access, enable
enableLocalRest field in the configuration as shown below.
"management": {
"commandResponse": {
"enableLocalRest": false,
}
}