IPStack
Interact with ipstack API.
Actions
IPStack Lookup IP
Retrieve information about an IP.
Input
| Name | Description | Type | Required | Syntax |
|---|---|---|---|---|
| apiToken | password-input | False | False | |
| ip | input | False | False | |
| fields | json-input | False | False | |
| includeHostname | checkbox | False | False | |
| includeSecurity | checkbox | False | False |
Output
| Name | Description | Type | always_present | values |
|---|---|---|---|---|
| result | Returns True when successful. | boolean | True | {"True": {"description": "Successful."}, "False": {"description": "Failure."}} |
| rc | Returns the exit code for the action. | number | True | {"0": {"description": "Successful."}} |
IPStack My IP
Get your external IP address as seen by the IPStack service.
Input
| Name | Description | Type | Required | Syntax |
|---|---|---|---|---|
| apiToken | password-input | False | False |
Output
| Name | Description | Type | always_present | values |
|---|---|---|---|---|
| result | Returns True when successful. | boolean | True | {"True": {"description": "Successful."}, "False": {"description": "Failure."}} |
| rc | Returns the exit code for the action. | number | True | {"0": {"description": "Successful."}} |