2024-10-08 16:00:41 +02:00
|
|
|
meta {
|
2024-10-08 16:50:22 +02:00
|
|
|
name: Create node group
|
2024-10-08 16:00:41 +02:00
|
|
|
type: http
|
2024-10-13 18:44:37 +02:00
|
|
|
seq: 1
|
2024-10-08 16:00:41 +02:00
|
|
|
}
|
|
|
|
|
2024-10-08 16:50:22 +02:00
|
|
|
post {
|
2024-10-08 17:37:42 +02:00
|
|
|
url: http://localhost:8080/api/v1/groups
|
|
|
|
body: json
|
2024-10-08 16:00:41 +02:00
|
|
|
auth: none
|
|
|
|
}
|
2024-10-08 17:37:42 +02:00
|
|
|
|
|
|
|
body:json {
|
|
|
|
{"name":"testgroup"}
|
|
|
|
}
|