Files
flowsint/flowsint-core/tests/templates/example-array.yaml
2026-02-12 22:03:04 +01:00

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