mirror of
https://github.com/reconurge/flowsint.git
synced 2026-07-16 09:02:57 -05:00
18 lines
266 B
YAML
18 lines
266 B
YAML
name: xml-response-example
|
|
category: Ip
|
|
version: 1.0
|
|
input:
|
|
type: Ip
|
|
key: address
|
|
request:
|
|
method: GET
|
|
url: https://api.example.com/xml/{{address}}
|
|
timeout: 30
|
|
output:
|
|
type: Ip
|
|
response:
|
|
expect: xml
|
|
map:
|
|
address: ip
|
|
country: location.country
|