Update content

This commit is contained in:
OpenTelekomCloud Proposal Bot 2023-11-02 01:58:06 +00:00 committed by lhajba
parent 5de4cab7fc
commit 5d115f17b5
37 changed files with 513 additions and 497 deletions

View File

@ -111,15 +111,16 @@ Response Parameters
| resource_type | String | Attachment type. |
| | | |
| | | - **vpc**: VPC attachments |
| | | |
| | | - **vgw**: virtual gateway attachments |
+-----------------------+-----------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------+
| resource_id | String | Unique ID of the attachment |
+-----------------------+-----------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------+
| state | String | Status. Value options: **pending**, **available**, **modifying**, **deleting**, **deleted**, and **failed** |
+-----------------------+-----------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------+
| created_at | String | Creation time. It is UTC time in the format of YYYY-MM-DDTHH:MM:SS. |
| created_at | String | Creation time. It is UTC time in the format of YYYY-MM-DDTHH:mm:ss.sssZ. |
+-----------------------+-----------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------+
| updated_at | String | Update time. It is UTC time in the format of YYYY-MM-DDTHH:MM:SS. |
| updated_at | String | Update time. It is UTC time in the format of YYYY-MM-DDTHH:mm:ss.sssZ. |
+-----------------------+-----------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------+
| route_policy | :ref:`ExportRoutePolicy <associateroutetable__response_exportroutepolicy>` object | Route that controls outbound traffic. Note that this is not currently supported. |
+-----------------------+-----------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------+

View File

@ -52,6 +52,7 @@ GET /v3/{project_id}/enterprise-router/{er_id}/route-tables/{route_table_id}/ass
| resource_type | No | Array | Attachment type. |
| | | | |
| | | | - **vpc**: VPC attachments |
| | | | |
| | | | - **vgw**: virtual gateway attachments |
+-----------------+-----------------+-----------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| state | No | Array | Status. Value options: **pending**, **available**, **modifying**, **deleting**, **deleted**, and **failed** |
@ -107,15 +108,16 @@ Response Parameters
| resource_type | String | Attachment type. |
| | | |
| | | - **vpc**: VPC attachments |
| | | |
| | | - **vgw**: virtual gateway attachments |
+-----------------------+--------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------+
| resource_id | String | Unique ID of the attachment |
+-----------------------+--------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------+
| state | String | Status. Value options: **pending**, **available**, **modifying**, **deleting**, **deleted**, and **failed** |
+-----------------------+--------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------+
| created_at | String | Creation time. It is UTC time in the format of YYYY-MM-DDTHH:MM:SS. |
| created_at | String | Creation time. It is UTC time in the format of YYYY-MM-DDTHH:mm:ss.sssZ. |
+-----------------------+--------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------+
| updated_at | String | Update time. It is UTC time in the format of YYYY-MM-DDTHH:MM:SS. |
| updated_at | String | Update time. It is UTC time in the format of YYYY-MM-DDTHH:mm:ss.sssZ. |
+-----------------------+--------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------+
| route_policy | :ref:`ExportRoutePolicy <listassociations__response_exportroutepolicy>` object | Route that controls outbound traffic. Note that this is not currently supported. |
+-----------------------+--------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------+

View File

@ -102,9 +102,9 @@ Response Parameters
+-----------------------+-------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| state | String | Attachment status. Value options: **pending**, **available**, **modifying**, **deleting**, **deleted**, **failed**, **pending_acceptance**, **rejected**, and **initiating_request** |
+-----------------------+-------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| created_at | String | Creation time in the format YYYY-MM-DDTHH:MM:SS |
| created_at | String | Creation time in the format YYYY-MM-DDTHH:mm:ss.sssZ |
+-----------------------+-------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| updated_at | String | Update time in the format YYYY-MM-DDTHH:MM:SS |
| updated_at | String | Update time in the format YYYY-MM-DDTHH:mm:ss.sssZ |
+-----------------------+-------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| tags | Array of :ref:`Tag <listattachments__response_tag>` objects | Enterprise router tags |
+-----------------------+-------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
@ -131,21 +131,21 @@ Response Parameters
.. table:: **Table 5** Tag
+-----------------------+-----------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Parameter | Type | Description |
+=======================+=======================+=========================================================================================================================================================================+
| key | String | Tag key. The value can contain a maximum of 36 Unicode characters, including uppercase letters, lowercase letters, digits, hyphens (-), and underscores (_). |
| | | |
| | | Minimum: **0** |
| | | |
| | | Maximum: **128** |
+-----------------------+-----------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| value | String | Tag value. The value can contain a maximum of 43 Unicode characters, including uppercase letters, lowercase letters, digits, hyphens (-), underscores (_), periods (.). |
| | | |
| | | Minimum: **0** |
| | | |
| | | Maximum: **128** |
+-----------------------+-----------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+-----------------------+-----------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| 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 (@). |
| | | |
| | | Minimum: **0** |
| | | |
| | | 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 (@). |
| | | |
| | | Minimum: **0** |
| | | |
| | | Maximum: **128** |
+-----------------------+-----------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
.. _listattachments__response_pageinfo:

View File

@ -60,9 +60,9 @@ Response Parameters
+-----------------------+------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| state | String | Attachment status. Value options: **pending**, **available**, **modifying**, **deleting**, **deleted**, **failed**, **pending_acceptance**, **rejected**, and **initiating_request** |
+-----------------------+------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| created_at | String | Creation time in the format YYYY-MM-DDTHH:MM:SS |
| created_at | String | Creation time in the format YYYY-MM-DDTHH:mm:ss.sssZ |
+-----------------------+------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| updated_at | String | Update time in the format YYYY-MM-DDTHH:MM:SS |
| updated_at | String | Update time in the format YYYY-MM-DDTHH:mm:ss.sssZ |
+-----------------------+------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| tags | Array of :ref:`Tag <showattachment__response_tag>` objects | Enterprise router tags |
+-----------------------+------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
@ -83,21 +83,21 @@ Response Parameters
.. table:: **Table 4** Tag
+-----------------------+-----------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Parameter | Type | Description |
+=======================+=======================+=========================================================================================================================================================================+
| key | String | Tag key. The value can contain a maximum of 36 Unicode characters, including uppercase letters, lowercase letters, digits, hyphens (-), and underscores (_). |
| | | |
| | | Minimum: **0** |
| | | |
| | | Maximum: **128** |
+-----------------------+-----------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| value | String | Tag value. The value can contain a maximum of 43 Unicode characters, including uppercase letters, lowercase letters, digits, hyphens (-), underscores (_), periods (.). |
| | | |
| | | Minimum: **0** |
| | | |
| | | Maximum: **128** |
+-----------------------+-----------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+-----------------------+-----------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| 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 (@). |
| | | |
| | | Minimum: **0** |
| | | |
| | | 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 (@). |
| | | |
| | | Minimum: **0** |
| | | |
| | | Maximum: **128** |
+-----------------------+-----------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
Example Requests
----------------

