v1

latestSwagger 2.0MIT2026-07-1743969.5 KB
Proxy
Manager

Return the explicit configuration for all running proxies

get/proxies

Response

Successful response

portinteger

Port for the HTTP proxy

proxy_typestring

Decide if to save proxy into the configuration file. Specifying "persist" in "proxy_type" value will create port and save it in the configuration file.

multiplyinteger

Multiply the port definition given number of times

multiply_usersboolean
usersstring[]

List of users. This option has to be used along with "multiply_users"

sslboolean

Enable SSL analyzing

tls_libstring

SSL library

ifacestring

Interface or IP to listen on

customerstring

Customer name

zonestring

Zone

passwordstring

Zone password

proxystring

Hostname or IP of super proxy

proxy_portinteger

Super proxy port

proxy_connection_typestring

Determines what kind of connection will be used between Proxy Manager and Super Proxy

proxy_retryinteger

Automatically retry on super proxy failure

countrystring

Country

statestring

State

citystring

City

asnstring

ASN

ipstring

Data Center IP

vipinteger

gIP

ext_proxiesstring[]

A list of proxies from external vendors. Format: [username:password@]ip[:port]

ext_proxy_usernamestring

default username for external vendor ips

ext_proxy_passwordstring

default password for external vendor ips

ext_proxy_portinteger

default port for external vendor ips

dnsstring

DNS resolving

reverse_lookup_dnsboolean

Process reverse lookup via DNS

reverse_lookup_filestring

Process reverse lookup via file

reverse_lookup_valuesstring[]

Process reverse lookup via value

sessionstring

Session for all proxy requests

sticky_ipboolean

Use session per requesting host to maintain IP per host

pool_sizeinteger

Session pool size

rotate_sessionboolean

Rotate sessions on each request

throttleinteger

Throttle requests above given number

rulesobject[]

Proxy request rules

route_errstring

Block or allow requests to be automatically sent through super proxy on error

smtpstring[]
osstring

Operating System of the Peer IP

headersobject[]

Request headers

debugstring

Request debug info

Example response

[
  {
    "headers": [
      {
        "name": "accept",
        "value": "text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3"
      },
      {
        "name": "accept-language",
        "value": "en-US,en;q=0.9"
      },
      {
        "name": "alexatoolbar-alx_ns_ph",
        "value": "AlexaToolbar/alx-4.0.3"
      },
      {
        "name": "cache-control",
        "value": "max-age=0"
      },
      {
        "name": "upgrade-insecure-requests",
        "value": "1"
      }
    ]
  }
]