diff --git a/api-ref/source/api/global_connection_bandwidths/querying_the_list_of_global_connection_bandwidths_that_meet_the_binding_conditions.rst b/api-ref/source/api/global_connection_bandwidths/querying_the_list_of_global_connection_bandwidths_that_meet_the_binding_conditions.rst index 71924cc..6735934 100644 --- a/api-ref/source/api/global_connection_bandwidths/querying_the_list_of_global_connection_bandwidths_that_meet_the_binding_conditions.rst +++ b/api-ref/source/api/global_connection_bandwidths/querying_the_list_of_global_connection_bandwidths_that_meet_the_binding_conditions.rst @@ -285,7 +285,7 @@ Querying the list of global connection bandwidths that meet the binding conditio .. code-block:: text - GET https://{cc_endpoint}/v3/{domain_id}/gcb/gcbandwidths/support-bindings?binding_service=CC&local_area=site-def&remote_area=site-abc + GET https://{cc_endpoint}/v3/{domain_id}/gcb/gcbandwidths/support-bindings?binding_service=GCN&local_area=site-def&remote_area=site-abc Example Responses ----------------- @@ -305,7 +305,7 @@ The global connection bandwidth list has been queried. "domain_id" : "521bb3d98bed4c6c9ee8669bd0620f76", "bordercross" : false, "type" : "Region", - "binding_service" : "CC", + "binding_service" : "GCN", "enterprise_project_id" : "0c478f9e-73a4-4c45-b9bc-b2c3bfc0d4c0", "charge_mode" : "bwd", "size" : 100, diff --git a/api-ref/source/change_history.rst b/api-ref/source/change_history.rst index 07ab980..0471cc5 100644 --- a/api-ref/source/change_history.rst +++ b/api-ref/source/change_history.rst @@ -5,16 +5,20 @@ Change History ============== -+-----------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------+ -| Released On | Description | -+===================================+=========================================================================================================================================+ -| 2025-01-29 | This release incorporates the following changes: | -| | | -| | Deleted sections "Binding a Global Connection Bandwidth to an Instance" and "Unbinding a Global Connection Bandwidth from an Instance." | -+-----------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------+ -| 2025-01-22 | This release incorporates the following changes: | -| | | -| | Resolved the issue that there were two titles for querying the details about a global connection bandwidth. | -+-----------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------+ -| 2024-11-26 | This issue is the first official release. | -+-----------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------+ ++-----------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------+ +| Released On | Description | ++===================================+=============================================================================================================================================+ +| 2025-03-04 | This release incorporates the following changes: | +| | | +| | Modified the request and response examples in section "Querying the List of Global Connection Bandwidths That Meet the Binding Conditions". | ++-----------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------+ +| 2025-01-29 | This release incorporates the following changes: | +| | | +| | Deleted sections "Binding a Global Connection Bandwidth to an Instance" and "Unbinding a Global Connection Bandwidth from an Instance." | ++-----------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------+ +| 2025-01-22 | This release incorporates the following changes: | +| | | +| | Resolved the issue that there were two titles for querying the details about a global connection bandwidth. | ++-----------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------+ +| 2024-11-26 | This issue is the first official release. | ++-----------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------+