forked from docs/cloud-connect
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:
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,78 @@
|
||||
:original_name: DeleteCentralNetworkPolicy.html
|
||||
|
||||
.. _DeleteCentralNetworkPolicy:
|
||||
|
||||
Deleting a Central Network Policy
|
||||
=================================
|
||||
|
||||
Function
|
||||
--------
|
||||
|
||||
This API is used to delete a central network policy. An applied policy cannot be deleted.
|
||||
|
||||
URI
|
||||
---
|
||||
|
||||
DELETE /v3/{domain_id}/gcn/central-network/{central_network_id}/policies/{policy_id}
|
||||
|
||||
.. table:: **Table 1** Path Parameters
|
||||
|
||||
================== ========= ====== ==========================
|
||||
Parameter Mandatory Type Description
|
||||
================== ========= ====== ==========================
|
||||
domain_id Yes String Account ID.
|
||||
policy_id Yes String Central network policy ID.
|
||||
central_network_id Yes String Central network 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**
|
||||
|
||||
.. table:: **Table 3** Response header parameters
|
||||
|
||||
============ ====== ===========
|
||||
Parameter Type Description
|
||||
============ ====== ===========
|
||||
x-request-id String ``-``
|
||||
============ ====== ===========
|
||||
|
||||
Example Requests
|
||||
----------------
|
||||
|
||||
Deleting a central network policy
|
||||
|
||||
.. code-block:: text
|
||||
|
||||
DELETE /v3/{domain_id}/gcn/central-network/{central_network_id}/policies/{policy_id}
|
||||
|
||||
Example Responses
|
||||
-----------------
|
||||
|
||||
None
|
||||
|
||||
Status Codes
|
||||
------------
|
||||
|
||||
=========== ============================================
|
||||
Status Code Description
|
||||
=========== ============================================
|
||||
204 The central network policy has been deleted.
|
||||
=========== ============================================
|
||||
|
||||
Error Codes
|
||||
-----------
|
||||
|
||||
See :ref:`Error Codes <errorcode>`.
|
||||
22
api-ref/source/api/central_network_policies/index.rst
Normal file
22
api-ref/source/api/central_network_policies/index.rst
Normal file
@ -0,0 +1,22 @@
|
||||
:original_name: topic_300000009.html
|
||||
|
||||
.. _topic_300000009:
|
||||
|
||||
Central Network Policies
|
||||
========================
|
||||
|
||||
- :ref:`Adding a Central Network Policy <createcentralnetworkpolicy>`
|
||||
- :ref:`Querying the List of Central Network Policies <listcentralnetworkpolicies>`
|
||||
- :ref:`Applying a Central Network Policy <applycentralnetworkpolicy>`
|
||||
- :ref:`Deleting a Central Network Policy <deletecentralnetworkpolicy>`
|
||||
- :ref:`Querying the Changes Between the Current Policy and an Applied Policy <listcentralnetworkpolicychangeset>`
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
:hidden:
|
||||
|
||||
adding_a_central_network_policy
|
||||
querying_the_list_of_central_network_policies
|
||||
applying_a_central_network_policy
|
||||
deleting_a_central_network_policy
|
||||
querying_the_changes_between_the_current_policy_and_an_applied_policy
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user