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":"54eccfb5-1d5a-4cad-a1a2-468eca68ffd6"
|
|
}
|
|
}
|