23 lines
319 B
Plaintext
23 lines
319 B
Plaintext
meta {
|
|
name: Create node
|
|
type: http
|
|
seq: 2
|
|
}
|
|
|
|
post {
|
|
url: http://localhost:8080/api/v1/nodes
|
|
body: json
|
|
auth: none
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"id":"04-7c-16-06-b3-53",
|
|
"coord_la":1,
|
|
"coord_lo":2,
|
|
"battery_minimum":3,
|
|
"battery_maximum":4,
|
|
"group":"20abe318-7238-4f63-908f-a484955ee3bc"
|
|
}
|
|
}
|