Changes to ccn_api-ref from docs/doc-exports#1835 (CCN API 20260304 version)

Reviewed-by: Hajba, László Antal <laszlo-antal.hajba@t-systems.com>
Co-authored-by: OpenTelekomCloud Proposal Bot <proposalbot@otc-service.com>
Co-committed-by: OpenTelekomCloud Proposal Bot <proposalbot@otc-service.com>
This commit is contained in:
2026-03-06 11:43:14 +00:00
committed by zuul
parent 78ec06e743
commit 5a2f46bc91
2 changed files with 19 additions and 15 deletions

View File

@ -285,7 +285,7 @@ Querying the list of global connection bandwidths that meet the binding conditio
.. code-block:: text .. 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 Example Responses
----------------- -----------------
@ -305,7 +305,7 @@ The global connection bandwidth list has been queried.
"domain_id" : "521bb3d98bed4c6c9ee8669bd0620f76", "domain_id" : "521bb3d98bed4c6c9ee8669bd0620f76",
"bordercross" : false, "bordercross" : false,
"type" : "Region", "type" : "Region",
"binding_service" : "CC", "binding_service" : "GCN",
"enterprise_project_id" : "0c478f9e-73a4-4c45-b9bc-b2c3bfc0d4c0", "enterprise_project_id" : "0c478f9e-73a4-4c45-b9bc-b2c3bfc0d4c0",
"charge_mode" : "bwd", "charge_mode" : "bwd",
"size" : 100, "size" : 100,

View File

@ -5,16 +5,20 @@
Change History Change History
============== ==============
+-----------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------+ +-----------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------+
| Released On | Description | | Released On | Description |
+===================================+=========================================================================================================================================+ +===================================+=============================================================================================================================================+
| 2025-01-29 | This release incorporates the following changes: | | 2025-03-04 | 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." | | | Modified the request and response examples in section "Querying the List of Global Connection Bandwidths That Meet the Binding Conditions". |
+-----------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------+ +-----------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------+
| 2025-01-22 | This release incorporates the following changes: | | 2025-01-29 | This release incorporates the following changes: |
| | | | | |
| | Resolved the issue that there were two titles for querying the details about a global connection bandwidth. | | | Deleted sections "Binding a Global Connection Bandwidth to an Instance" and "Unbinding a Global Connection Bandwidth from an Instance." |
+-----------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------+ +-----------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------+
| 2024-11-26 | This issue is the first official release. | | 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. |
+-----------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------+