Schemas
CreateOrUpdateProxyCommentRequest
- objectBeispiel:
{"comment":"string"}
Eigenschaften:comment
stringErforderlichComment for the proxy. You can add any information you may need or want, but keep in mind the maximum length of the comment.Beispiel:"string"
Maximale Anzahl von Elementen:255
OrderProxyRequest
- objectBeispiel:
{"filters":{"geo_country":["RU"],"geo_region":["Tatarstan Republic"],"geo_city":["Kazan"],"geo_operator":["mts"],"type":["shared"],"protocol":["http"]},"period":1,"price":"1.23"}
Eigenschaften:filters
object or nullProxy order filtersBeispiel:{"geo_country":["RU"],"geo_region":["Tatarstan Republic"],"geo_city":["Kazan"],"geo_operator":["mts"],"type":["shared"],"protocol":["http"]}
period
integerErforderlichProxy's duration period (in days)Beispiel:1
price
stringErforderlichProxy's purchase price (in USD)Beispiel:"1.23"
UpdateProxyRequest
- objectBeispiel:
{"rotate_ip_freq":5}
Eigenschaften:rotate_ip_freq
integerIP address rotation frequency in minutes (0 - disabled)Beispiel:5
<= 60
>= 0
ProxyResource
- objectBeispiel:
{"id":1,"login":"string","password":"string","protocol":"http","host":"string","port":8080,"geo_country":"RU","geo_city":"Moscow","geo_operator":"mts","private":true,"comment":"string","rotate_ip_url":"string","rotate_ip_freq":5,"start_at":"2019-08-24T14:15:22Z","stop_at":"2019-08-24T14:15:22Z"}
Eigenschaften:id
integer:int64Order ID, generated by the OnlineProxy server upon purchasing the proxy.Beispiel:1
login
string or nullLogin, use it to connect to the proxy server.Beispiel:"string"
Maximale Anzahl von Elementen:255
password
string or nullPassword, use it to connect to the proxy server.Beispiel:"string"
Maximale Anzahl von Elementen:255
protocol
stringThe protocol type required to connect to the proxy server.Beispiel:"http"
Enumeration:http
socks5
host
stringHost or IP address of a proxy server.Beispiel:"string"
Maximale Anzahl von Elementen:255
port
integerPort of a proxy server.Beispiel:8080
geo_country
stringThe country of origin of the proxy server. Country codes are in ISO 3166-1 alpha-2 format.
Beispiel:"RU"
geo_city
string or nullCity name where proxy server is located.Beispiel:"Moscow"
Maximale Anzahl von Elementen:255
geo_operator
string or nullName of the operator of the proxy server.Beispiel:"mts"
Maximale Anzahl von Elementen:255
private
booleanProxy typeBeispiel:true
comment
string or nullComment assigned to the current proxy (if any).Beispiel:"string"
Maximale Anzahl von Elementen:255
rotate_ip_url
string or nullURL for IP address rotationBeispiel:"string"
rotate_ip_freq
integerIP address rotation frequency in minutes (0 - disabled)Beispiel:5
<= 60
>= 0
start_at
string:date-timeOrder start datetime UTC ISO-8601
Beispiel:"2019-08-24T14:15:22Z"
stop_at
string:date-timeOrder expire datetime UTC ISO-8601
Beispiel:"2019-08-24T14:15:22Z"
ErrorResponse
- objectBeispiel:
{"message":"string","errors":{}}
Eigenschaften:message
stringErforderlichError messageBeispiel:"string"
errors
object or nullInput validation errorsBeispiel:{}
FiltersResponse
- objectBeispiel:
{"geo_country":["RU"],"geo_region":["Tatarstan Republic"],"geo_city":[{"geo_city":"Moscow","geo_country":"RU"}],"geo_operator":[{"geo_operator":"mts","geo_country":"RU"}],"type":["shared"],"protocol":["http"]}
Eigenschaften:geo_country
array<string>The country of origin of the proxy server. Country codes are in ISO 3166-1 alpha-2 format.
Beispiel:["RU"]
Items:- stringBeispiel:
"RU"
geo_region
array<string>Region name where server is locatedBeispiel:["Tatarstan Republic"]
Items:- stringBeispiel:
"Tatarstan Republic"
geo_city
arrayCity name where proxy server is located.Beispiel:[{"geo_city":"Moscow","geo_country":"RU"}]
Items:- objectBeispiel:
{"geo_city":"Moscow","geo_country":"RU"}
geo_operator
arrayName of the operator of the proxy server.Beispiel:[{"geo_operator":"mts","geo_country":"RU"}]
Items:- objectBeispiel:
{"geo_operator":"mts","geo_country":"RU"}
type
array<string>Proxy typeBeispiel:["shared"]
Items:- stringBeispiel:
"shared"
Enumeration:private
shared
protocol
array<string>Protocol typeBeispiel:["http"]
Items:- stringBeispiel:
"http"
Enumeration:http
socks5