Update content

This commit is contained in:
OpenTelekomCloud Proposal Bot 2023-12-06 08:33:02 +00:00 committed by lhajba
parent 19696e40a6
commit 45d5c14af3
22 changed files with 324 additions and 327 deletions

View File

@ -131,21 +131,21 @@ Response Parameters
.. table:: **Table 5** Tag .. table:: **Table 5** Tag
+-----------------------+-----------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +-----------------------+-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Parameter | Type | Description | | Parameter | Type | Description |
+=======================+=======================+==============================================================================================================================================================================+ +=======================+=======================+==================================================================================================================================================================================================+
| key | String | Tag key. The value can contain a maximum of 36 Unicode characters, including uppercase letters, lowercase letters, digits, hyphens (-), underscores (_), and at signs (@). | | key | String | Tag key. The value contain up to 128 characters (36 characters on the console), including uppercase letters, lowercase letters, digits, hyphens (-), underscores (_), and at signs (@). |
| | | | | | | |
| | | Minimum: **0** | | | | Minimum: **1** |
| | | | | | | |
| | | Maximum: **128** | | | | Maximum: **128** |
+-----------------------+-----------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +-----------------------+-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| value | String | Tag value. The value can contain a maximum of 43 Unicode characters, including uppercase letters, lowercase letters, digits, hyphens (-), underscores (_), and at signs (@). | | value | String | Tag value. The value contain up to 128 characters in API (43 characters on the console), including uppercase letters, lowercase letters, digits, hyphens (-), underscores (_), and at signs (@). |
| | | | | | | |
| | | Minimum: **0** | | | | Minimum: **0** |
| | | | | | | |
| | | Maximum: **128** | | | | Maximum: **128** |
+-----------------------+-----------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +-----------------------+-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
.. _listattachments__response_pageinfo: .. _listattachments__response_pageinfo:

View File

@ -83,21 +83,21 @@ Response Parameters
.. table:: **Table 4** Tag .. table:: **Table 4** Tag
+-----------------------+-----------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +-----------------------+-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Parameter | Type | Description | | Parameter | Type | Description |
+=======================+=======================+==============================================================================================================================================================================+ +=======================+=======================+==================================================================================================================================================================================================+
| key | String | Tag key. The value can contain a maximum of 36 Unicode characters, including uppercase letters, lowercase letters, digits, hyphens (-), underscores (_), and at signs (@). | | key | String | Tag key. The value contain up to 128 characters (36 characters on the console), including uppercase letters, lowercase letters, digits, hyphens (-), underscores (_), and at signs (@). |
| | | | | | | |
| | | Minimum: **0** | | | | Minimum: **1** |
| | | | | | | |
| | | Maximum: **128** | | | | Maximum: **128** |
+-----------------------+-----------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +-----------------------+-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| value | String | Tag value. The value can contain a maximum of 43 Unicode characters, including uppercase letters, lowercase letters, digits, hyphens (-), underscores (_), and at signs (@). | | value | String | Tag value. The value contain up to 128 characters in API (43 characters on the console), including uppercase letters, lowercase letters, digits, hyphens (-), underscores (_), and at signs (@). |
| | | | | | | |
| | | Minimum: **0** | | | | Minimum: **0** |
| | | | | | | |
| | | Maximum: **128** | | | | Maximum: **128** |
+-----------------------+-----------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +-----------------------+-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
Example Requests Example Requests
---------------- ----------------

View File

@ -109,21 +109,21 @@ Response Parameters
.. table:: **Table 6** Tag .. table:: **Table 6** Tag
+-----------------------+-----------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +-----------------------+-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Parameter | Type | Description | | Parameter | Type | Description |
+=======================+=======================+==============================================================================================================================================================================+ +=======================+=======================+==================================================================================================================================================================================================+
| key | String | Tag key. The value can contain a maximum of 36 Unicode characters, including uppercase letters, lowercase letters, digits, hyphens (-), underscores (_), and at signs (@). | | key | String | Tag key. The value contain up to 128 characters (36 characters on the console), including uppercase letters, lowercase letters, digits, hyphens (-), underscores (_), and at signs (@). |
| | | | | | | |
| | | Minimum: **0** | | | | Minimum: **1** |
| | | | | | | |
| | | Maximum: **128** | | | | Maximum: **128** |
+-----------------------+-----------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +-----------------------+-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| value | String | Tag value. The value can contain a maximum of 43 Unicode characters, including uppercase letters, lowercase letters, digits, hyphens (-), underscores (_), and at signs (@). | | value | String | Tag value. The value contain up to 128 characters in API (43 characters on the console), including uppercase letters, lowercase letters, digits, hyphens (-), underscores (_), and at signs (@). |
| | | | | | | |
| | | Minimum: **0** | | | | Minimum: **0** |
| | | | | | | |
| | | Maximum: **128** | | | | Maximum: **128** |
+-----------------------+-----------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +-----------------------+-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
Example Requests Example Requests
---------------- ----------------

View File

