Understanding the Proxy Tester and its role in the Ping Proxies API
test_server_gb
and test_server_us
.
The following objects are created:
Attribute | Type | Description |
---|---|---|
proxy_test_run_id | string (uuid) (optional) | Unique identifier for the test run |
proxies | array | List of proxy objects to test with their configurations (Maximum 20) |
urls | array | Target URLs to test against |
proxy_tester_server_id | array (optional) | Test servers to use for validation |
Attribute | Type | Description |
---|---|---|
proxy_test_result_id | string (uuid) | Unique identifier for this specific test result |
proxy_test_result_url | string | The URL that was tested |
proxy_test_result_status_code | integer | HTTP status code returned |
proxy_test_result_protocol | string | Protocol used |
proxy_test_result_response_time | integer | Response time in milliseconds |
proxy_test_server_id | string | ID of the test server used |
proxy_test_server_city_name | string | City where the test server is located |
proxy_test_server_country_id | string | Country code of the test server |
proxy_username | string | Username used for proxy authentication |
proxy_host | string | Proxy server hostname/IP |
proxy_port | integer | Proxy server port |
proxy_country_id | string | Country where the proxy is located |
proxy_city_name | string | City where the proxy is located |
proxy_asn_name | string | ASN information for the proxy |
Attribute | Type | Description |
---|---|---|
proxy_test_server_id | string | Unique identifier for the test server |
city_name | string | City where the test server is located |
country_id | string | Country code of the test server |
proxy_test_server_active | boolean | Whether the server is currently active |
proxy_test_server_ip_address | string | IP address of the test server |
proxy_test_server_port | integer | Port used by the test server |
Endpoint | Description |
---|---|
POST /public/user/proxy_test_run/create | Create a new proxy test run |
GET /public/user/proxy_test_server/search | Get available test servers |