32 lines
375 B
Plaintext
32 lines
375 B
Plaintext
meta {
|
|
name: Get Interfaces
|
|
type: http
|
|
seq: 2
|
|
}
|
|
|
|
post {
|
|
url: {{base}}/api/wireguard/service/show
|
|
body: json
|
|
auth: inherit
|
|
}
|
|
|
|
headers {
|
|
Content-Type: application/json
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"current": 1,
|
|
"rowCount": 7,
|
|
"sort": {},
|
|
"searchPhrase": "{{searchPhrase}}",
|
|
"type": [
|
|
"interface"
|
|
]
|
|
}
|
|
}
|
|
|
|
vars:pre-request {
|
|
searchPhrase:
|
|
}
|