Replaced Proxy

The replaced proxy

List of replaced proxies which can be filtered by proxy replacement or the proxy list.

Replaced proxy object

ParameterTypeDescription
idinteger

Unique identified of the replaced proxy instance.

reasonstring

The reason this proxy was replaced. You can view all reasons in the table below.

proxystring

The IP address of the replaced proxy.

proxy_portinteger

The port of the replaced proxy.

proxy_country_codestring

Country code in ISO-3166 format.

replaced_withstring

The IP address of the new proxy.

replaced_with_portinteger

The port of the new proxy.

replaced_with_country_codestring

Country code in ISO-3166 format.

created_atstring

The timestamp of when this instance was created.

Replacement reasons

ReasonTypeDescription
list_updatedstring

Proxy was removed/added due to change of subscription.

proxy_replacedstring

Proxy was replaced manually by the user.

auto_invalidatedstring

Proxy was auto-replaced due to failing status checks for over 15 minutes. This automated action can be turned off via the Proxy Config API.

auto_out_of_rotationstring

Proxy was auto-replaced due to moving out of rotation by Webshare admins. This usually indicates that the proxy is not performing at 100%. This automated action can be turned off via the Proxy Config API.

auto_low_country_confidencestring

Proxy was auto-replaced due to country code change. This automated action can be turned off via the Proxy Config API.

auto_deletedstring

The proxy was deleted from the system. This is an automated action and cannot be turned off.

auto_site_checkstring

The proxy does not pass the site checks any longer. This automated action can be turned off via the Proxy Config API.

In JSON format

replaced_proxy_object_schema.json
{
  "id": 93892,
  "reason": "proxy_replaced",
  "proxy": "45.158.184.116",
  "proxy_port": 9192,
  "proxy_country_code": "US",
  "replaced_with": "104.227.101.59",
  "replaced_with_port": 6120,
  "replaced_with_country_code": "US",
  "created_at": "2022-07-26T21:25:13.966946-07:00"
}