Schemas
CreateOrUpdateProxyCommentRequest
- objectBeispiel:
{"comment":"string"}
Eigenschaften:comment
stringErforderlichCommentBeispiel:"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
objectProxy order filtersBeispiel:{"geo_country":["RU"],"geo_region":["Tatarstan Republic"],"geo_city":["Kazan"],"geo_operator":["mts"],"type":["shared"],"protocol":["http"]}
period
integerErforderlichOrder daysBeispiel:1
price
stringErforderlichOrder priceBeispiel:"1.23"
ProxyResource
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","start_at":"2019-08-24T14:15:22Z","stop_at":"2019-08-24T14:15:22Z"}
Eigenschaften:id
integer:int64Order idBeispiel:1
login
string or nullLogin to connectBeispiel:"string"
Maximale Anzahl von Elementen:255
password
string or nullPassword to connectBeispiel:"string"
Maximale Anzahl von Elementen:255
protocol
stringProtocol to connectBeispiel:"http"
Enumeration:http
socks5
host
stringHost/ip to connectBeispiel:"string"
Maximale Anzahl von Elementen:255
port
integerPort to connectBeispiel:8080
geo_country
stringCountry code in ISO-2Beispiel:"RU"
geo_city
string or nullCity nameBeispiel:"Moscow"
Maximale Anzahl von Elementen:255
geo_operator
string or nullOperator nameBeispiel:"mts"
Maximale Anzahl von Elementen:255
private
booleanProxy typeBeispiel:true
comment
string or nullCommentBeispiel:"string"
Maximale Anzahl von Elementen:255
rotate_ip_url
string or nullUrl to rotate proxy IP-addressBeispiel:"string"
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
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>Country code in ISO-2Beispiel:["RU"]
Items:- stringBeispiel:
"RU"
geo_region
array<string>Region nameBeispiel:["Tatarstan Republic"]
Items:- stringBeispiel:
"Tatarstan Republic"
geo_city
arrayCity nameBeispiel:[{"geo_city":"Moscow","geo_country":"RU"}]
Items:- objectBeispiel:
{"geo_city":"Moscow","geo_country":"RU"}
geo_operator
arrayOperator nameBeispiel:[{"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>Proxy protocolBeispiel:["http"]
Items:- stringBeispiel:
"http"
Enumeration:http
socks5