Changes to ccn_api-ref from docs/doc-exports#1451 (CCN API 20250121 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-01-29 15:26:58 +00:00
committed by zuul
parent b6e0030d26
commit 78ec06e743
42 changed files with 6944 additions and 3 deletions

View File

@ -0,0 +1,73 @@
:original_name: DeleteGlobalConnectionBandwidth.html
.. _DeleteGlobalConnectionBandwidth:
Deleting a Global Connection Bandwidth
======================================
Function
--------
This API is used to delete a global connection bandwidth.
URI
---
DELETE /v3/{domain_id}/gcb/gcbandwidths/{id}
.. table:: **Table 1** Path Parameters
========= ========= ====== ============
Parameter Mandatory Type Description
========= ========= ====== ============
domain_id Yes String Account ID.
id Yes String Instance ID.
========= ========= ====== ============
Request Parameters
------------------
.. table:: **Table 2** Request header parameters
============ ========= ====== ===========
Parameter Mandatory Type Description
============ ========= ====== ===========
X-Auth-Token No String User token.
============ ========= ====== ===========
Response Parameters
-------------------
**Status code: 204**
The global connection bandwidth has been deleted.
None
Example Requests
----------------
Deleting a global connection bandwidth
.. code-block:: text
DELETE https://{cc_endpoint}/v3/{domain_id}/gcb/gcbandwidths/{id}
Example Responses
-----------------
None
Status Codes
------------
=========== =================================================
Status Code Description
=========== =================================================
204 The global connection bandwidth has been deleted.
=========== =================================================
Error Codes
-----------
See :ref:`Error Codes <errorcode>`.

View File

@ -0,0 +1,28 @@
:original_name: topic_300000019.html
.. _topic_300000019:
Global Connection Bandwidths
============================
- :ref:`Querying the Global Connection Bandwidth List <listglobalconnectionbandwidths>`
- :ref:`Creating a Global Connection Bandwidth <createglobalconnectionbandwidth>`
- :ref:`Querying a Global Connection Bandwidth <showglobalconnectionbandwidth>`
- :ref:`Updating a Global Connection Bandwidth <updateglobalconnectionbandwidth>`
- :ref:`Deleting a Global Connection Bandwidth <deleteglobalconnectionbandwidth>`
- :ref:`Querying the List of Global Connection Bandwidths That Meet the Binding Conditions <listsupportbindingconnectionbandwidths>`
- :ref:`Querying the Tenant Configuration of a Global Connection Bandwidth <listglobalconnectionbandwidthconfigs>`
- :ref:`Querying the Site List <listglobalconnectionbandwidthsites>`
.. toctree::
:maxdepth: 1
:hidden:
querying_the_global_connection_bandwidth_list
creating_a_global_connection_bandwidth
querying_a_global_connection_bandwidth
updating_a_global_connection_bandwidth
deleting_a_global_connection_bandwidth
querying_the_list_of_global_connection_bandwidths_that_meet_the_binding_conditions
querying_the_tenant_configuration_of_a_global_connection_bandwidth
querying_the_site_list

File diff suppressed because it is too large Load Diff