@ -81,7 +81,7 @@ Example Responses
**Status code: 200** **Status code: 200**
AZs queried successfully. OK
.. code-block:: .. code-block::
@ -98,11 +98,11 @@ AZs queried successfully.
Status Codes Status Codes
------------ ------------
=========== ========================= =========== ===========
Status Code Description Status Code Description
=========== ========================= =========== ===========
200 AZs queried successfully. 200 OK
=========== ========================= =========== ===========
Error Codes Error Codes
----------- -----------

View File

@ -81,32 +81,32 @@ Response Parameters
+------------------------------------+------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------+ +------------------------------------+------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------+
| default_association_route_table_id | String | Default association route table ID | | default_association_route_table_id | String | Default association route table ID |
+------------------------------------+------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------+ +------------------------------------+------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------+
| availability_zone_ids | Array of Strings | AZs where the enterprise router is located | | availability_zone_ids | Array of strings | AZs where the enterprise router is located |
+------------------------------------+------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------+ +------------------------------------+------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------+
| auto_accept_shared_attachments | Boolean | Whether to automatically accept shared attachments. The default value is **false**, indicating that the function is disabled. | | auto_accept_shared_attachments | Boolean | Whether to automatically accept shared attachments. The default value is **false**, indicating that the function is disabled. |
+------------------------------------+------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------+ +------------------------------------+------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------+
| cidr_blocks | Array of Strings | Enterprise router CIDR block. This parameter is not supported for now. | | cidr_blocks | Array of strings | Enterprise router CIDR block. This parameter is not supported for now. |
+------------------------------------+------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------+ +------------------------------------+------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------+
.. _showenterpriserouter__response_tag: .. _showenterpriserouter__response_tag:
.. table:: **Table 4** Tag .. table:: **Table 4** Tag
+-----------------------+-----------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +-----------------------+-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Parameter | Type | Description | | Parameter | Type | Description |
+=======================+=======================+==============================================================================================================================================================================+ +=======================+=======================+==================================================================================================================================================================================================+
| key | String | Tag key. The value can contain a maximum of 36 Unicode characters, including uppercase letters, lowercase letters, digits, hyphens (-), underscores (_), and at signs (@). | | key | String | Tag key. The value contain up to 128 characters (36 characters on the console), including uppercase letters, lowercase letters, digits, hyphens (-), underscores (_), and at signs (@). |
| | | | | | | |
| | | Minimum: **0** | | | | Minimum: **1** |
| | | | | | | |
| | | Maximum: **128** | | | | Maximum: **128** |
+-----------------------+-----------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +-----------------------+-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| value | String | Tag value. The value can contain a maximum of 43 Unicode characters, including uppercase letters, lowercase letters, digits, hyphens (-), underscores (_), and at signs (@). | | value | String | Tag value. The value contain up to 128 characters in API (43 characters on the console), including uppercase letters, lowercase letters, digits, hyphens (-), underscores (_), and at signs (@). |
| | | | | | | |
| | | Minimum: **0** | | | | Minimum: **0** |
| | | | | | | |
| | | Maximum: **128** | | | | Maximum: **128** |
+-----------------------+-----------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +-----------------------+-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
Example Requests Example Requests
---------------- ----------------

View File

@ -117,32 +117,32 @@ Response Parameters
+------------------------------------+-------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------+ +------------------------------------+-------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------+
| default_association_route_table_id | String | Default association route table ID | | default_association_route_table_id | String | Default association route table ID |
+------------------------------------+-------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------+ +------------------------------------+-------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------+
| availability_zone_ids | Array of Strings | AZs where the enterprise router is located | | availability_zone_ids | Array of strings | AZs where the enterprise router is located |
+------------------------------------+-------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------+ +------------------------------------+-------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------+
| auto_accept_shared_attachments | Boolean | Whether to automatically accept shared attachments. The default value is **false**, indicating that the function is disabled. | | auto_accept_shared_attachments | Boolean | Whether to automatically accept shared attachments. The default value is **false**, indicating that the function is disabled. |
+------------------------------------+-------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------+ +------------------------------------+-------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------+
| cidr_blocks | Array of Strings | Enterprise router CIDR block. This parameter is not supported for now. | | cidr_blocks | Array of strings | Enterprise router CIDR block. This parameter is not supported for now. |
+------------------------------------+-------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------+ +------------------------------------+-------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------+
.. _listenterpriserouters__response_tag: .. _listenterpriserouters__response_tag:
.. table:: **Table 5** Tag .. table:: **Table 5** Tag
+-----------------------+-----------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +-----------------------+-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Parameter | Type | Description | | Parameter | Type | Description |
+=======================+=======================+==============================================================================================================================================================================+ +=======================+=======================+==================================================================================================================================================================================================+
| key | String | Tag key. The value can contain a maximum of 36 Unicode characters, including uppercase letters, lowercase letters, digits, hyphens (-), underscores (_), and at signs (@). | | key | String | Tag key. The value contain up to 128 characters (36 characters on the console), including uppercase letters, lowercase letters, digits, hyphens (-), underscores (_), and at signs (@). |
| | | | | | | |
| | | Minimum: **0** | | | | Minimum: **1** |
| | | | | | | |
| | | Maximum: **128** | | | | Maximum: **128** |
+-----------------------+-----------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +-----------------------+-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| value | String | Tag value. The value can contain a maximum of 43 Unicode characters, including uppercase letters, lowercase letters, digits, hyphens (-), underscores (_), and at signs (@). | | value | String | Tag value. The value contain up to 128 characters in API (43 characters on the console), including uppercase letters, lowercase letters, digits, hyphens (-), underscores (_), and at signs (@). |
| | | | | | | |
| | | Minimum: **0** | | | | Minimum: **0** |
| | | | | | | |
| | | Maximum: **128** | | | | Maximum: **128** |
+-----------------------+-----------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +-----------------------+-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
.. _listenterpriserouters__response_pageinfo: .. _listenterpriserouters__response_pageinfo:

