DescribeGatewayList
Queries a list of gateway instances.
Try it now
Test
RAM authorization
Request syntax
POST HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| PageSize |
string |
No |
The number of entries per page. Valid values:
Default value: 30. |
30 |
| PageNumber |
string |
No |
The page number. |
1 |
| GwClusterId |
string |
No |
The ID of the gateway instance. |
pg-xxxxxxxxxx |
| GwDescription |
string |
No |
The description of the gateway instance. |
test |
| RegionId |
string |
Yes |
The region ID. |
cn-beijing |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response body. |
||
| RequestId |
string |
The request ID. |
CED079B7-A408-41A1-BFF1-EC608E****** |
| PageNumber |
string |
The page number. |
1 |
| PageRecordCount |
string |
The number of entries returned on the current page. |
30 |
| PageSize |
string |
The number of entries per page.
Default value: 30. |
30 |
| TotalRecordCount |
string |
The total number of entries. |
1 |
| Items |
array<object> |
A list of gateway instances. |
|
|
object |
Details of a gateway instance. |
||
| VpcId |
string |
The ID of the virtual private cloud (VPC). |
vpc-**************** |
| VSwitchId |
string |
The vSwitch ID. |
vsw-wz9u0v2yuskt1gth3uuju |
| PayType |
string |
The billing method. Valid values:
|
Postpaid |
| GwClusterId |
string |
The gateway instance ID. |
pg-xxxxxxx |
| GwDescription |
string |
The description of the gateway instance. |
pg-xxxxxx |
| Status |
string |
The status of the gateway instance. Valid values:
|
ACTIVATION |
| RegionId |
string |
The region ID. |
cn-beijing |
| DbType |
string |
The database type. |
polardb_mysql |
| CreateTime |
string |
The time when the gateway instance was created. |
2020-08-14T05:58:42Z |
| ModifyTime |
string |
The time when the gateway instance was last modified. |
2024-10-29T09:31:37Z |
| ExpireTime |
string |
The expiration time of the gateway instance.
|
2028-09-01T16:00:00Z |
| Expired |
boolean |
Indicates whether the gateway instance has expired. Valid values:
|
false |
Examples
Success response
JSON format
{
"RequestId": "CED079B7-A408-41A1-BFF1-EC608E******",
"PageNumber": "1",
"PageRecordCount": "30",
"PageSize": "30",
"TotalRecordCount": "1",
"Items": [
{
"VpcId": "vpc-****************",
"VSwitchId": "vsw-wz9u0v2yuskt1gth3uuju",
"PayType": "Postpaid",
"GwClusterId": "pg-xxxxxxx",
"GwDescription": "pg-xxxxxx",
"Status": "ACTIVATION",
"RegionId": "cn-beijing",
"DbType": "polardb_mysql",
"CreateTime": "2020-08-14T05:58:42Z",
"ModifyTime": "2024-10-29T09:31:37Z",
"ExpireTime": "2028-09-01T16:00:00Z",
"Expired": false
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.