PipedreamHQ / PipedreamHQ/pipedream
[Components] globalping
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
# globalping
## URLs
- https://globalping.io/docs/api.globalping.io#overview
## Actions
### dns-resolve
#### Description
Resolve a domain name to its corresponding IP address using a DNS query. Props: 'domain' (required) - the domain name to resolve; 'resolver' (optional) - the DNS resolver to use; 'location' (optional) - the geographical location to execute the query from.
### ping-target
#### Description
Send a ping request to a target host to check its availability and measure latency. Props: 'target' (required) - the domain or IP address to ping; 'count' (optional) - the number of ping attempts; 'location' (optional) - the geographical location to send the ping from.
### http-request
#### Description
Perform an HTTP request to a specified URL to check reachability and measure response time. Props: 'url' (required) - the URL to request; 'method' (optional) - HTTP method (GET or HEAD); 'headers' (optional) - additional request headers; 'location' (optional) - the geographical location to execute the request from.
### traceroute-target
#### Description
Trace the network path to a target address and return route details including hop latency. Props: 'target' (required) - the domain or IP address to trace; 'location' (optional) - the geographical location to run the traceroute from; 'max-hops' (optional) - the maximum number of hops before stopping.
Contributor guide
Assessment
This issue has not been assessed yet.