library
turbot/ipstack
OverviewPipelines
0
Triggers
0
Variables
GitHub

Lookup Requester IP Address

Retrieve information about the requester IP address.

Run the pipeline

To run this pipeline from your terminal:

flowpipe pipeline run ipstack.pipeline.lookup_requester_ip_address \
--arg 'security_module=<number>'

Use this pipeline

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

step "pipeline" "step_name" {
pipeline = ipstack.pipeline.lookup_requester_ip_address
args = {
security_module = <number>
}
}

Params

NameTypeRequiredDescriptionDefault
credstringYesName for credentials to use. If not provided, the default credentials will be used.default
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.-
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
requester_ip_address_detailsRequester IP address details.