View File

@ -122,32 +122,32 @@ Response Parameters
+------------------------------------+--------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------+ +------------------------------------+--------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------+
| default_association_route_table_id | String | Default association route table ID | | default_association_route_table_id | String | Default association route table ID |
+------------------------------------+--------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------+ +------------------------------------+--------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------+
| availability_zone_ids | Array of Strings | AZs where the enterprise router is located | | availability_zone_ids | Array of strings | AZs where the enterprise router is located |
+------------------------------------+--------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------+ +------------------------------------+--------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------+
| auto_accept_shared_attachments | Boolean | Whether to automatically accept shared attachments. The default value is **false**, indicating that the function is disabled. | | auto_accept_shared_attachments | Boolean | Whether to automatically accept shared attachments. The default value is **false**, indicating that the function is disabled. |
+------------------------------------+--------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------+ +------------------------------------+--------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------+
| cidr_blocks | Array of Strings | Enterprise router CIDR block. This parameter is not supported for now. | | cidr_blocks | Array of strings | Enterprise router CIDR block. This parameter is not supported for now. |
+------------------------------------+--------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------+ +------------------------------------+--------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------+
.. _updateenterpriserouter__response_tag: .. _updateenterpriserouter__response_tag:
.. table:: **Table 6** Tag .. table:: **Table 6** Tag
+-----------------------+-----------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +-----------------------+-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Parameter | Type | Description | | Parameter | Type | Description |
+=======================+=======================+==============================================================================================================================================================================+ +=======================+=======================+==================================================================================================================================================================================================+
| key | String | Tag key. The value can contain a maximum of 36 Unicode characters, including uppercase letters, lowercase letters, digits, hyphens (-), underscores (_), and at signs (@). | | key | String | Tag key. The value contain up to 128 characters (36 characters on the console), including uppercase letters, lowercase letters, digits, hyphens (-), underscores (_), and at signs (@). |
| | | | | | | |
| | | Minimum: **0** | | | | Minimum: **1** |
| | | | | | | |
| | | Maximum: **128** | | | | Maximum: **128** |
+-----------------------+-----------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +-----------------------+-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| value | String | Tag value. The value can contain a maximum of 43 Unicode characters, including uppercase letters, lowercase letters, digits, hyphens (-), underscores (_), and at signs (@). | | value | String | Tag value. The value contain up to 128 characters in API (43 characters on the console), including uppercase letters, lowercase letters, digits, hyphens (-), underscores (_), and at signs (@). |
| | | | | | | |
| | | Minimum: **0** | | | | Minimum: **0** |
| | | | | | | |
| | | Maximum: **128** | | | | Maximum: **128** |
+-----------------------+-----------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +-----------------------+-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
Example Requests Example Requests
---------------- ----------------

View File

