library
turbot/ipstack
OverviewPipelines
0
Triggers
0
Variables
GitHub

Lookup IP Address

Retrieve information about an IP address.

Run the pipeline

To run this pipeline from your terminal:

flowpipe pipeline run ipstack.pipeline.lookup_ip_address \
--arg 'ip_address=<string>'

Use this pipeline

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

step "pipeline" "step_name" {
pipeline = ipstack.pipeline.lookup_ip_address
args = {
ip_address = <string>
}
}

Params

NameTypeRequiredDescriptionDefault
credstringYesName for credentials to use. If not provided, the default credentials will be used.default
ip_addressstringYesThe IP address to lookup.-
output_typestringYesThe output type. It supports json and xml.json
security_modulenumberYesThe required security module. Professional plus plan is required to access the ipstack API's security module.0
fieldsstringYesFields parameter used to limit API results to a certain object or set of objects. Setting the fields object to specific value such as country_code causes the ipstack API to return only the country_code object.main,country_code,location

Outputs

NameDescription
ip_address_detailsIP address details.