library
turbot/reallyfreegeoip
OverviewPipelines
0
Triggers
0
Variables
GitHub

Get IP Geolocation

Get geolocation data for an IPv4 or IPv6 address.

Run the pipeline

To run this pipeline from your terminal:

flowpipe pipeline run reallyfreegeoip.pipeline.get_ip_geolocation \
--arg 'ip_address=<string>'

Use this pipeline

To call this pipeline from your pipeline, use a step:

step "pipeline" "step_name" {
pipeline = reallyfreegeoip.pipeline.get_ip_geolocation
args = {
ip_address = <string>
}
}

Params

NameTypeRequiredDescriptionDefault
ip_addressstringYesThe IPv4 or IPv6 address.-
formatstringNoThe format of the output. Accepted values are json, csv and xml. Defaults to json.json

Outputs

NameDescription
geolocationIP geolocation details.