@ -87,21 +87,21 @@ Request Parameters
.. table:: **Table 6** Tag .. table:: **Table 6** Tag
+-----------------+-----------------+-----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +-----------------+-----------------+-----------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Parameter | Mandatory | Type | Description | | Parameter | Mandatory | Type | Description |
+=================+=================+=================+==============================================================================================================================================================================+ +=================+=================+=================+==================================================================================================================================================================================================+
| key | No | String | Tag key. The value can contain a maximum of 36 Unicode characters, including uppercase letters, lowercase letters, digits, hyphens (-), underscores (_), and at signs (@). | | key | No | String | Tag key. The value contain up to 128 characters (36 characters on the console), including uppercase letters, lowercase letters, digits, hyphens (-), underscores (_), and at signs (@). |
| | | | | | | | | |
| | | | Minimum: **0** | | | | | Minimum: **1** |
| | | | | | | | | |
| | | | Maximum: **128** | | | | | Maximum: **128** |
+-----------------+-----------------+-----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +-----------------+-----------------+-----------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| value | No | String | Tag value. The value can contain a maximum of 43 Unicode characters, including uppercase letters, lowercase letters, digits, hyphens (-), underscores (_), and at signs (@). | | value | No | String | Tag value. The value contain up to 128 characters in API (43 characters on the console), including uppercase letters, lowercase letters, digits, hyphens (-), underscores (_), and at signs (@). |
| | | | | | | | | |
| | | | Minimum: **0** | | | | | Minimum: **0** |
| | | | | | | | | |
| | | | Maximum: **128** | | | | | Maximum: **128** |
+-----------------+-----------------+-----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +-----------------+-----------------+-----------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
Response Parameters Response Parameters
------------------- -------------------
@ -160,21 +160,21 @@ Response Parameters
.. table:: **Table 10** Tag .. table:: **Table 10** Tag
+-----------------------+-----------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +-----------------------+-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Parameter | Type | Description | | Parameter | Type | Description |
+=======================+=======================+==============================================================================================================================================================================+ +=======================+=======================+==================================================================================================================================================================================================+
| key | String | Tag key. The value can contain a maximum of 36 Unicode characters, including uppercase letters, lowercase letters, digits, hyphens (-), underscores (_), and at signs (@). | | key | String | Tag key. The value contain up to 128 characters (36 characters on the console), including uppercase letters, lowercase letters, digits, hyphens (-), underscores (_), and at signs (@). |
| | | | | | | |
| | | Minimum: **0** | | | | Minimum: **1** |
| | | | | | | |
| | | Maximum: **128** | | | | Maximum: **128** |
+-----------------------+-----------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +-----------------------+-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| value | String | Tag value. The value can contain a maximum of 43 Unicode characters, including uppercase letters, lowercase letters, digits, hyphens (-), underscores (_), and at signs (@). | | value | String | Tag value. The value contain up to 128 characters in API (43 characters on the console), including uppercase letters, lowercase letters, digits, hyphens (-), underscores (_), and at signs (@). |
| | | | | | | |
| | | Minimum: **0** | | | | Minimum: **0** |
| | | | | | | |
| | | Maximum: **128** | | | | Maximum: **128** |
+-----------------------+-----------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +-----------------------+-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
.. _createroutetable__response_bgpoptions: .. _createroutetable__response_bgpoptions:

View File

@ -79,21 +79,21 @@ Response Parameters
.. table:: **Table 4** Tag .. table:: **Table 4** Tag
+-----------------------+-----------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +-----------------------+-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Parameter | Type | Description | | Parameter | Type | Description |
+=======================+=======================+==============================================================================================================================================================================+ +=======================+=======================+==================================================================================================================================================================================================+
| key | String | Tag key. The value can contain a maximum of 36 Unicode characters, including uppercase letters, lowercase letters, digits, hyphens (-), underscores (_), and at signs (@). | | key | String | Tag key. The value contain up to 128 characters (36 characters on the console), including uppercase letters, lowercase letters, digits, hyphens (-), underscores (_), and at signs (@). |
| | | | | | | |
| | | Minimum: **0** | | | | Minimum: **1** |
| | | | | | | |
| | | Maximum: **128** | | | | Maximum: **128** |
+-----------------------+-----------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +-----------------------+-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| value | String | Tag value. The value can contain a maximum of 43 Unicode characters, including uppercase letters, lowercase letters, digits, hyphens (-), underscores (_), and at signs (@). | | value | String | Tag value. The value contain up to 128 characters in API (43 characters on the console), including uppercase letters, lowercase letters, digits, hyphens (-), underscores (_), and at signs (@). |
| | | | | | | |
| | | Minimum: **0** | | | | Minimum: **0** |
| | | | | | | |
| | | Maximum: **128** | | | | Maximum: **128** |
+-----------------------+-----------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +-----------------------+-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
.. _showroutetable__response_bgpoptions: .. _showroutetable__response_bgpoptions:

View File

@ -115,21 +115,21 @@ Response Parameters
.. table:: **Table 5** Tag .. table:: **Table 5** Tag
+-----------------------+-----------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +-----------------------+-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Parameter | Type | Description | | Parameter | Type | Description |
+=======================+=======================+==============================================================================================================================================================================+ +=======================+=======================+==================================================================================================================================================================================================+
| key | String | Tag key. The value can contain a maximum of 36 Unicode characters, including uppercase letters, lowercase letters, digits, hyphens (-), underscores (_), and at signs (@). | | key | String | Tag key. The value contain up to 128 characters (36 characters on the console), including uppercase letters, lowercase letters, digits, hyphens (-), underscores (_), and at signs (@). |
| | | | | | | |
| | | Minimum: **0** | | | | Minimum: **1** |
| | | | | | | |
| | | Maximum: **128** | | | | Maximum: **128** |
+-----------------------+-----------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +-----------------------+-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| value | String | Tag value. The value can contain a maximum of 43 Unicode characters, including uppercase letters, lowercase letters, digits, hyphens (-), underscores (_), and at signs (@). | | value | String | Tag value. The value contain up to 128 characters in API (43 characters on the console), including uppercase letters, lowercase letters, digits, hyphens (-), underscores (_), and at signs (@). |
| | | | | | | |
| | | Minimum: **0** | | | | Minimum: **0** |
| | | | | | | |
| | | Maximum: **128** | | | | Maximum: **128** |
+-----------------------+-----------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +-----------------------+-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
.. _listroutetables__response_bgpoptions: .. _listroutetables__response_bgpoptions:

