get_server_info
Retrieve server details including POP location and CDN information for specified download, upload, and latency URLs. No speed test performed.
Instructions
Get server information for any URL without performing speed tests.
Args:
url_download: URL to download data from
url_upload: URL to upload data to
url_latency: URL to measure latency to
Returns:
Dictionary with servers information including POP location, CDN info, etc.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url_download | No | https://media.githubusercontent.com/media/inventer-dev/speed-test-files/main/128KB.bin | |
| url_upload | No | https://httpi.dev/post | |
| url_latency | No | https://httpi.dev/get |