DLI EPCR6 Object Model Samples
No PDF version DLI EPCR6 user guide Object model reference Object model samples REST-style API reference DLI type description JSON Reduce reference
12
 
1
#!/bin/sh
2
# 
3
# Sample for MQTT client object / MQTT broker address.
4
# 
5
# This is a sample demonstrating how to set the MQTT broker address.
6
# 
7
8
curl --digest -u admin:1234 -H "X-CSRF: x" -X PUT -H "Content-type: application/json" -H "Accept: application/json" --data-binary "\"vaey.example.com\"" "http://192.168.0.100/restapi/mqtt/broker_address/"
9
10
# Sample result:
11
# null
12