View File

@ -119,21 +119,21 @@ Response Parameters
.. table:: **Table 7** Tag .. table:: **Table 7** Tag
+-----------------------+-----------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +-----------------------+-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Parameter | Type | Description | | Parameter | Type | Description |
+=======================+=======================+==============================================================================================================================================================================+ +=======================+=======================+==================================================================================================================================================================================================+
| key | String | Tag key. The value can contain a maximum of 36 Unicode characters, including uppercase letters, lowercase letters, digits, hyphens (-), underscores (_), and at signs (@). | | key | String | Tag key. The value contain up to 128 characters (36 characters on the console), including uppercase letters, lowercase letters, digits, hyphens (-), underscores (_), and at signs (@). |
| | | | | | | |
| | | Minimum: **0** | | | | Minimum: **1** |
| | | | | | | |
| | | Maximum: **128** | | | | Maximum: **128** |
+-----------------------+-----------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +-----------------------+-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| value | String | Tag value. The value can contain a maximum of 43 Unicode characters, including uppercase letters, lowercase letters, digits, hyphens (-), underscores (_), and at signs (@). | | value | String | Tag value. The value contain up to 128 characters in API (43 characters on the console), including uppercase letters, lowercase letters, digits, hyphens (-), underscores (_), and at signs (@). |
| | | | | | | |
| | | Minimum: **0** | | | | Minimum: **0** |
| | | | | | | |
| | | Maximum: **128** | | | | Maximum: **128** |
+-----------------------+-----------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +-----------------------+-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
.. _updateroutetable__response_bgpoptions: .. _updateroutetable__response_bgpoptions:

View File

@ -42,8 +42,6 @@ POST /v3/{project_id}/{resource_type}/{resource_id}/tags
| | | | - **vpc-attachment**: VPC attachment | | | | | - **vpc-attachment**: VPC attachment |
| | | | | | | | | |
| | | | - **vgw-attachment**: virtual gateway attachment | | | | | - **vgw-attachment**: virtual gateway attachment |
| | | | |
| | | | - **attachments**: all attachment types |
+-----------------+-----------------+-----------------+---------------------------------------------------+ +-----------------+-----------------+-----------------+---------------------------------------------------+
Request Parameters Request Parameters
@ -61,21 +59,21 @@ Request Parameters
.. table:: **Table 3** Tag .. table:: **Table 3** Tag
+-----------------+-----------------+-----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +-----------------+-----------------+-----------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Parameter | Mandatory | Type | Description | | Parameter | Mandatory | Type | Description |
+=================+=================+=================+==============================================================================================================================================================================+ +=================+=================+=================+==================================================================================================================================================================================================+
| key | No | String | Tag key. The value can contain a maximum of 36 Unicode characters, including uppercase letters, lowercase letters, digits, hyphens (-), underscores (_), and at signs (@). | | key | No | String | Tag key. The value contain up to 128 characters (36 characters on the console), including uppercase letters, lowercase letters, digits, hyphens (-), underscores (_), and at signs (@). |
| | | | | | | | | |
| | | | Minimum: **0** | | | | | Minimum: **1** |
| | | | | | | | | |
| | | | Maximum: **128** | | | | | Maximum: **128** |
+-----------------+-----------------+-----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +-----------------+-----------------+-----------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| value | No | String | Tag value. The value can contain a maximum of 43 Unicode characters, including uppercase letters, lowercase letters, digits, hyphens (-), underscores (_), and at signs (@). | | value | No | String | Tag value. The value contain up to 128 characters in API (43 characters on the console), including uppercase letters, lowercase letters, digits, hyphens (-), underscores (_), and at signs (@). |
| | | | | | | | | |
| | | | Minimum: **0** | | | | | Minimum: **0** |
| | | | | | | | | |
| | | | Maximum: **128** | | | | | Maximum: **128** |
+-----------------+-----------------+-----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +-----------------+-----------------+-----------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
Response Parameters Response Parameters
------------------- -------------------
@ -109,7 +107,7 @@ Status Codes
=========== =========== =========== ===========
Status Code Description Status Code Description
=========== =========== =========== ===========
204 Created 204 No Content
=========== =========== =========== ===========
Error Codes Error Codes

View File

@ -40,8 +40,6 @@ DELETE /v3/{project_id}/{resource_type}/{resource_id}/tags/{key}
| | | | - **vpc-attachment**: VPC attachment | | | | | - **vpc-attachment**: VPC attachment |
| | | | | | | | | |
| | | | - **vgw-attachment**: virtual gateway attachment | | | | | - **vgw-attachment**: virtual gateway attachment |
| | | | |
| | | | - **attachments**: all attachment types |
+-----------------+-----------------+-----------------+---------------------------------------------------+ +-----------------+-----------------+-----------------+---------------------------------------------------+
Request Parameters Request Parameters

View File