View File

@ -86,9 +86,9 @@ Response Parameters
+-----------------------+--------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| state | String | Attachment status. Value options: **pending**, **available**, **modifying**, **deleting**, **deleted**, **failed**, **pending_acceptance**, **rejected**, and **initiating_request** |
+-----------------------+--------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| created_at | String | Creation time in the format YYYY-MM-DDTHH:MM:SS |
| created_at | String | Creation time in the format YYYY-MM-DDTHH:mm:ss.sssZ |
+-----------------------+--------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| updated_at | String | Update time in the format YYYY-MM-DDTHH:MM:SS |
| updated_at | String | Update time in the format YYYY-MM-DDTHH:mm:ss.sssZ |
+-----------------------+--------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| tags | Array of :ref:`Tag <updateattachment__response_tag>` objects | Enterprise router tags |
+-----------------------+--------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
@ -109,21 +109,21 @@ Response Parameters
.. table:: **Table 6** Tag
+-----------------------+-----------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Parameter | Type | Description |
+=======================+=======================+=========================================================================================================================================================================+
| key | String | Tag key. The value can contain a maximum of 36 Unicode characters, including uppercase letters, lowercase letters, digits, hyphens (-), and underscores (_). |
| | | |
| | | Minimum: **0** |
| | | |
| | | Maximum: **128** |
+-----------------------+-----------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| value | String | Tag value. The value can contain a maximum of 43 Unicode characters, including uppercase letters, lowercase letters, digits, hyphens (-), underscores (_), periods (.). |
| | | |
| | | Minimum: **0** |
| | | |
| | | Maximum: **128** |
+-----------------------+-----------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+-----------------------+-----------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| 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 (@). |
| | | |
| | | Minimum: **0** |
| | | |
| | | 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 (@). |
| | | |
| | | Minimum: **0** |
| | | |
| | | Maximum: **128** |
+-----------------------+-----------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
Example Requests
----------------

View File

@ -54,7 +54,7 @@ Status Codes
=========== ===========
Status Code Description
=========== ===========
202 No Content
202 Accepted
=========== ===========
Error Codes

View File

@ -57,17 +57,17 @@ Response Parameters
+------------------------------------+------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------+
| description | String | Supplementary information about an enterprise router |
+------------------------------------+------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------+
| state | String | Enterprise router status. Value options: **pending**, **available**, **modifying**, **deleting**, **deleted**, **failed** **and freezed** |
| state | String | Enterprise router status. Value options: **pending**, **available**, **modifying**, **deleting**, **deleted**, and **failed** |
+------------------------------------+------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------+
| tags | Array of :ref:`Tag <showenterpriserouter__response_tag>` objects | Tag information |
+------------------------------------+------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------+
| charge_mode | String | Billing mode |
| charge_mode | String | Billing mode: pay-per-use |
| | | |
| | | Default: **postPaid** |
+------------------------------------+------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------+
| created_at | String | Creation time in the format YYYY-MM-DDTHH:MM:SS |
| created_at | String | Creation time in the format YYYY-MM-DDTHH:mm:ss.sssZ |
+------------------------------------+------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------+
| updated_at | String | Update time in the format YYYY-MM-DDTHH:MM:SS |
| updated_at | String | Update time in the format YYYY-MM-DDTHH:mm:ss.sssZ |
+------------------------------------+------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------+
| enterprise_project_id | String | Enterprise project ID |
+------------------------------------+------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------+
@ -92,21 +92,21 @@ Response Parameters
.. table:: **Table 4** Tag
+-----------------------+-----------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Parameter | Type | Description |
+=======================+=======================+=========================================================================================================================================================================+
| key | String | Tag key. The value can contain a maximum of 36 Unicode characters, including uppercase letters, lowercase letters, digits, hyphens (-), and underscores (_). |
| | | |
| | | Minimum: **0** |
| | | |
| | | Maximum: **128** |
+-----------------------+-----------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| value | String | Tag value. The value can contain a maximum of 43 Unicode characters, including uppercase letters, lowercase letters, digits, hyphens (-), underscores (_), periods (.). |
| | | |
| | | Minimum: **0** |
| | | |
| | | Maximum: **128** |
+-----------------------+-----------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+-----------------------+-----------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| 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 (@). |
| | | |
| | | Minimum: **0** |
| | | |
| | | 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 (@). |
| | | |
| | | Minimum: **0** |
| | | |
| | | Maximum: **128** |
+-----------------------+-----------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
Example Requests
----------------

View File

