mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-03 17:44:44 +02:00
22 lines
358 B
Text
22 lines
358 B
Text
meta {
|
|
name: createClient
|
|
type: http
|
|
seq: 1
|
|
}
|
|
|
|
put {
|
|
url: http://localhost:3000/api/v1/site/1/client
|
|
body: json
|
|
auth: none
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"siteId": 1,
|
|
"name": "test",
|
|
"type": "olm",
|
|
"subnet": "100.90.129.4/30",
|
|
"olmId": "029yzunhx6nh3y5",
|
|
"secret": "l0ymp075y3d4rccb25l6sqpgar52k09etunui970qq5gj7x6"
|
|
}
|
|
}
|