@ -31,8 +31,6 @@ GET /v3/{project_id}/{resource_type}/tags
| | | | - **vpc-attachment**: VPC attachment | | | | | - **vpc-attachment**: VPC attachment |
| | | | | | | | | |
| | | | - **vgw-attachment**: virtual gateway attachment | | | | | - **vgw-attachment**: virtual gateway attachment |
| | | | |
| | | | - **attachments**: all attachment types |
+-----------------+-----------------+-----------------+---------------------------------------------------+ +-----------------+-----------------+-----------------+---------------------------------------------------+
Request Parameters Request Parameters
@ -62,7 +60,7 @@ Response Parameters
+===========+==================+=====================================================================================+ +===========+==================+=====================================================================================+
| key | String | Tag key, which cannot be empty and can contain a maximum of 127 Unicode characters. | | key | String | Tag key, which cannot be empty and can contain a maximum of 127 Unicode characters. |
+-----------+------------------+-------------------------------------------------------------------------------------+ +-----------+------------------+-------------------------------------------------------------------------------------+
| values | Array of Strings | Tag values. Each value can contain a maximum of 255 Unicode characters. | | values | Array of strings | Tag values. Each value can contain a maximum of 255 Unicode characters. |
+-----------+------------------+-------------------------------------------------------------------------------------+ +-----------+------------------+-------------------------------------------------------------------------------------+
Example Requests Example Requests

View File

@ -33,8 +33,6 @@ GET /v3/{project_id}/{resource_type}/{resource_id}/tags
| | | | - **vpc-attachment**: VPC attachment | | | | | - **vpc-attachment**: VPC attachment |
| | | | | | | | | |
| | | | - **vgw-attachment**: virtual gateway attachment | | | | | - **vgw-attachment**: virtual gateway attachment |
| | | | |
| | | | - **attachments**: all attachment types |
+-----------------+-----------------+-----------------+---------------------------------------------------+ +-----------------+-----------------+-----------------+---------------------------------------------------+
Request Parameters Request Parameters
@ -59,21 +57,21 @@ Response Parameters
.. table:: **Table 3** Tag .. table:: **Table 3** Tag
+-----------------------+-----------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +-----------------------+-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Parameter | Type | Description | | Parameter | Type | Description |
+=======================+=======================+==============================================================================================================================================================================+ +=======================+=======================+==================================================================================================================================================================================================+
| key | String | Tag key. The value can contain a maximum of 36 Unicode characters, including uppercase letters, lowercase letters, digits, hyphens (-), underscores (_), and at signs (@). | | key | String | Tag key. The value contain up to 128 characters (36 characters on the console), including uppercase letters, lowercase letters, digits, hyphens (-), underscores (_), and at signs (@). |
| | | | | | | |
| | | Minimum: **0** | | | | Minimum: **1** |
| | | | | | | |
| | | Maximum: **128** | | | | Maximum: **128** |
+-----------------------+-----------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +-----------------------+-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| value | String | Tag value. The value can contain a maximum of 43 Unicode characters, including uppercase letters, lowercase letters, digits, hyphens (-), underscores (_), and at signs (@). | | value | String | Tag value. The value contain up to 128 characters in API (43 characters on the console), including uppercase letters, lowercase letters, digits, hyphens (-), underscores (_), and at signs (@). |
| | | | | | | |
| | | Minimum: **0** | | | | Minimum: **0** |
| | | | | | | |
| | | Maximum: **128** | | | | Maximum: **128** |
+-----------------------+-----------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +-----------------------+-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
Example Requests Example Requests
---------------- ----------------

View File