@ -47,17 +47,12 @@ GET /v3/{project_id}/enterprise-router/instances
+-----------------------+-----------------+-----------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| enterprise_project_id | No | Array | Enterprise project ID |
+-----------------------+-----------------+-----------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| state | No | Array | Enterprise router status. Value options: **pending**, **available**, **modifying**, **deleting**, **deleted**, **failed and freezed** |
| state | No | Array | Enterprise router status. Value options: **pending**, **available**, **modifying**, **deleting**, **deleted**, **failed** and **freezed** |
+-----------------------+-----------------+-----------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| id | No | Array | Query by resource ID. Multiple resources can be queried at a time. |
+-----------------------+-----------------+-----------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| resource_id | No | Array | Attachment resource IDs |
+-----------------------+-----------------+-----------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| owned_by_self | No | Boolean | Whether the resources belong to the current account. |
| | | | |
| | | | - If the value is **true**, the resources belong to the current account. |
| | | | - If the value is **false**, the resources include those in the current account and those shared with the current account. |
+-----------------------+-----------------+-----------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| sort_key | No | Array | Keyword for sorting. The keyword can be **id**, **name**, or **state**. By default, **id** is used. |
+-----------------------+-----------------+-----------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| sort_dir | No | Array | Sorting order. There are two value options: **asc** (ascending order) and **desc** (descending order). The default value is **asc**. |
@ -98,17 +93,17 @@ Response Parameters
+------------------------------------+-------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------+
| description | String | Supplementary information about an enterprise router |
+------------------------------------+-------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------+
| state | String | Enterprise router status. Value options: **pending**, **available**, **modifying**, **deleting**, **deleted**, **failed and freezed** |
| state | String | Enterprise router status. Value options: **pending**, **available**, **modifying**, **deleting**, **deleted**, and **failed** |
+------------------------------------+-------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------+
| tags | Array of :ref:`Tag <listenterpriserouters__response_tag>` objects | Tag information |
+------------------------------------+-------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------+
| charge_mode | String | Billing mode |
| charge_mode | String | Billing mode: pay-per-use |
| | | |
| | | Default: **postPaid** |
+------------------------------------+-------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------+
| created_at | String | Creation time in the format YYYY-MM-DDTHH:MM:SS |
| created_at | String | Creation time in the format YYYY-MM-DDTHH:mm:ss.sssZ |
+------------------------------------+-------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------+
| updated_at | String | Update time in the format YYYY-MM-DDTHH:MM:SS |
| updated_at | String | Update time in the format YYYY-MM-DDTHH:mm:ss.sssZ |
+------------------------------------+-------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------+
| enterprise_project_id | String | Enterprise project ID |
+------------------------------------+-------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------+
@ -133,21 +128,21 @@ Response Parameters
.. table:: **Table 5** Tag
+-----------------------+-----------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Parameter | Type | Description |
+=======================+=======================+=========================================================================================================================================================================+
| key | String | Tag key. The value can contain a maximum of 36 Unicode characters, including uppercase letters, lowercase letters, digits, hyphens (-), and underscores (_). |
| | | |
| | | Minimum: **0** |
| | | |
| | | Maximum: **128** |
+-----------------------+-----------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| value | String | Tag value. The value can contain a maximum of 43 Unicode characters, including uppercase letters, lowercase letters, digits, hyphens (-), underscores (_), periods (.). |
| | | |
| | | Minimum: **0** |
| | | |
| | | Maximum: **128** |
+-----------------------+-----------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+-----------------------+-----------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| 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 (@). |
| | | |
| | | Minimum: **0** |
| | | |
| | | 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 (@). |
| | | |
| | | Minimum: **0** |
| | | |
| | | Maximum: **128** |
+-----------------------+-----------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
.. _listenterpriserouters__response_pageinfo:

View File

@ -79,6 +79,8 @@ Request Parameters
| log_stream_id | Yes | String | Log stream ID. Obtain the log stream ID by referring to the *Log Tank Service User Guide*. |
+-----------------+-----------------+-----------------+--------------------------------------------------------------------------------------------+
| log_store_type | Yes | String | Flow log storage type. |
| | | | |
| | | | LTS: Logs are stored on LTS servers. |
+-----------------+-----------------+-----------------+--------------------------------------------------------------------------------------------+
Response Parameters
@ -131,9 +133,9 @@ Response Parameters
+--------------------------+---------+----------------------------------------------------------------------------------------------------------------------+
| log_aggregation_interval | Integer | Log aggregation time, in seconds. The value ranges from **60** to **600**. |
+--------------------------+---------+----------------------------------------------------------------------------------------------------------------------+
| created_at | String | Creation time in the format YYYY-MM-DDTHH:MM:SS |
| created_at | String | Creation time in the format YYYY-MM-DDTHH:mm:ss.sssZ |
+--------------------------+---------+----------------------------------------------------------------------------------------------------------------------+
| updated_at | String | Update time in the format YYYY-MM-DDTHH:MM:SS |
| updated_at | String | Update time in the format YYYY-MM-DDTHH:mm:ss.sssZ |
+--------------------------+---------+----------------------------------------------------------------------------------------------------------------------+
| state | String | Flow log status. Value options: **pending**, **available**, **modifying**, **deleting**, **deleted**, and **failed** |
+--------------------------+---------+----------------------------------------------------------------------------------------------------------------------+

View File

@ -72,9 +72,9 @@ Response Parameters
+--------------------------+---------+----------------------------------------------------------------------------------------------------------------------+
| log_aggregation_interval | Integer | Log aggregation time, in seconds. The value ranges from **60** to **600**. |
+--------------------------+---------+----------------------------------------------------------------------------------------------------------------------+
| created_at | String | Creation time in the format YYYY-MM-DDTHH:MM:SS |
| created_at | String | Creation time in the format YYYY-MM-DDTHH:mm:ss.sssZ |
+--------------------------+---------+----------------------------------------------------------------------------------------------------------------------+
| updated_at | String | Update time in the format YYYY-MM-DDTHH:MM:SS |
| updated_at | String | Update time in the format YYYY-MM-DDTHH:mm:ss.sssZ |
+--------------------------+---------+----------------------------------------------------------------------------------------------------------------------+
| state | String | Flow log status. Value options: **pending**, **available**, **modifying**, **deleting**, **deleted**, and **failed** |
+--------------------------+---------+----------------------------------------------------------------------------------------------------------------------+

View File

@ -72,9 +72,9 @@ Response Parameters
+--------------------------+---------+----------------------------------------------------------------------------------------------------------------------+
| log_aggregation_interval | Integer | Log aggregation time, in seconds. The value ranges from **60** to **600**. |
+--------------------------+---------+----------------------------------------------------------------------------------------------------------------------+
| created_at | String | Creation time in the format YYYY-MM-DDTHH:MM:SS |
| created_at | String | Creation time in the format YYYY-MM-DDTHH:mm:ss.sssZ |
+--------------------------+---------+----------------------------------------------------------------------------------------------------------------------+
| updated_at | String | Update time in the format YYYY-MM-DDTHH:MM:SS |
| updated_at | String | Update time in the format YYYY-MM-DDTHH:mm:ss.sssZ |
+--------------------------+---------+----------------------------------------------------------------------------------------------------------------------+
| state | String | Flow log status. Value options: **pending**, **available**, **modifying**, **deleting**, **deleted**, and **failed** |
+--------------------------+---------+----------------------------------------------------------------------------------------------------------------------+

