Domain name for API request: tse.intl.tencentcloudapi.com.
Query cloud native gateway group information
A maximum of 20 requests can be initiated per second for this API.
The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.
| Parameter Name | Required | Type | Description |
|---|---|---|---|
| Action | Yes | String | Common Params. The value used for this API: DescribeNativeGatewayServerGroups. |
| Version | Yes | String | Common Params. The value used for this API: 2020-12-07. |
| Region | Yes | String | Common Params. For more information, please see the list of regions supported by the product. |
| GatewayId | Yes | String | Cloud native API gateway instance ID. |
| Offset | No | Integer | Offset. Default value: 0. |
| Limit | No | Integer | Number of returned results, defaults to 20. |
| Filters.N | No | Array of Filter | Filter parameters, based on group name and group ID (Name, GroupId) for filter criteria. |
| Parameter Name | Type | Description |
|---|---|---|
| Result | NativeGatewayServerGroups | Group list info |
| RequestId | String | The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem. |
Query cloud native gateway group information
POST / HTTP/1.1
Host: tse.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeNativeGatewayServerGroups
<Common request parameters>
{
"GatewayId": "gateway-dde03767",
"Offset": 0,
"Limit": 1,
"Filters": [
{
"Name": "GroupId",
"Values": [
"group-4se0czf7"
]
}
]
}
{
"Response": {
"RequestId": "7c6a2512-8040-4ce7-b8ba-30f1bf585867",
"Result": {
"GatewayGroupList": [
{
"GatewayId": "gateway-dde03767",
"GroupId": "group-4se0czf7",
"Name": "Default group"
"Description": "",
"NodeConfig": {
"Specification": "16c32g",
"Number": 10
},
"SubnetIds": "subnet-ec94pncc",
"InternetMaxBandwidthOut": 15,
"Status": "Running",
"CreateTime": "2024-03-29 11:02:32",
"ModifyTime": "2024-11-08 11:30:36",
"IsFirstGroup": 1,
"BindingStrategy": {
"StrategyId": "strategy-0c509e2d",
"StrategyName": "Auto Scaling"
"Description": "",
"GatewayId": "",
"Config": {
"MaxReplicas": 0,
"Metrics": null
},
"CreateTime": "",
"ModifyTime": "",
"CronConfig": {
"StrategyId": "",
"Enabled": false,
"Params": null,
"CreateTime": "",
"ModifyTime": ""
},
"MaxReplicas": 0
},
"DefaultWeight": 20
}
],
"TotalCount": 1
}
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.
| Error Code | Description |
|---|---|
| InternalError.InternalError | Internal service error. |
| InvalidParameterValue.InvalidParameterValue | Invalid parameter value. |
| ResourceNotFound.ResourceNotFound | The resource does not exist. |
Apakah halaman ini membantu?
Anda juga dapat Menghubungi Penjualan atau Mengirimkan Tiket untuk meminta bantuan.
masukan