9 lines
225 B
Bash
Executable file
9 lines
225 B
Bash
Executable file
#!/bin/sh
|
|
|
|
curl -X GET \
|
|
-H 'X-M2M-Origin:Cmysensor' \
|
|
-H 'X-M2M-RI:123' \
|
|
-H 'X-M2M-RVI:3' \
|
|
-H 'Content-Type:application/json' \
|
|
-H 'Accept:application/json' \
|
|
http://localhost:8080/cse-in/MySensor/Container/la
|