View File

@ -72,9 +72,9 @@ Response Parameters
+--------------------------+---------+----------------------------------------------------------------------------------------------------------------------+
| log_aggregation_interval | Integer | Log aggregation time, in seconds. The value ranges from **60** to **600**. |
+--------------------------+---------+----------------------------------------------------------------------------------------------------------------------+
| created_at | String | Creation time in the format YYYY-MM-DDTHH:MM:SS |
| created_at | String | Creation time in the format YYYY-MM-DDTHH:mm:ss.sssZ |
+--------------------------+---------+----------------------------------------------------------------------------------------------------------------------+
| updated_at | String | Update time in the format YYYY-MM-DDTHH:MM:SS |
| updated_at | String | Update time in the format YYYY-MM-DDTHH:mm:ss.sssZ |
+--------------------------+---------+----------------------------------------------------------------------------------------------------------------------+
| state | String | Flow log status. Value options: **pending**, **available**, **modifying**, **deleting**, **deleted**, and **failed** |
+--------------------------+---------+----------------------------------------------------------------------------------------------------------------------+

View File

@ -108,9 +108,9 @@ Response Parameters
+--------------------------+---------+----------------------------------------------------------------------------------------------------------------------+
| log_aggregation_interval | Integer | Log aggregation time, in seconds. The value ranges from **60** to **600**. |
+--------------------------+---------+----------------------------------------------------------------------------------------------------------------------+
| created_at | String | Creation time in the format YYYY-MM-DDTHH:MM:SS |
| created_at | String | Creation time in the format YYYY-MM-DDTHH:mm:ss.sssZ |
+--------------------------+---------+----------------------------------------------------------------------------------------------------------------------+
| updated_at | String | Update time in the format YYYY-MM-DDTHH:MM:SS |
| updated_at | String | Update time in the format YYYY-MM-DDTHH:mm:ss.sssZ |
+--------------------------+---------+----------------------------------------------------------------------------------------------------------------------+
| state | String | Flow log status. Value options: **pending**, **available**, **modifying**, **deleting**, **deleted**, and **failed** |
+--------------------------+---------+----------------------------------------------------------------------------------------------------------------------+

View File

@ -86,9 +86,9 @@ Response Parameters
+--------------------------+---------+----------------------------------------------------------------------------------------------------------------------+
| log_aggregation_interval | Integer | Log aggregation time, in seconds. The value ranges from **60** to **600**. |
+--------------------------+---------+----------------------------------------------------------------------------------------------------------------------+
| created_at | String | Creation time in the format YYYY-MM-DDTHH:MM:SS |
| created_at | String | Creation time in the format YYYY-MM-DDTHH:mm:ss.sssZ |
+--------------------------+---------+----------------------------------------------------------------------------------------------------------------------+
| updated_at | String | Update time in the format YYYY-MM-DDTHH:MM:SS |
| updated_at | String | Update time in the format YYYY-MM-DDTHH:mm:ss.sssZ |
+--------------------------+---------+----------------------------------------------------------------------------------------------------------------------+
| state | String | Flow log status. Value options: **pending**, **available**, **modifying**, **deleting**, **deleted**, and **failed** |
+--------------------------+---------+----------------------------------------------------------------------------------------------------------------------+

View File

@ -42,13 +42,13 @@ Request Parameters
.. table:: **Table 3** Request body parameters
+---------------+-----------+--------------------------------------------------------------------------------+---------------------------------------------------------------------------------+
| Parameter | Mandatory | Type | Description |
+===============+===========+================================================================================+=================================================================================+
| attachment_id | No | String | Unique ID of the attachment |
+---------------+-----------+--------------------------------------------------------------------------------+---------------------------------------------------------------------------------+
| route_policy | No | :ref:`ImportRoutePolicy <enablepropagation__request_importroutepolicy>` object | Route that controls inbound traffic. Note that this is not currently supported. |
+---------------+-----------+--------------------------------------------------------------------------------+---------------------------------------------------------------------------------+
+---------------+-----------+--------------------------------------------------------------------------------+-------------------------------------+
| Parameter | Mandatory | Type | Description |
+===============+===========+================================================================================+=====================================+
| attachment_id | No | String | Unique ID of the attachment |
+---------------+-----------+--------------------------------------------------------------------------------+-------------------------------------+
| route_policy | No | :ref:`ImportRoutePolicy <enablepropagation__request_importroutepolicy>` object | Route that controls inbound traffic |
+---------------+-----------+--------------------------------------------------------------------------------+-------------------------------------+
.. _enablepropagation__request_importroutepolicy:
@ -107,17 +107,18 @@ Response Parameters
| resource_type | String | Attachment type. |
| | | |
| | | - **vpc**: VPC attachments |
| | | |
| | | - **vgw**: virtual gateway attachments |
+-----------------------+---------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------+
| resource_id | String | Unique ID of the attachment |
+-----------------------+---------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------+
| route_policy | :ref:`ImportRoutePolicy <enablepropagation__response_importroutepolicy>` object | Route that controls inbound traffic. Note that this is not currently supported. |
| route_policy | :ref:`ImportRoutePolicy <enablepropagation__response_importroutepolicy>` object | Route that controls inbound traffic |
+-----------------------+---------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------+
| state | String | Status. Value options: **pending**, **available**, **modifying**, **deleting**, **deleted**, and **failed** |
+-----------------------+---------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------+
| created_at | String | Creation time. It is UTC time in the format of YYYY-MM-DDTHH:MM:SS. |
| created_at | String | Creation time. It is UTC time in the format of YYYY-MM-DDTHH:mm:ss.sssZ. |
+-----------------------+---------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------+
| updated_at | String | Update time. It is UTC time in the format of YYYY-MM-DDTHH:MM:SS. |
| updated_at | String | Update time. It is UTC time in the format of YYYY-MM-DDTHH:mm:ss.sssZ. |
+-----------------------+---------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------+
.. _enablepropagation__response_importroutepolicy:

View File

