Updated on 2025-05-29 GMT+08:00

Querying ELBv3 Resource Details

Function

Query ELBv3 resource details.

SLA Item

Definition

Request success rate

≥ 99.9%

Availability

Tier 1

Data consistency

Eventual consistency can be achieved. The duration of inconsistency is less than 1 minute.

Throughput

4000 TPS

TP50 request latency

2 ms

TP99.9 request latency

5 ms

Precautions

None

Calling Method

GET

URI

/rest/dataapi/homs/open-api/v1/network/capacity/elbv3

Path parameters

None

Query parameters

Parameter

Mandatory

Type

Value Range

Description

page_size

Yes

int

0~1000

Page size

offset_value

Yes

int

None

Query start value

Request

  • Request header parameters

    Parameter

    Mandatory

    Type

    Value Range

    Description

    X-APIG-Appcode

    Yes

    string

    None

    AppCode allocated by SRE

    x-auth-token

    Yes

    string

    None

    IAM authentication token for the calling party APIG

    x-hcso-domainid

    No

    string

    None

    ID of the accessed tenant. This parameter is mandatory only in the HCS Online scenario.

    x-hcso-appcode

    Yes

    string

    None

    AppCode allocated by SRE

  • Request body parameters

    None

  • Sample request
    GET /rest/dataapi/homs/open-api/v1/cloudresource/elbv3 HTTP/1.1
    Host: example.com 
    Content-Type: application/json 
    Accept: application/json
    X-APIG-Appcode: xxx 
    x-auth-token: xxx 
    x-hcso-domainid: xxx
    x-hcso-appcode: xxx

Response

  • Response parameters
  • Sample response
    HTTP/1.1 200 OK
    Date:Tue,18 Jul 2023 09:58:01 GMT
    Server: example.com
    Content-Type: application/json;charset=UTF8
    {
        "total": 1,
        "list": [
                 {
                 "ms_nodes_list": "",
                 "cluster_name": "",
                 "lb_count": "164",
                 "time_stamp": "1718259970000",
                 "l4_member_capacity": "30000",
                 "l7_member_capacity": "20000",
                 "region_id": "cn-north-7",
                 "type": "ELBv3",
                 "l4_listener_capacity": "10000",
                 "l4_listener_count": "319",
                 "lb_v5_count": "40",
                 "l7_listener_capacity": "5000",
                 "lb_capacity": "8000",
                 "cluster_id": "4951ba23-0eb6-4dd5-92fc-22e94dc75a78",
                 "l4_member_count": "",
                 "l7_member_count": "182",
                 "l7_listener_count": "82",
                 "region_name": "",
                 "cluster_code": "elbv3-cluster01-az1"
                  }
                ]
    }

Status Codes

Status Code

Description

400

Operation successful.

401

Token authentication failed.

403

Authentication failed.

404

The API was not found.

Operation Severity

Minor