@ -85,21 +85,21 @@ Request Parameters
.. table:: **Table 5** Tag .. table:: **Table 5** Tag
+-----------------+-----------------+-----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +-----------------+-----------------+-----------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Parameter | Mandatory | Type | Description | | Parameter | Mandatory | Type | Description |
+=================+=================+=================+==============================================================================================================================================================================+ +=================+=================+=================+==================================================================================================================================================================================================+
| key | No | String | Tag key. The value can contain a maximum of 36 Unicode characters, including uppercase letters, lowercase letters, digits, hyphens (-), underscores (_), and at signs (@). | | key | No | String | Tag key. The value contain up to 128 characters (36 characters on the console), including uppercase letters, lowercase letters, digits, hyphens (-), underscores (_), and at signs (@). |
| | | | | | | | | |
| | | | Minimum: **0** | | | | | Minimum: **1** |
| | | | | | | | | |
| | | | Maximum: **128** | | | | | Maximum: **128** |
+-----------------+-----------------+-----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +-----------------+-----------------+-----------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| value | No | String | Tag value. The value can contain a maximum of 43 Unicode characters, including uppercase letters, lowercase letters, digits, hyphens (-), underscores (_), and at signs (@). | | value | No | String | Tag value. The value contain up to 128 characters in API (43 characters on the console), including uppercase letters, lowercase letters, digits, hyphens (-), underscores (_), and at signs (@). |
| | | | | | | | | |
| | | | Minimum: **0** | | | | | Minimum: **0** |
| | | | | | | | | |
| | | | Maximum: **128** | | | | | Maximum: **128** |
+-----------------+-----------------+-----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +-----------------+-----------------+-----------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
Response Parameters Response Parameters
------------------- -------------------
@ -166,21 +166,21 @@ Response Parameters
.. table:: **Table 9** Tag .. table:: **Table 9** Tag
+-----------------------+-----------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +-----------------------+-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Parameter | Type | Description | | Parameter | Type | Description |
+=======================+=======================+==============================================================================================================================================================================+ +=======================+=======================+==================================================================================================================================================================================================+
| key | String | Tag key. The value can contain a maximum of 36 Unicode characters, including uppercase letters, lowercase letters, digits, hyphens (-), underscores (_), and at signs (@). | | key | String | Tag key. The value contain up to 128 characters (36 characters on the console), including uppercase letters, lowercase letters, digits, hyphens (-), underscores (_), and at signs (@). |
| | | | | | | |
| | | Minimum: **0** | | | | Minimum: **1** |
| | | | | | | |
| | | Maximum: **128** | | | | Maximum: **128** |
+-----------------------+-----------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +-----------------------+-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| value | String | Tag value. The value can contain a maximum of 43 Unicode characters, including uppercase letters, lowercase letters, digits, hyphens (-), underscores (_), and at signs (@). | | value | String | Tag value. The value contain up to 128 characters in API (43 characters on the console), including uppercase letters, lowercase letters, digits, hyphens (-), underscores (_), and at signs (@). |
| | | | | | | |
| | | Minimum: **0** | | | | Minimum: **0** |
| | | | | | | |
| | | Maximum: **128** | | | | Maximum: **128** |
+-----------------------+-----------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +-----------------------+-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
Example Requests Example Requests
---------------- ----------------

View File

@ -87,21 +87,21 @@ Response Parameters
.. table:: **Table 4** Tag .. table:: **Table 4** Tag
+-----------------------+-----------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +-----------------------+-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Parameter | Type | Description | | Parameter | Type | Description |
+=======================+=======================+==============================================================================================================================================================================+ +=======================+=======================+==================================================================================================================================================================================================+
| key | String | Tag key. The value can contain a maximum of 36 Unicode characters, including uppercase letters, lowercase letters, digits, hyphens (-), underscores (_), and at signs (@). | | key | String | Tag key. The value contain up to 128 characters (36 characters on the console), including uppercase letters, lowercase letters, digits, hyphens (-), underscores (_), and at signs (@). |
| | | | | | | |
| | | Minimum: **0** | | | | Minimum: **1** |
| | | | | | | |
| | | Maximum: **128** | | | | Maximum: **128** |
+-----------------------+-----------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +-----------------------+-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| value | String | Tag value. The value can contain a maximum of 43 Unicode characters, including uppercase letters, lowercase letters, digits, hyphens (-), underscores (_), and at signs (@). | | value | String | Tag value. The value contain up to 128 characters in API (43 characters on the console), including uppercase letters, lowercase letters, digits, hyphens (-), underscores (_), and at signs (@). |
| | | | | | | |
| | | Minimum: **0** | | | | Minimum: **0** |
| | | | | | | |
| | | Maximum: **128** | | | | Maximum: **128** |
+-----------------------+-----------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +-----------------------+-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
Example Requests Example Requests
---------------- ----------------

View File

@ -127,21 +127,21 @@ Response Parameters
.. table:: **Table 5** Tag .. table:: **Table 5** Tag
+-----------------------+-----------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +-----------------------+-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Parameter | Type | Description | | Parameter | Type | Description |
+=======================+=======================+==============================================================================================================================================================================+ +=======================+=======================+==================================================================================================================================================================================================+
| key | String | Tag key. The value can contain a maximum of 36 Unicode characters, including uppercase letters, lowercase letters, digits, hyphens (-), underscores (_), and at signs (@). | | key | String | Tag key. The value contain up to 128 characters (36 characters on the console), including uppercase letters, lowercase letters, digits, hyphens (-), underscores (_), and at signs (@). |
| | | | | | | |
| | | Minimum: **0** | | | | Minimum: **1** |
| | | | | | | |
| | | Maximum: **128** | | | | Maximum: **128** |
+-----------------------+-----------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +-----------------------+-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| value | String | Tag value. The value can contain a maximum of 43 Unicode characters, including uppercase letters, lowercase letters, digits, hyphens (-), underscores (_), and at signs (@). | | value | String | Tag value. The value contain up to 128 characters in API (43 characters on the console), including uppercase letters, lowercase letters, digits, hyphens (-), underscores (_), and at signs (@). |
| | | | | | | |
| | | Minimum: **0** | | | | Minimum: **0** |
| | | | | | | |
| | | Maximum: **128** | | | | Maximum: **128** |
+-----------------------+-----------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +-----------------------+-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
.. _listvpcattachments__response_pageinfo: .. _listvpcattachments__response_pageinfo:

View File