@ -30,13 +30,13 @@ Request Parameters
.. table:: **Table 2** Request body parameters
+---------------+-----------+---------------------------------------------------------------------------------+---------------------------------------------------------------------------------+
| Parameter | Mandatory | Type | Description |
+===============+===========+=================================================================================+=================================================================================+
| attachment_id | No | String | Unique ID of the attachment |
+---------------+-----------+---------------------------------------------------------------------------------+---------------------------------------------------------------------------------+
| route_policy | No | :ref:`ImportRoutePolicy <disablepropagation__request_importroutepolicy>` object | Route that controls inbound traffic. Note that this is not currently supported. |
+---------------+-----------+---------------------------------------------------------------------------------+---------------------------------------------------------------------------------+
+---------------+-----------+---------------------------------------------------------------------------------+-------------------------------------+
| Parameter | Mandatory | Type | Description |
+===============+===========+=================================================================================+=====================================+
| attachment_id | No | String | Unique ID of the attachment |
+---------------+-----------+---------------------------------------------------------------------------------+-------------------------------------+
| route_policy | No | :ref:`ImportRoutePolicy <disablepropagation__request_importroutepolicy>` object | Route that controls inbound traffic |
+---------------+-----------+---------------------------------------------------------------------------------+-------------------------------------+
.. _disablepropagation__request_importroutepolicy:

View File

@ -52,9 +52,10 @@ GET /v3/{project_id}/enterprise-router/{er_id}/route-tables/{route_table_id}/pro
| resource_type | No | Array | Attachment type. |
| | | | |
| | | | - **vpc**: VPC attachments |
| | | | |
| | | | - **vgw**: virtual gateway attachments |
+-----------------+-----------------+-----------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| state | No | Array | Enterprise router status. Value options: **pending**, **available**, **modifying**, **deleting**, **deleted**, **failed and freezed** |
| state | No | Array | Enterprise router status. Value options: **pending**, **available**, **modifying**, **deleting**, **deleted**, **failed** and **freezed** |
+-----------------+-----------------+-----------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| sort_key | No | Array | Keyword for sorting. The keyword can be **id**, **name**, or **state**. By default, **id** is used. |
+-----------------+-----------------+-----------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------+
@ -105,17 +106,18 @@ Response Parameters
| resource_type | String | Attachment type. |
| | | |
| | | - **vpc**: VPC attachments |
| | | |
| | | - **vgw**: virtual gateway attachments |
+-----------------------+--------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------+
| resource_id | String | Unique ID of the attachment |
+-----------------------+--------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------+
| route_policy | :ref:`ImportRoutePolicy <listpropagations__response_importroutepolicy>` object | Route that controls inbound traffic. Note that this is not currently supported. |
| route_policy | :ref:`ImportRoutePolicy <listpropagations__response_importroutepolicy>` object | Route that controls inbound traffic |
+-----------------------+--------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------+
| state | String | Status. Value options: **pending**, **available**, **modifying**, **deleting**, **deleted**, and **failed** |
+-----------------------+--------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------+
| created_at | String | Creation time. It is UTC time in the format of YYYY-MM-DDTHH:MM:SS. |
| created_at | String | Creation time. It is UTC time in the format of YYYY-MM-DDTHH:mm:ss.sssZ. |
+-----------------------+--------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------+
| updated_at | String | Update time. It is UTC time in the format of YYYY-MM-DDTHH:MM:SS. |
| updated_at | String | Update time. It is UTC time in the format of YYYY-MM-DDTHH:mm:ss.sssZ. |
+-----------------------+--------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------+
.. _listpropagations__response_importroutepolicy:

View File

@ -97,7 +97,7 @@ Example Responses
**Status code: 200**
The quota is queried.
OK
.. code-block::
@ -113,11 +113,11 @@ The quota is queried.
Status Codes
------------
=========== =====================
=========== ===========
Status Code Description
=========== =====================
200 The quota is queried.
=========== =====================
=========== ===========
200 OK
=========== ===========
Error Codes
-----------

File diff suppressed because it is too large Load Diff

View File

@ -68,30 +68,30 @@ Response Parameters
+------------------------+------------------------------------------------------------+----------------------------------------------------------------------------------------+
| tags | Array of :ref:`Tag <showroutetable__response_tag>` objects | Tag |
+------------------------+------------------------------------------------------------+----------------------------------------------------------------------------------------+
| created_at | String | Creation time in the format YYYY-MM-DDTHH:MM:SS |
| created_at | String | Creation time in the format YYYY-MM-DDTHH:mm:ss.sssZ |
+------------------------+------------------------------------------------------------+----------------------------------------------------------------------------------------+
| updated_at | String | Update time in the format YYYY-MM-DDTHH:MM:SS |
| updated_at | String | Update time in the format YYYY-MM-DDTHH:mm:ss.sssZ |
+------------------------+------------------------------------------------------------+----------------------------------------------------------------------------------------+
.. _showroutetable__response_tag:
.. table:: **Table 4** Tag
+-----------------------+-----------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Parameter | Type | Description |
+=======================+=======================+=========================================================================================================================================================================+
| key | String | Tag key. The value can contain a maximum of 36 Unicode characters, including uppercase letters, lowercase letters, digits, hyphens (-), and underscores (_). |
| | | |
| | | Minimum: **0** |
| | | |
| | | Maximum: **128** |
+-----------------------+-----------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| value | String | Tag value. The value can contain a maximum of 43 Unicode characters, including uppercase letters, lowercase letters, digits, hyphens (-), underscores (_), periods (.). |
| | | |
| | | Minimum: **0** |
| | | |
| | | Maximum: **128** |
+-----------------------+-----------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+-----------------------+-----------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| 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 (@). |
| | | |
| | | Minimum: **0** |
| | | |
| | | 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 (@). |
| | | |
| | | Minimum: **0** |
| | | |
| | | Maximum: **128** |
+-----------------------+-----------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
Example Requests
----------------

View File

