Queries the details of one or more premium Internet bandwidth plans.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ecd:DescribeNetworkPackages |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
Yes |
The region ID. You can call DescribeRegions to query the regions supported by Elastic Desktop Service. |
cn-hangzhou |
| MaxResults |
integer |
No |
The number of entries per page in a paged query.
|
10 |
| NextToken |
string |
No |
The token for the next query. |
caeba0bbb2be03f84eb48b699f0a4883 |
| NetworkPackageId |
array |
No |
The IDs of the premium Internet bandwidth plans. You can specify 1 to 100 IDs. |
np-amtp8e8q1o9e4**** |
|
string |
No |
The ID of the premium Internet bandwidth plan. |
np-amtp8e8q1o9e4**** |
|
| InternetChargeType |
string |
No |
The billing method of the pay-as-you-go premium Internet bandwidth plan. Valid values:
|
PayByBandwidth |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response object. |
||
| NextToken |
string |
The token for the next query. If NextToken is empty, no more results exist. |
caeba0bbb2be03f84eb48b699f0a4883 |
| RequestId |
string |
The request ID. |
473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E |
| NetworkPackages |
array<object> |
The list of premium Internet bandwidth plans. |
|
|
array<object> |
The information about the premium Internet bandwidth plan. |
||
| NetworkPackageId |
string |
The ID of the premium Internet bandwidth plan. |
np-amtp8e8q1o9e4**** |
| Bandwidth |
integer |
The bandwidth of the premium Internet bandwidth plan. Unit: Mbit/s. |
10 |
| ExpiredTime |
string |
The expiration time of the premium Internet bandwidth plan.
|
2099-12-31T15:59:59Z |
| CreateTime |
string |
The creation time. |
2021-05-10T02:35:26Z |
| OfficeSiteId |
string |
The office network ID. |
cn-hangzhou+dir-363353**** |
| PayType |
string |
The billing method. Valid values:
|
PostPaid |
| InternetChargeType |
string |
The billing method of the premium Internet bandwidth plan.
Valid values:
|
PayByTraffic |
| ReservationInternetChargeType |
string |
The billing method of the reserved network bandwidth. Valid values:
|
PayByBandwidth |
| ReservationBandwidth |
integer |
The peak reserved network bandwidth. Unit: Mbit/s. |
20 |
| ReservationActiveTime |
string |
The effective period of the reserved network bandwidth. |
2021-07-10T00:00:00Z |
| NetworkPackageStatus |
string |
The status of the premium Internet bandwidth plan. Valid values:
|
InUse |
| OfficeSiteName |
string |
The office network name. |
default |
| OfficeSiteVpcType |
string |
The office network type. Valid values:
|
basic |
| EipAddresses |
array |
The public egress IP address of the premium Internet bandwidth plan. |
|
|
string |
The public egress IP address of the premium Internet bandwidth plan. |
120.2.XX.XX |
|
| BusinessStatus |
string |
The business status. Valid values:
|
Normal |
| Tags |
array<object> |
||
|
object |
|||
| Key |
string |
||
| Value |
string |
Examples
Success response
JSON format
{
"NextToken": "caeba0bbb2be03f84eb48b699f0a4883",
"RequestId": "473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E",
"NetworkPackages": [
{
"NetworkPackageId": "np-amtp8e8q1o9e4****",
"Bandwidth": 10,
"ExpiredTime": "2099-12-31T15:59:59Z",
"CreateTime": "2021-05-10T02:35:26Z",
"OfficeSiteId": "cn-hangzhou+dir-363353****",
"PayType": "PostPaid",
"InternetChargeType": "PayByTraffic",
"ReservationInternetChargeType": "PayByBandwidth",
"ReservationBandwidth": 20,
"ReservationActiveTime": "2021-07-10T00:00:00Z",
"NetworkPackageStatus": "InUse",
"OfficeSiteName": "default",
"OfficeSiteVpcType": "basic",
"EipAddresses": [
"120.2.XX.XX"
],
"BusinessStatus": "Normal",
"Tags": [
{
"Key": "",
"Value": ""
}
]
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.