library
turbot/reallyfreegeoip
Get Involved
Version
Pipeline: 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
Name | Type | Required | Description | Default |
---|---|---|---|---|
ip_address | string | Yes | The IPv4 or IPv6 address. | - |
format | string | No | The format of the output. Accepted values are json, csv and xml. Defaults to json. | json |
Outputs
Name | Description |
---|---|
geolocation | IP geolocation details. |
Tags
type = featured