Deze pagina is nog niet beschikbaar in uw eigen taal. We werken er hard aan om meer taalversies toe te voegen. Bedankt voor uw steun.
- What's New
- Function Overview
- Service Overview
- Getting Started
-
User Guide
- Elastic IP
- EIP Billing
- Shared Bandwidth
- Monitoring
- Permissions Management
- Change History
- Best Practices
-
API Reference
- Before You Start
- API Overview
- Calling APIs
- APIs
- API V3
- Native OpenStack Neutron APIs V2.0
- Application Examples
- Permissions Policies and Supported Actions
- Appendix
- Change History
- SDK Reference
-
FAQs
-
Product Consultation
- What Is a Quota?
- How Do I Assign or Retrieve a Specific EIP?
- Why Is an EIP Newly Assigned the Same as the One I Released?
- What Are the Differences Between EIP, Private IP Address, and Virtual IP Address?
- Can an EIP That Uses Dedicated Bandwidth Be Changed to Use Shared Bandwidth?
- Can I Bind an EIP to Multiple ECSs?
- What Are the Differences Between the Primary and Extension NICs of ECSs?
- What Is the EIP Assignment Policy?
- Can I Buy a Specific EIP?
- Does an EIP Change Over Time?
- How Do I Query the Region of My EIPs?
- Can a Bandwidth Be Used by Multiple Accounts?
- How Do I Unbind an EIP from an Instance and Bind a New EIP to the Instance?
- Why Can't I Find My Purchased EIP on the Management Console?
- Why My EIPs Are Frozen? How Do I Unfreeze My EIPs?
-
Billing and Payments
- How Is an EIP Billed?
- How Do I Change My EIP Billing Mode Between Pay-per-Use and Yearly/Monthly?
- How Do I Change the Billing Option of a Pay-per-Use EIP Between By Bandwidth and By Traffic?
- What Is Enhanced 95th Percentile Bandwidth Billing?
- Why Am I Still Being Billed After My EIP Has Been Unbound or Released?
- When Will I Be Billed for Reservation Price?
- EIP Binding and Unbinding
-
Bandwidth
- What Bandwidth Types Are Available?
- Is There a Limit to the Number of EIPs That Can Be Added to Each Shared Bandwidth?
- What Are the Differences Between a Dedicated Bandwidth and a Shared Bandwidth?
- What Are Inbound Bandwidth and Outbound Bandwidth?
- How Do I Know If My EIP Bandwidth Limit Has Been Exceeded?
- What Is the Relationship Between Bandwidth and Upload/Download Rate?
- What Are the Differences Between Static BGP and Dynamic BGP?
-
Connectivity
- What Are the Priorities of the Custom Route and EIP If Both Are Configured for an ECS to Enable the ECS to Access the Internet?
- Why Can't My ECS Access the Internet Even After an EIP Is Bound?
- Why Can't an EIP Be Pinged?
- How Do I Unblock an EIP?
- Why Is There Network Jitter or Packet Loss During Cross-Border Communications?
- Why Does the Download Speed of My ECS Is Slow?
- Change History
-
Product Consultation
Querying Shared Bandwidth Types of a Specified Tenant
Function
This API is used to query shared bandwidth types of a specified tenant.
URI
GET /v3/{project_id}/eip/share-bandwidth-types
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
project_id |
Yes |
String |
Minimum length: 0 Maximum length: 32 |
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
fields |
No |
String |
Minimum length: 0 Maximum length: 1024 |
id |
No |
String |
Minimum length: 0 Maximum length: 36 |
bandwidth_type |
No |
String |
Minimum length: 1 Maximum length: 36 |
name_en |
No |
String |
Minimum length: 0 Maximum length: 256 |
name_zh |
No |
String |
Minimum length: 0 Maximum length: 256 |
public_border_group |
No |
String |
Minimum length: 0 Maximum length: 36 |
sort_key |
No |
String |
Minimum length: 0 Maximum length: 1024 |
sort_dir |
No |
String |
Minimum length: 0 Maximum length: 1024 |
limit |
No |
Integer |
Minimum value: 0 Maximum value: 2000 |
Request Parameter
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
X-Auth-Token |
Yes |
String |
User token. The token can be obtained by calling the IAM API used for obtaining a user token. The value of X-Subject-Token in the response header is the user token. Minimum length: 0 Maximum length: 4096 |
Response Parameters
Status code: 200
Parameter |
Type |
Description |
---|---|---|
share_bandwidth_types |
Array of ShareBandwidthTypeShowResp objects |
Shared bandwidth type. |
request_id |
String |
Request ID. |
page_info |
PageInfoOption object |
Pagination page number information. |
Parameter |
Type |
Description |
---|---|---|
id |
String |
Bandwidth type ID. Minimum length: 0 Maximum length: 36 |
bandwidth_type |
String |
Bandwidth type. Minimum length: 0 Maximum length: 36 |
public_border_group |
String |
Central region or edge site. The parameter is displayed by default. Minimum length: 0 Maximum length: 64 |
created_at |
String |
Assigning time Minimum length: 0 Maximum length: 64 |
updated_at |
String |
Update time Minimum length: 0 Maximum length: 64 |
name_en |
String |
Bandwidth type in English. Minimum length: 0 Maximum length: 256 |
name_zh |
String |
Bandwidth type in Chinese. Minimum length: 0 Maximum length: 256 |
description |
String |
Bandwidth type description. Minimum length: 0 Maximum length: 1024 |
Parameter |
Type |
Description |
---|---|---|
previous_marker |
String |
Marker value of the previous page. Minimum length: 0 Maximum length: 36 |
next_marker |
String |
Marker value of the next page. Minimum length: 0 Maximum length: 36 |
current_count |
Integer |
Total number of data records on the current page. Minimum value: 0 Maximum value: 99999 |
Example Request
None
Example Response
Status code: 200
Normal response to the GET operation
{ "share_bandwidth_types" : [ { "id" : "1b478471-eaf1-4a71-9c77-edba89f62016", "bandwidth_type" : "share", "name_en" : "share_bandwidth_type", "description" : null, "created_at" : "2021-09-29T04:19:22Z", "updated_at" : "2021-09-29T04:19:22Z", "public_border_group" : "center" }, { "id" : "2bbb2990-e908-46a7-b664-03d3084af032", "bandwidth_type" : "edgeshare", "name_en" : "edge_share_bandwidth_type", "description" : null, "created_at" : "2021-09-29T04:19:22Z", "updated_at" : "2021-09-29T04:19:22Z", "public_border_group" : "az1" } ], "request_id" : "07f05e3d-b688-43f8-bda2-e9d10d2352e9", "page_info" : { "previous_marker" : "1b478471-eaf1-4a71-9c77-edba89f62016", "current_count" : 2 } }
Status Codes
See Status Codes.
Error Codes
See Error Codes.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.