mirror of
https://github.com/reconurge/flowsint.git
synced 2026-05-10 23:52:22 -05:00
21 lines
341 B
YAML
21 lines
341 B
YAML
name: array-response-example
|
|
category: Ip
|
|
version: 1.0
|
|
input:
|
|
type: Ip
|
|
key: address
|
|
request:
|
|
method: GET
|
|
url: https://api.example.com/related/{{address}}
|
|
timeout: 30
|
|
output:
|
|
type: Ip
|
|
is_array: true
|
|
array_path: data.results
|
|
response:
|
|
expect: json
|
|
map:
|
|
address: ip
|
|
country: location.country
|
|
city: location.city
|