@ -113,21 +113,21 @@ Response Parameters
.. table:: **Table 6** Tag .. table:: **Table 6** Tag
+-----------------------+-----------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +-----------------------+-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Parameter | Type | Description | | Parameter | Type | Description |
+=======================+=======================+==============================================================================================================================================================================+ +=======================+=======================+==================================================================================================================================================================================================+
| key | String | Tag key. The value can contain a maximum of 36 Unicode characters, including uppercase letters, lowercase letters, digits, hyphens (-), underscores (_), and at signs (@). | | key | String | Tag key. The value contain up to 128 characters (36 characters on the console), including uppercase letters, lowercase letters, digits, hyphens (-), underscores (_), and at signs (@). |
| | | | | | | |
| | | Minimum: **0** | | | | Minimum: **1** |
| | | | | | | |
| | | Maximum: **128** | | | | Maximum: **128** |
+-----------------------+-----------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +-----------------------+-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| value | String | Tag value. The value can contain a maximum of 43 Unicode characters, including uppercase letters, lowercase letters, digits, hyphens (-), underscores (_), and at signs (@). | | value | String | Tag value. The value contain up to 128 characters in API (43 characters on the console), including uppercase letters, lowercase letters, digits, hyphens (-), underscores (_), and at signs (@). |
| | | | | | | |
| | | Minimum: **0** | | | | Minimum: **0** |
| | | | | | | |
| | | Maximum: **128** | | | | Maximum: **128** |
+-----------------------+-----------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +-----------------------+-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
Example Requests Example Requests
---------------- ----------------

View File

@ -8,6 +8,11 @@ Change History
+-----------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +-----------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Released On | Description | | Released On | Description |
+===================================+================================================================================================================================================================================+ +===================================+================================================================================================================================================================================+
| 2023-12-06 | This release incorporates the following changes: |
| | |
| | - Modified the descriptions of the tag key and value in the document. |
| | - Modified the description of the status code in "Querying AZs." |
+-----------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| 2023-11-17 | This release incorporates the following changes: | | 2023-11-17 | This release incorporates the following changes: |
| | | | | |
| | - Added section "Sharing" to state that this function cannot be used through APIs. | | | - Added section "Sharing" to state that this function cannot be used through APIs. |
@ -16,7 +21,7 @@ Change History
| 2023-11-01 | This release incorporates the following changes: | | 2023-11-01 | This release incorporates the following changes: |
| | | | | |
| | - Modified the **name** parameter in "Creating an Enterprise Router", "Creating a Route Table", and "Updating Route Table Information". | | | - Modified the **name** parameter in "Creating an Enterprise Router", "Creating a Route Table", and "Updating Route Table Information". |
| | - Modified the description of the tag key and value in the document. | | | - Modified the descriptions of the tag key and value in the document. |
| | - Deleted the **owned_by_self** parameter from "Querying Enterprise Routers". | | | - Deleted the **owned_by_self** parameter from "Querying Enterprise Routers". |
| | - Modified the description of status code 202 in "Deleting an Enterprise Router", "Deleting a Static Route", and "Querying Quotas". | | | - Modified the description of status code 202 in "Deleting an Enterprise Router", "Deleting a Static Route", and "Querying Quotas". |
| | - Added constraints in "Updating a Static Route". | | | - Added constraints in "Updating a Static Route". |

View File

@ -16,7 +16,7 @@ Routes
+---------------------------------------+--------------------------------------------------------------------------------------------------+------------------+-------------+--------------------+ +---------------------------------------+--------------------------------------------------------------------------------------------------+------------------+-------------+--------------------+
| Querying static routes | GET /v3/{project_id}/enterprise-router/route-tables/{route_table_id}/static-routes | er:routes:list | Y | Y | | Querying static routes | GET /v3/{project_id}/enterprise-router/route-tables/{route_table_id}/static-routes | er:routes:list | Y | Y |
+---------------------------------------+--------------------------------------------------------------------------------------------------+------------------+-------------+--------------------+ +---------------------------------------+--------------------------------------------------------------------------------------------------+------------------+-------------+--------------------+
| Querying valid routes | GET /v3/{project_id}/enterprise-router/route-tables/{route_table_id}/routes | er:routes:list | Y | Y | | Querying effective routes | GET /v3/{project_id}/enterprise-router/route-tables/{route_table_id}/routes | er:routes:list | Y | Y |
+---------------------------------------+--------------------------------------------------------------------------------------------------+------------------+-------------+--------------------+ +---------------------------------------+--------------------------------------------------------------------------------------------------+------------------+-------------+--------------------+
| Deleting a static route | DELETE /v3/{project_id}/enterprise-router/route-tables/{route_table_id}/static-routes/{route_id} | er:routes:delete | Y | Y | | Deleting a static route | DELETE /v3/{project_id}/enterprise-router/route-tables/{route_table_id}/static-routes/{route_id} | er:routes:delete | Y | Y |
+---------------------------------------+--------------------------------------------------------------------------------------------------+------------------+-------------+--------------------+ +---------------------------------------+--------------------------------------------------------------------------------------------------+------------------+-------------+--------------------+