19 lines
200 B
Plaintext
19 lines
200 B
Plaintext
meta {
|
|
name: default_add
|
|
type: http
|
|
seq: 3
|
|
}
|
|
|
|
post {
|
|
url: http://localhost:8080/add
|
|
body: json
|
|
auth: none
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"source": "source_url",
|
|
"data_type": "data_type"
|
|
}
|
|
}
|