@ -104,30 +104,30 @@ Response Parameters
+------------------------+-------------------------------------------------------------+----------------------------------------------------------------------------------------+
| tags | Array of :ref:`Tag <listroutetables__response_tag>` objects | Tag |
+------------------------+-------------------------------------------------------------+----------------------------------------------------------------------------------------+
| created_at | String | Creation time in the format YYYY-MM-DDTHH:MM:SS |
| created_at | String | Creation time in the format YYYY-MM-DDTHH:mm:ss.sssZ |
+------------------------+-------------------------------------------------------------+----------------------------------------------------------------------------------------+
| updated_at | String | Update time in the format YYYY-MM-DDTHH:MM:SS |
| updated_at | String | Update time in the format YYYY-MM-DDTHH:mm:ss.sssZ |
+------------------------+-------------------------------------------------------------+----------------------------------------------------------------------------------------+
.. _listroutetables__response_tag:
.. table:: **Table 5** Tag
+-----------------------+-----------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Parameter | Type | Description |
+=======================+=======================+=========================================================================================================================================================================+
| key | String | Tag key. The value can contain a maximum of 36 Unicode characters, including uppercase letters, lowercase letters, digits, hyphens (-), and underscores (_). |
| | | |
| | | Minimum: **0** |
| | | |
| | | Maximum: **128** |
+-----------------------+-----------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| value | String | Tag value. The value can contain a maximum of 43 Unicode characters, including uppercase letters, lowercase letters, digits, hyphens (-), underscores (_), periods (.). |
| | | |
| | | Minimum: **0** |
| | | |
| | | Maximum: **128** |
+-----------------------+-----------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+-----------------------+-----------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| 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 (@). |
| | | |
| | | Minimum: **0** |
| | | |
| | | 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 (@). |
| | | |
| | | Minimum: **0** |
| | | |
| | | Maximum: **128** |
+-----------------------+-----------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
.. _listroutetables__response_pageinfo:

View File

@ -40,21 +40,21 @@ Request Parameters
.. table:: **Table 3** UpdateRouteTable
+-----------------+-----------------+-----------------+-------------------------------------------------+
| Parameter | Mandatory | Type | Description |
+=================+=================+=================+=================================================+
| name | No | String | Route table name |
| | | | |
| | | | Minimum: **1** |
| | | | |
| | | | Maximum: **64** |
+-----------------+-----------------+-----------------+-------------------------------------------------+
| description | No | String | Supplementary information about the route table |
| | | | |
| | | | Minimum: **0** |
| | | | |
| | | | Maximum: **255** |
+-----------------+-----------------+-----------------+-------------------------------------------------+
+-----------------+-----------------+-----------------+---------------------------------------------------------------------------------------------------------------------------------------+
| Parameter | Mandatory | Type | Description |
+=================+=================+=================+=======================================================================================================================================+
| name | No | String | Route table name. The value can contain 1 to 64 characters, including letters, digits, underscores (_), hyphens (-), and periods (.). |
| | | | |
| | | | Minimum: **1** |
| | | | |
| | | | Maximum: **64** |
+-----------------+-----------------+-----------------+---------------------------------------------------------------------------------------------------------------------------------------+
| description | No | String | Supplementary information about the route table |
| | | | |
| | | | Minimum: **0** |
| | | | |
| | | | Maximum: **255** |
+-----------------+-----------------+-----------------+---------------------------------------------------------------------------------------------------------------------------------------+
Response Parameters
-------------------
@ -94,30 +94,30 @@ Response Parameters
+------------------------+--------------------------------------------------------------+----------------------------------------------------------------------------------------+
| tags | Array of :ref:`Tag <updateroutetable__response_tag>` objects | Tag |
+------------------------+--------------------------------------------------------------+----------------------------------------------------------------------------------------+
| created_at | String | Creation time in the format YYYY-MM-DDTHH:MM:SS |
| created_at | String | Creation time in the format YYYY-MM-DDTHH:mm:ss.sssZ |
+------------------------+--------------------------------------------------------------+----------------------------------------------------------------------------------------+
| updated_at | String | Update time in the format YYYY-MM-DDTHH:MM:SS |
| updated_at | String | Update time in the format YYYY-MM-DDTHH:mm:ss.sssZ |
+------------------------+--------------------------------------------------------------+----------------------------------------------------------------------------------------+
.. _updateroutetable__response_tag:
.. table:: **Table 6** Tag
+-----------------------+-----------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Parameter | Type | Description |
+=======================+=======================+=========================================================================================================================================================================+
| key | String | Tag key. The value can contain a maximum of 36 Unicode characters, including uppercase letters, lowercase letters, digits, hyphens (-), and underscores (_). |
| | | |
| | | Minimum: **0** |
| | | |
| | | Maximum: **128** |
+-----------------------+-----------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| value | String | Tag value. The value can contain a maximum of 43 Unicode characters, including uppercase letters, lowercase letters, digits, hyphens (-), underscores (_), periods (.). |
| | | |
| | | Minimum: **0** |
| | | |
| | | Maximum: **128** |
+-----------------------+-----------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+-----------------------+-----------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| 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 (@). |
| | | |
| | | Minimum: **0** |
| | | |
| | | 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 (@). |
| | | |
| | | Minimum: **0** |
| | | |
| | | Maximum: **128** |
+-----------------------+-----------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
Example Requests
----------------

View File

@ -114,9 +114,9 @@ Response Parameters
+----------------+---------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------+
| route_table_id | String | Route table ID |
+----------------+---------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------+
| created_at | String | Creation time in the format YYYY-MM-DDTHH:MM:SS |
| created_at | String | Creation time in the format YYYY-MM-DDTHH:mm:ss.sssZ |
+----------------+---------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------+
| updated_at | String | Update time in the format YYYY-MM-DDTHH:MM:SS |
| updated_at | String | Update time in the format YYYY-MM-DDTHH:mm:ss.sssZ |
+----------------+---------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------+
.. _createstaticroute__response_routeattachment:

View File

@ -53,7 +53,7 @@ Status Codes
=========== ===========
Status Code Description
=========== ===========
202 No Content
202 Accepted
=========== ===========
Error Codes

View File

@ -66,9 +66,9 @@ Response Parameters
+----------------+-------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------+
| route_table_id | String | Route table ID |
+----------------+-------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------+
| created_at | String | Creation time in the format YYYY-MM-DDTHH:MM:SS |
| created_at | String | Creation time in the format YYYY-MM-DDTHH:mm:ss.sssZ |
+----------------+-------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------+
| updated_at | String | Update time in the format YYYY-MM-DDTHH:MM:SS |
| updated_at | String | Update time in the format YYYY-MM-DDTHH:mm:ss.sssZ |
+----------------+-------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------+
.. _showstaticroute__response_routeattachment:

