Schemas

CreateOrUpdateProxyCommentRequest

  • object
    Beispiel: {"comment":"string"}
    Eigenschaften:
    • comment
      string
      Erforderlich
      Comment
      Beispiel: "string"
      Maximale Anzahl von Elementen: 255

OrderProxyRequest

  • object
    Beispiel: {"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
      Proxy order filters
      Beispiel: {"geo_country":["RU"],"geo_region":["Tatarstan Republic"],"geo_city":["Kazan"],"geo_operator":["mts"],"type":["shared"],"protocol":["http"]}
    • period
      integer
      Erforderlich
      Order days
      Beispiel: 1
    • price
      string
      Erforderlich
      Order price
      Beispiel: "1.23"

ProxyResource

  • object
    Beispiel: {"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:int64
      Order id
      Beispiel: 1
    • login
      string or null
      Login to connect
      Beispiel: "string"
      Maximale Anzahl von Elementen: 255
    • password
      string or null
      Password to connect
      Beispiel: "string"
      Maximale Anzahl von Elementen: 255
    • protocol
      string
      Protocol to connect
      Beispiel: "http"
      Enumeration: http socks5
    • host
      string
      Host/ip to connect
      Beispiel: "string"
      Maximale Anzahl von Elementen: 255
    • port
      integer
      Port to connect
      Beispiel: 8080
    • geo_country
      string
      Country code in ISO-2
      Beispiel: "RU"
    • geo_city
      string or null
      City name
      Beispiel: "Moscow"
      Maximale Anzahl von Elementen: 255
    • geo_operator
      string or null
      Operator name
      Beispiel: "mts"
      Maximale Anzahl von Elementen: 255
    • private
      boolean
      Proxy type
      Beispiel: true
    • comment
      string or null
      Comment
      Beispiel: "string"
      Maximale Anzahl von Elementen: 255
    • rotate_ip_url
      string or null
      Url to rotate proxy IP-address
      Beispiel: "string"
    • start_at
      string:date-time
      Order start datetime (UTC ISO-8601)
      Beispiel: "2019-08-24T14:15:22Z"
    • stop_at
      string:date-time
      Order expire datetime (UTC ISO-8601)
      Beispiel: "2019-08-24T14:15:22Z"

ErrorResponse

  • object
    Beispiel: {"message":"string","errors":{}}
    Eigenschaften:
    • message
      string
      Erforderlich
      Error message
      Beispiel: "string"
    • errors
      object or null
      Input validation errors
      Beispiel: {}

FiltersResponse

  • object
    Beispiel: {"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-2
      Beispiel: ["RU"]
      Items:
      • string
        Beispiel: "RU"
    • geo_region
      array<string>
      Region name
      Beispiel: ["Tatarstan Republic"]
      Items:
      • string
        Beispiel: "Tatarstan Republic"
    • geo_city
      array
      City name
      Beispiel: [{"geo_city":"Moscow","geo_country":"RU"}]
      Items:
      • object
        Beispiel: {"geo_city":"Moscow","geo_country":"RU"}
    • geo_operator
      array
      Operator name
      Beispiel: [{"geo_operator":"mts","geo_country":"RU"}]
      Items:
      • object
        Beispiel: {"geo_operator":"mts","geo_country":"RU"}
    • type
      array<string>
      Proxy type
      Beispiel: ["shared"]
      Items:
      • string
        Beispiel: "shared"
        Enumeration: private shared
    • protocol
      array<string>
      Proxy protocol
      Beispiel: ["http"]
      Items:
      • string
        Beispiel: "http"
        Enumeration: http socks5