调用DescribeVpnGatewaysBilling查询指定VPN网关的计费信息。
名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | DescribeVpnGatewaysBilling | 要执行的操作,取值:DescribeVpnGatewaysBilling。 |
Version | String | 是 | 2020-04-01 | API版本信息。 |
PageSize | Integer | 否 | 20 | 分页查询时每页的行数。取值范围:1~100,默认值为20。 |
PageNumber | Integer | 否 | 1 | 分页查询的页码。
|
VpnGatewayIds.N | List of String | 否 | VpnGatewayIds.1=vgw-273zkshb2qayo7fap8t2****&VpnGatewayIds.2=vgw-wb7ujxgeb3**** | VPN网关的ID。您可调用DescribeVpnGateways查询VPN网关的ID信息。
|
ProjectName | String | 否 | project01 | VPN网关所属项目。
|
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
RequestId | String | 2022032416142901022524308102CF**** | 请求ID |
PageSize | Integer | 10 | 当前分页的行数。 |
PageNumber | Integer | 1 | 当前页码。 |
TotalCount | Integer | 1 | 符合查询条件的VPN网关的数量。 |
VpnGateways | Array of struct | - | VPN网关详细计费信息列表。具体请参见下表“VpnGateway”。 |
VpnGateway
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
VpnGatewayId | String | vgw-2zeerraiwb7uj**** | VPN网关的ID。 |
BillingStatus | Integer | 1 | 计费状态。
|
BillingType | Integer | 1 | VPN网关的计费类型。
|
ExpiredTime | String | 2021-03-11 23:59:59 | VPN网关的到期时间。 |
ReclaimTime | String | 2021-03-18 23:59:59 | VPN网关的回收时间。 |
RemainRenewTimes | Integer | 1 | 剩余自动续费次数。
|
RenewType | Integer | 1 | 自动续费类型。
|
OverdueTime | String | 2023-08-07T23:23:23+08:00 | 资源冻结时间。仅当资源因为欠费冻结,此参数才会有返回值,否则均返回空值。 |
OverdueReclaimTime | String | 2019-04-29T01:37:38+08:00 | 资源欠费关停后系统强制回收时间。仅当资源因为欠费冻结,此参数才会有返回值,否则均返回空值。 |
GET /?Action=DescribeVpnGatewaysBilling&Version=2020-04-01 HTTP/1.1 Host: open.volcengineapi.com ServiceName: vpn Region: cn-beijing
{ "ResponseMetadata":{ "RequestId":"2022032416142901022524308102CF****", "Action":"DescribeVpnGatewaysBilling", "Version":"2020-04-01", "Service":"vpn", "Region":"cn-beijing" }, "Result":{ "RequestId":"2022032416142901022524308102CF****", "PageNumber":1, "PageSize":20, "TotalCount":1, "VpnGateways":[ { "VpnGatewayId":"vgw-2fe7zjsz13ksg5oxruwed****", "BillingType":1, "BillingStatus":1, "RenewType":1, "RemainRenewTimes":-1, "ExpiredTime":"2022-05-21 23:59:59", "ReclaimTime":"2022-06-05 23:59:59", "OverdueTime":"", "OverdueReclaimTime":"" } ] } }
此处仅展示当前API的错误码,更多错误码请参见公共错误码。
HttpCode | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | InvalidPage.Malformed | The specified page is malformed. | 指定的分页参数不合法。 |
400 | LimitExceeded.VpnGatewayId | You've reached the limit on the number of VPN gateway IDs that you can describe. | 已达到可查询的VPN网关ID数量上限。 |