View File

@ -106,9 +106,9 @@ Response Parameters
+----------------+--------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------+
| route_table_id | String | Route table ID |
+----------------+--------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------+
| created_at | String | Creation time in the format YYYY-MM-DDTHH:MM:SS |
| created_at | String | Creation time in the format YYYY-MM-DDTHH:mm:ss.sssZ |
+----------------+--------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------+
| updated_at | String | Update time in the format YYYY-MM-DDTHH:MM:SS |
| updated_at | String | Update time in the format YYYY-MM-DDTHH:mm:ss.sssZ |
+----------------+--------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------+
.. _liststaticroutes__response_routeattachment:

View File

@ -10,6 +10,11 @@ Function
This API is used to update a static route.
Constraints
-----------
If **is_blackhole** is set to **false**, the **attachment_id** parameter must be carried. If **is_blackhole** is set to **true**, the **attachment_id** parameter cannot be passed.
URI
---
@ -83,9 +88,9 @@ Response Parameters
+----------------+---------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------+
| route_table_id | String | Route table ID |
+----------------+---------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------+
| created_at | String | Creation time in the format YYYY-MM-DDTHH:MM:SS |
| created_at | String | Creation time in the format YYYY-MM-DDTHH:mm:ss.sssZ |
+----------------+---------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------+
| updated_at | String | Update time in the format YYYY-MM-DDTHH:MM:SS |
| updated_at | String | Update time in the format YYYY-MM-DDTHH:mm:ss.sssZ |
+----------------+---------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------+
.. _updatestaticroute__response_routeattachment:

View File

@ -61,21 +61,21 @@ Request Parameters
.. table:: **Table 3** Tag
+-----------------+-----------------+-----------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| 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 (-), and underscores (_). |
| | | | |
| | | | Minimum: **0** |
| | | | |
| | | | 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 (_), periods (.). |
| | | | |
| | | | Minimum: **0** |
| | | | |
| | | | Maximum: **128** |
+-----------------+-----------------+-----------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+-----------------+-----------------+-----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| 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 (@). |
| | | | |
| | | | Minimum: **0** |
| | | | |
| | | | 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 (@). |
| | | | |
| | | | Minimum: **0** |
| | | | |
| | | | Maximum: **128** |
+-----------------+-----------------+-----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
Response Parameters
-------------------

View File

@ -59,21 +59,21 @@ Response Parameters
.. table:: **Table 3** Tag
+-----------------------+-----------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Parameter | Type | Description |
+=======================+=======================+=========================================================================================================================================================================+
| key | String | Tag key. The value can contain a maximum of 36 Unicode characters, including uppercase letters, lowercase letters, digits, hyphens (-), and underscores (_). |
| | | |
| | | Minimum: **0** |
| | | |
| | | Maximum: **128** |
+-----------------------+-----------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| value | String | Tag value. The value can contain a maximum of 43 Unicode characters, including uppercase letters, lowercase letters, digits, hyphens (-), underscores (_), periods (.). |
| | | |
| | | Minimum: **0** |
| | | |
| | | Maximum: **128** |
+-----------------------+-----------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+-----------------------+-----------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| 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 (@). |
| | | |
| | | Minimum: **0** |
| | | |
| | | 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 (@). |
| | | |
| | | Minimum: **0** |
| | | |
| | | Maximum: **128** |
+-----------------------+-----------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
Example Requests
----------------

View File

@ -81,21 +81,21 @@ Request Parameters
.. table:: **Table 5** Tag
+-----------------+-----------------+-----------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| 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 (-), and underscores (_). |
| | | | |
| | | | Minimum: **0** |
| | | | |
| | | | 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 (_), periods (.). |
| | | | |
| | | | Minimum: **0** |
| | | | |
| | | | Maximum: **128** |
+-----------------+-----------------+-----------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+-----------------+-----------------+-----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| 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 (@). |
| | | | |
| | | | Minimum: **0** |
| | | | |
| | | | 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 (@). |
| | | | |
| | | | Minimum: **0** |
| | | | |
| | | | Maximum: **128** |
+-----------------+-----------------+-----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
Response Parameters
-------------------
@ -141,9 +141,9 @@ Response Parameters
+------------------------+-----------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| state | String | VPC attachment status. Value options: **pending**, **available**, **modifying**, **deleting**, **deleted**, **failed**, **initiating_request**, **rejected**, and **pending_acceptance** |
+------------------------+-----------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| created_at | String | Creation time in the format YYYY-MM-DDTHH:MM:SS |
| created_at | String | Creation time in the format YYYY-MM-DDTHH:mm:ss.sssZ |
+------------------------+-----------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| updated_at | String | Update time in the format YYYY-MM-DDTHH:MM:SS |
| updated_at | String | Update time in the format YYYY-MM-DDTHH:mm:ss.sssZ |
+------------------------+-----------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| tags | Array of :ref:`Tag <createvpcattachment__response_tag>` objects | Tag information |
+------------------------+-----------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
@ -158,21 +158,21 @@ Response Parameters
.. table:: **Table 9** Tag
+-----------------------+-----------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Parameter | Type | Description |
+=======================+=======================+=========================================================================================================================================================================+
| key | String | Tag key. The value can contain a maximum of 36 Unicode characters, including uppercase letters, lowercase letters, digits, hyphens (-), and underscores (_). |
| | | |
| | | Minimum: **0** |
| | | |
| | | Maximum: **128** |
+-----------------------+-----------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| value | String | Tag value. The value can contain a maximum of 43 Unicode characters, including uppercase letters, lowercase letters, digits, hyphens (-), underscores (_), periods (.). |
| | | |
| | | Minimum: **0** |
| | | |
| | | Maximum: **128** |
+-----------------------+-----------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+-----------------------+-----------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| 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 (@). |
| | | |
| | | Minimum: **0** |
| | | |
| | | 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 (@). |
| | | |
| | | Minimum: **0** |
| | | |
| | | Maximum: **128** |
+-----------------------+-----------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
Example Requests
----------------

View File

