Read Unlimited Residential Proxy Load Balancing Machine Monitoring

Basic Information

Interface Description: Get unlimited proxy servers, load balancers, and monitoring.

Interface URL: https://api.thordata.com/api/unlimited/balancing-monitor

Request Method: GET

Request parameters

Parameter name
Type
Required
Describe

token

string

Yes

Please log in to the Dashboard-MENU-My Account to view your token parameter value

key

string

Yes

Please log in to the Dashboard-MENU-My Account to view your key parameter value

ins_id

string

Yes

region

string

Yes

start_time

number

Yes

Start timestamp (in seconds)

end_time

number

Yes

End timestamp (in seconds)

period

number

No

60 , 300 , 3600 , 86400

Monitoring statistics cycle

Default value: 300 Unit: seconds

Response example

{
    "status_code": 200,
    "payload": {
        "client_connection_count": {
            "times": [
                1755756000,
                1755756300,
                1755756600,
                1755756900,
                1755757200,
                1755757500,
                1755757800,
                1755758100,
                1755758400,
                1755758700,
                1755759000,
                1755759300
            ],
            "values": [
                17007,
                21929,
                21098,
                41650,
                41491,
                41093,
                40939,
                21412,
                17289,
                17285,
                16972,
                16802
            ]
        },
        "client_in_traffic": {
            "times": [
                1755756000,
                1755756300,
                1755756600,
                1755756900,
                1755757200,
                1755757500,
                1755757800,
                1755758100,
                1755758400,
                1755758700,
                1755759000,
                1755759300
            ],
            "values": [
                4.501,
                59.765,
                69.258,
                609.893,
                42.498,
                41.625,
                231.876,
                4.864,
                4.431,
                4.504,
                4.406,
                4.543
            ]
        },
        "client_new_connection_count": {
            "times": [
                1755756000,
                1755756300,
                1755756600,
                1755756900,
                1755757200,
                1755757500,
                1755757800,
                1755758100,
                1755758400,
                1755758700,
                1755759000,
                1755759300
            ],
            "values": [
                115.5,
                1904.9,
                3335.8,
                3299,
                2404.8,
                2399.599,
                3545.099,
                16,
                15.4,
                16.1,
                15.8,
                16.7
            ]
        },
        "client_out_traffic": {
            "times": [
                1755756000,
                1755756300,
                1755756600,
                1755756900,
                1755757200,
                1755757500,
                1755757800,
                1755758100,
                1755758400,
                1755758700,
                1755759000,
                1755759300
            ],
            "values": [
                26.343,
                211.831,
                125.684,
                112.041,
                86.331,
                97.942,
                97.378,
                27.318,
                25.663,
                26.46,
                25.872,
                27.078
            ]
        }
    },
    "message": "ok"
}

If the returned code value is not 200, please check the error code description list and modify it.

Parameter name
Type
Required
Describe

status_code

int

No

-

payload

object

No

-

client_out_traffic

int/float

Yes

Client outbound traffic

client_in_traffic

int/float

Client inbound traffic

client_connection_count

int

Yes

Number of client connections

client_new_connection_count

int

Yes

Number of new client connections

message

string

No

Status message or error message

Last updated