mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-16 15:32:19 +02:00
17 lines
218 B
Text
17 lines
218 B
Text
|
meta {
|
||
|
name: listTargets
|
||
|
type: http
|
||
|
seq: 1
|
||
|
}
|
||
|
|
||
|
get {
|
||
|
url: http://localhost:3000/api/v1/resource/web.main.localhost/targets?limit=10&offset=0
|
||
|
body: none
|
||
|
auth: none
|
||
|
}
|
||
|
|
||
|
params:query {
|
||
|
limit: 10
|
||
|
offset: 0
|
||
|
}
|