@ -60,7 +60,7 @@ Status Codes
=========== ===========
Status Code Description
=========== ===========
202 No Content
202 Accepted
=========== ===========
Error Codes

View File

@ -66,9 +66,9 @@ Response Parameters
+------------------------+---------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| state | String | VPC attachment status. Value options: **pending**, **available**, **modifying**, **deleting**, **deleted**, **failed**, **initiating_request**, **rejected**, and **pending_acceptance** |
+------------------------+---------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| created_at | String | Creation time in the format YYYY-MM-DDTHH:MM:SS |
| created_at | String | Creation time in the format YYYY-MM-DDTHH:mm:ss.sssZ |
+------------------------+---------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| updated_at | String | Update time in the format YYYY-MM-DDTHH:MM:SS |
| updated_at | String | Update time in the format YYYY-MM-DDTHH:mm:ss.sssZ |
+------------------------+---------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| tags | Array of :ref:`Tag <showvpcattachment__response_tag>` objects | Tag information |
+------------------------+---------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
@ -83,21 +83,21 @@ Response Parameters
.. table:: **Table 4** Tag
+-----------------------+-----------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Parameter | Type | Description |
+=======================+=======================+=========================================================================================================================================================================+
| key | String | Tag key. The value can contain a maximum of 36 Unicode characters, including uppercase letters, lowercase letters, digits, hyphens (-), and underscores (_). |
| | | |
| | | Minimum: **0** |
| | | |
| | | Maximum: **128** |
+-----------------------+-----------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| value | String | Tag value. The value can contain a maximum of 43 Unicode characters, including uppercase letters, lowercase letters, digits, hyphens (-), underscores (_), periods (.). |
| | | |
| | | Minimum: **0** |
| | | |
| | | Maximum: **128** |
+-----------------------+-----------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+-----------------------+-----------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| 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 (@). |
| | | |
| | | Minimum: **0** |
| | | |
| | | 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 (@). |
| | | |
| | | Minimum: **0** |
| | | |
| | | Maximum: **128** |
+-----------------------+-----------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
Example Requests
----------------

View File

@ -106,9 +106,9 @@ Response Parameters
+------------------------+----------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| state | String | VPC attachment status. Value options: **pending**, **available**, **modifying**, **deleting**, **deleted**, **failed**, **initiating_request**, **rejected**, and **pending_acceptance** |
+------------------------+----------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| created_at | String | Creation time in the format YYYY-MM-DDTHH:MM:SS |
| created_at | String | Creation time in the format YYYY-MM-DDTHH:mm:ss.sssZ |
+------------------------+----------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| updated_at | String | Update time in the format YYYY-MM-DDTHH:MM:SS |
| updated_at | String | Update time in the format YYYY-MM-DDTHH:mm:ss.sssZ |
+------------------------+----------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| tags | Array of :ref:`Tag <listvpcattachments__response_tag>` objects | Tag information |
+------------------------+----------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
@ -123,21 +123,21 @@ Response Parameters
.. table:: **Table 5** Tag
+-----------------------+-----------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Parameter | Type | Description |
+=======================+=======================+=========================================================================================================================================================================+
| key | String | Tag key. The value can contain a maximum of 36 Unicode characters, including uppercase letters, lowercase letters, digits, hyphens (-), and underscores (_). |
| | | |
| | | Minimum: **0** |
| | | |
| | | Maximum: **128** |
+-----------------------+-----------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| value | String | Tag value. The value can contain a maximum of 43 Unicode characters, including uppercase letters, lowercase letters, digits, hyphens (-), underscores (_), periods (.). |
| | | |
| | | Minimum: **0** |
| | | |
| | | Maximum: **128** |
+-----------------------+-----------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+-----------------------+-----------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| 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 (@). |
| | | |
| | | Minimum: **0** |
| | | |
| | | 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 (@). |
| | | |
| | | Minimum: **0** |
| | | |
| | | Maximum: **128** |
+-----------------------+-----------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
.. _listvpcattachments__response_pageinfo:

View File

@ -92,9 +92,9 @@ Response Parameters
+------------------------+-----------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| state | String | VPC attachment status. Value options: **pending**, **available**, **modifying**, **deleting**, **deleted**, **failed**, **initiating_request**, **rejected**, and **pending_acceptance** |
+------------------------+-----------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| created_at | String | Creation time in the format YYYY-MM-DDTHH:MM:SS |
| created_at | String | Creation time in the format YYYY-MM-DDTHH:mm:ss.sssZ |
+------------------------+-----------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| updated_at | String | Update time in the format YYYY-MM-DDTHH:MM:SS |
| updated_at | String | Update time in the format YYYY-MM-DDTHH:mm:ss.sssZ |
+------------------------+-----------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| tags | Array of :ref:`Tag <updatevpcattachment__response_tag>` objects | Tag information |
+------------------------+-----------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
@ -109,21 +109,21 @@ Response Parameters
.. table:: **Table 6** Tag
+-----------------------+-----------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Parameter | Type | Description |
+=======================+=======================+=========================================================================================================================================================================+
| key | String | Tag key. The value can contain a maximum of 36 Unicode characters, including uppercase letters, lowercase letters, digits, hyphens (-), and underscores (_). |
| | | |
| | | Minimum: **0** |
| | | |
| | | Maximum: **128** |
+-----------------------+-----------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| value | String | Tag value. The value can contain a maximum of 43 Unicode characters, including uppercase letters, lowercase letters, digits, hyphens (-), underscores (_), periods (.). |
| | | |
| | | Minimum: **0** |
| | | |
| | | Maximum: **128** |
+-----------------------+-----------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+-----------------------+-----------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| 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 (@). |
| | | |
| | | Minimum: **0** |
| | | |
| | | 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 (@). |
| | | |
| | | Minimum: **0** |
| | | |
| | | Maximum: **128** |
+-----------------------+-----------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
Example Requests
----------------

View File

@ -8,6 +8,14 @@ Change History
+-----------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Released On | Description |
+===================================+================================================================================================================================================================================+
| 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 description of the tag key and value in the document. |
| | - 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". |
| | - Added constraints in "Updating a Static Route". |
+-----------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| 2023-10-09 | This release incorporates the following changes: |
| | |
| | - Added the description of attachments in "API Usage Guidelines". |