diff --git a/api-ref/source/apis/attachments/querying_attachments.rst b/api-ref/source/apis/attachments/querying_attachments.rst index 4db7552..f9451b6 100644 --- a/api-ref/source/apis/attachments/querying_attachments.rst +++ b/api-ref/source/apis/attachments/querying_attachments.rst @@ -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 (-), 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** | - +-----------------------+-----------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + +-----------------------+-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + | Parameter | Type | Description | + +=======================+=======================+==================================================================================================================================================================================================+ + | key | String | Tag key. The value contain up to 128 characters (36 characters on the console), including uppercase letters, lowercase letters, digits, hyphens (-), underscores (_), and at signs (@). | + | | | | + | | | Minimum: **1** | + | | | | + | | | Maximum: **128** | + +-----------------------+-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + | value | String | Tag value. The value contain up to 128 characters in API (43 characters on the console), including uppercase letters, lowercase letters, digits, hyphens (-), underscores (_), and at signs (@). | + | | | | + | | | Minimum: **0** | + | | | | + | | | Maximum: **128** | + +-----------------------+-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ .. _listattachments__response_pageinfo: diff --git a/api-ref/source/apis/attachments/querying_details_about_an_attachment.rst b/api-ref/source/apis/attachments/querying_details_about_an_attachment.rst index 13350c7..358f121 100644 --- a/api-ref/source/apis/attachments/querying_details_about_an_attachment.rst +++ b/api-ref/source/apis/attachments/querying_details_about_an_attachment.rst @@ -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 (-), 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** | - +-----------------------+-----------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + +-----------------------+-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + | Parameter | Type | Description | + +=======================+=======================+==================================================================================================================================================================================================+ + | key | String | Tag key. The value contain up to 128 characters (36 characters on the console), including uppercase letters, lowercase letters, digits, hyphens (-), underscores (_), and at signs (@). | + | | | | + | | | Minimum: **1** | + | | | | + | | | Maximum: **128** | + +-----------------------+-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + | value | String | Tag value. The value contain up to 128 characters in API (43 characters on the console), including uppercase letters, lowercase letters, digits, hyphens (-), underscores (_), and at signs (@). | + | | | | + | | | Minimum: **0** | + | | | | + | | | Maximum: **128** | + +-----------------------+-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ Example Requests ---------------- diff --git a/api-ref/source/apis/attachments/updating_an_attachment.rst b/api-ref/source/apis/attachments/updating_an_attachment.rst index afe501d..908dd71 100644 --- a/api-ref/source/apis/attachments/updating_an_attachment.rst +++ b/api-ref/source/apis/attachments/updating_an_attachment.rst @@ -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 (-), 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** | - +-----------------------+-----------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + +-----------------------+-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + | Parameter | Type | Description | + +=======================+=======================+==================================================================================================================================================================================================+ + | key | String | Tag key. The value contain up to 128 characters (36 characters on the console), including uppercase letters, lowercase letters, digits, hyphens (-), underscores (_), and at signs (@). | + | | | | + | | | Minimum: **1** | + | | | | + | | | Maximum: **128** | + +-----------------------+-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + | value | String | Tag value. The value contain up to 128 characters in API (43 characters on the console), including uppercase letters, lowercase letters, digits, hyphens (-), underscores (_), and at signs (@). | + | | | | + | | | Minimum: **0** | + | | | | + | | | Maximum: **128** | + +-----------------------+-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ Example Requests ---------------- diff --git a/api-ref/source/apis/azs/querying_azs.rst b/api-ref/source/apis/azs/querying_azs.rst index 728b9ec..6bd63a3 100644 --- a/api-ref/source/apis/azs/querying_azs.rst +++ b/api-ref/source/apis/azs/querying_azs.rst @@ -81,7 +81,7 @@ Example Responses **Status code: 200** -AZs queried successfully. +OK .. code-block:: @@ -98,11 +98,11 @@ AZs queried successfully. Status Codes ------------ -=========== ========================= +=========== =========== Status Code Description -=========== ========================= -200 AZs queried successfully. -=========== ========================= +=========== =========== +200 OK +=========== =========== Error Codes ----------- diff --git a/api-ref/source/apis/enterprise_routers/creating_an_enterprise_router.rst b/api-ref/source/apis/enterprise_routers/creating_an_enterprise_router.rst index e1a1464..9e0f85a 100644 --- a/api-ref/source/apis/enterprise_routers/creating_an_enterprise_router.rst +++ b/api-ref/source/apis/enterprise_routers/creating_an_enterprise_router.rst @@ -81,7 +81,7 @@ Request Parameters | | | | | | | | | Default: **false** | +--------------------------------+-----------------+-------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------+ - | availability_zone_ids | Yes | Array of Strings | AZs where the enterprise router is located | + | availability_zone_ids | Yes | Array of strings | AZs where the enterprise router is located | | | | | | | | | | Minimum: **0** | | | | | | @@ -91,7 +91,7 @@ Request Parameters | | | | | | | | | Default: **false** | +--------------------------------+-----------------+-------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------+ - | cidr_blocks | No | Array of Strings | Enterprise router CIDR block. This parameter is not supported for now. | + | cidr_blocks | No | Array of strings | Enterprise router CIDR block. This parameter is not supported for now. | | | | | | | | | | Minimum: **1** | | | | | | @@ -104,21 +104,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 (-), 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** | - +-----------------+-----------------+-----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + +-----------------+-----------------+-----------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + | Parameter | Mandatory | Type | Description | + +=================+=================+=================+==================================================================================================================================================================================================+ + | key | No | String | Tag key. The value contain up to 128 characters (36 characters on the console), including uppercase letters, lowercase letters, digits, hyphens (-), underscores (_), and at signs (@). | + | | | | | + | | | | Minimum: **1** | + | | | | | + | | | | Maximum: **128** | + +-----------------+-----------------+-----------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + | value | No | String | Tag value. The value contain up to 128 characters in API (43 characters on the console), including uppercase letters, lowercase letters, digits, hyphens (-), underscores (_), and at signs (@). | + | | | | | + | | | | Minimum: **0** | + | | | | | + | | | | Maximum: **128** | + +-----------------+-----------------+-----------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ Response Parameters ------------------- @@ -180,32 +180,32 @@ Response Parameters +------------------------------------+--------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------+ | default_association_route_table_id | String | Default association route table ID | +------------------------------------+--------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------+ - | availability_zone_ids | Array of Strings | AZs where the enterprise router is located | + | availability_zone_ids | Array of strings | AZs where the enterprise router is located | +------------------------------------+--------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------+ | auto_accept_shared_attachments | Boolean | Whether to automatically accept shared attachments. The default value is **false**, indicating that the function is disabled. | +------------------------------------+--------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------+ - | cidr_blocks | Array of Strings | Enterprise router CIDR block. This parameter is not supported for now. | + | cidr_blocks | Array of strings | Enterprise router CIDR block. This parameter is not supported for now. | +------------------------------------+--------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------+ .. _createenterpriserouter__response_tag: .. 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 (-), 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** | - +-----------------------+-----------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + +-----------------------+-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + | Parameter | Type | Description | + +=======================+=======================+==================================================================================================================================================================================================+ + | key | String | Tag key. The value contain up to 128 characters (36 characters on the console), including uppercase letters, lowercase letters, digits, hyphens (-), underscores (_), and at signs (@). | + | | | | + | | | Minimum: **1** | + | | | | + | | | Maximum: **128** | + +-----------------------+-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + | value | String | Tag value. The value contain up to 128 characters in API (43 characters on the console), including uppercase letters, lowercase letters, digits, hyphens (-), underscores (_), and at signs (@). | + | | | | + | | | Minimum: **0** | + | | | | + | | | Maximum: **128** | + +-----------------------+-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ Example Requests ---------------- diff --git a/api-ref/source/apis/enterprise_routers/querying_details_about_an_enterprise_router.rst b/api-ref/source/apis/enterprise_routers/querying_details_about_an_enterprise_router.rst index 2b909ca..62190f1 100644 --- a/api-ref/source/apis/enterprise_routers/querying_details_about_an_enterprise_router.rst +++ b/api-ref/source/apis/enterprise_routers/querying_details_about_an_enterprise_router.rst @@ -81,32 +81,32 @@ Response Parameters +------------------------------------+------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------+ | default_association_route_table_id | String | Default association route table ID | +------------------------------------+------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------+ - | availability_zone_ids | Array of Strings | AZs where the enterprise router is located | + | availability_zone_ids | Array of strings | AZs where the enterprise router is located | +------------------------------------+------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------+ | auto_accept_shared_attachments | Boolean | Whether to automatically accept shared attachments. The default value is **false**, indicating that the function is disabled. | +------------------------------------+------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------+ - | cidr_blocks | Array of Strings | Enterprise router CIDR block. This parameter is not supported for now. | + | cidr_blocks | Array of strings | Enterprise router CIDR block. This parameter is not supported for now. | +------------------------------------+------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------+ .. _showenterpriserouter__response_tag: .. 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 (-), 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** | - +-----------------------+-----------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + +-----------------------+-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + | Parameter | Type | Description | + +=======================+=======================+==================================================================================================================================================================================================+ + | key | String | Tag key. The value contain up to 128 characters (36 characters on the console), including uppercase letters, lowercase letters, digits, hyphens (-), underscores (_), and at signs (@). | + | | | | + | | | Minimum: **1** | + | | | | + | | | Maximum: **128** | + +-----------------------+-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + | value | String | Tag value. The value contain up to 128 characters in API (43 characters on the console), including uppercase letters, lowercase letters, digits, hyphens (-), underscores (_), and at signs (@). | + | | | | + | | | Minimum: **0** | + | | | | + | | | Maximum: **128** | + +-----------------------+-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ Example Requests ---------------- diff --git a/api-ref/source/apis/enterprise_routers/querying_enterprise_routers.rst b/api-ref/source/apis/enterprise_routers/querying_enterprise_routers.rst index c59c689..a4d4056 100644 --- a/api-ref/source/apis/enterprise_routers/querying_enterprise_routers.rst +++ b/api-ref/source/apis/enterprise_routers/querying_enterprise_routers.rst @@ -117,32 +117,32 @@ Response Parameters +------------------------------------+-------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------+ | default_association_route_table_id | String | Default association route table ID | +------------------------------------+-------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------+ - | availability_zone_ids | Array of Strings | AZs where the enterprise router is located | + | availability_zone_ids | Array of strings | AZs where the enterprise router is located | +------------------------------------+-------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------+ | auto_accept_shared_attachments | Boolean | Whether to automatically accept shared attachments. The default value is **false**, indicating that the function is disabled. | +------------------------------------+-------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------+ - | cidr_blocks | Array of Strings | Enterprise router CIDR block. This parameter is not supported for now. | + | cidr_blocks | Array of strings | Enterprise router CIDR block. This parameter is not supported for now. | +------------------------------------+-------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------+ .. _listenterpriserouters__response_tag: .. 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 (-), 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** | - +-----------------------+-----------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + +-----------------------+-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + | Parameter | Type | Description | + +=======================+=======================+==================================================================================================================================================================================================+ + | key | String | Tag key. The value contain up to 128 characters (36 characters on the console), including uppercase letters, lowercase letters, digits, hyphens (-), underscores (_), and at signs (@). | + | | | | + | | | Minimum: **1** | + | | | | + | | | Maximum: **128** | + +-----------------------+-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + | value | String | Tag value. The value contain up to 128 characters in API (43 characters on the console), including uppercase letters, lowercase letters, digits, hyphens (-), underscores (_), and at signs (@). | + | | | | + | | | Minimum: **0** | + | | | | + | | | Maximum: **128** | + +-----------------------+-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ .. _listenterpriserouters__response_pageinfo: diff --git a/api-ref/source/apis/enterprise_routers/updating_an_enterprise_router.rst b/api-ref/source/apis/enterprise_routers/updating_an_enterprise_router.rst index 6108028..10d1aab 100644 --- a/api-ref/source/apis/enterprise_routers/updating_an_enterprise_router.rst +++ b/api-ref/source/apis/enterprise_routers/updating_an_enterprise_router.rst @@ -122,32 +122,32 @@ Response Parameters +------------------------------------+--------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------+ | default_association_route_table_id | String | Default association route table ID | +------------------------------------+--------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------+ - | availability_zone_ids | Array of Strings | AZs where the enterprise router is located | + | availability_zone_ids | Array of strings | AZs where the enterprise router is located | +------------------------------------+--------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------+ | auto_accept_shared_attachments | Boolean | Whether to automatically accept shared attachments. The default value is **false**, indicating that the function is disabled. | +------------------------------------+--------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------+ - | cidr_blocks | Array of Strings | Enterprise router CIDR block. This parameter is not supported for now. | + | cidr_blocks | Array of strings | Enterprise router CIDR block. This parameter is not supported for now. | +------------------------------------+--------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------+ .. _updateenterpriserouter__response_tag: .. 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 (-), 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** | - +-----------------------+-----------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + +-----------------------+-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + | Parameter | Type | Description | + +=======================+=======================+==================================================================================================================================================================================================+ + | key | String | Tag key. The value contain up to 128 characters (36 characters on the console), including uppercase letters, lowercase letters, digits, hyphens (-), underscores (_), and at signs (@). | + | | | | + | | | Minimum: **1** | + | | | | + | | | Maximum: **128** | + +-----------------------+-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + | value | String | Tag value. The value contain up to 128 characters in API (43 characters on the console), including uppercase letters, lowercase letters, digits, hyphens (-), underscores (_), and at signs (@). | + | | | | + | | | Minimum: **0** | + | | | | + | | | Maximum: **128** | + +-----------------------+-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ Example Requests ---------------- diff --git a/api-ref/source/apis/route_tables/creating_a_route_table.rst b/api-ref/source/apis/route_tables/creating_a_route_table.rst index aa55df1..75221cf 100644 --- a/api-ref/source/apis/route_tables/creating_a_route_table.rst +++ b/api-ref/source/apis/route_tables/creating_a_route_table.rst @@ -87,21 +87,21 @@ Request Parameters .. table:: **Table 6** 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 (-), 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** | - +-----------------+-----------------+-----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + +-----------------+-----------------+-----------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + | Parameter | Mandatory | Type | Description | + +=================+=================+=================+==================================================================================================================================================================================================+ + | key | No | String | Tag key. The value contain up to 128 characters (36 characters on the console), including uppercase letters, lowercase letters, digits, hyphens (-), underscores (_), and at signs (@). | + | | | | | + | | | | Minimum: **1** | + | | | | | + | | | | Maximum: **128** | + +-----------------+-----------------+-----------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + | value | No | String | Tag value. The value contain up to 128 characters in API (43 characters on the console), including uppercase letters, lowercase letters, digits, hyphens (-), underscores (_), and at signs (@). | + | | | | | + | | | | Minimum: **0** | + | | | | | + | | | | Maximum: **128** | + +-----------------+-----------------+-----------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ Response Parameters ------------------- @@ -160,21 +160,21 @@ Response Parameters .. table:: **Table 10** 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 (-), 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** | - +-----------------------+-----------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + +-----------------------+-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + | Parameter | Type | Description | + +=======================+=======================+==================================================================================================================================================================================================+ + | key | String | Tag key. The value contain up to 128 characters (36 characters on the console), including uppercase letters, lowercase letters, digits, hyphens (-), underscores (_), and at signs (@). | + | | | | + | | | Minimum: **1** | + | | | | + | | | Maximum: **128** | + +-----------------------+-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + | value | String | Tag value. The value contain up to 128 characters in API (43 characters on the console), including uppercase letters, lowercase letters, digits, hyphens (-), underscores (_), and at signs (@). | + | | | | + | | | Minimum: **0** | + | | | | + | | | Maximum: **128** | + +-----------------------+-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ .. _createroutetable__response_bgpoptions: diff --git a/api-ref/source/apis/route_tables/querying_details_about_a_route_table.rst b/api-ref/source/apis/route_tables/querying_details_about_a_route_table.rst index a923488..0a397f2 100644 --- a/api-ref/source/apis/route_tables/querying_details_about_a_route_table.rst +++ b/api-ref/source/apis/route_tables/querying_details_about_a_route_table.rst @@ -79,21 +79,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 (-), 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** | - +-----------------------+-----------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + +-----------------------+-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + | Parameter | Type | Description | + +=======================+=======================+==================================================================================================================================================================================================+ + | key | String | Tag key. The value contain up to 128 characters (36 characters on the console), including uppercase letters, lowercase letters, digits, hyphens (-), underscores (_), and at signs (@). | + | | | | + | | | Minimum: **1** | + | | | | + | | | Maximum: **128** | + +-----------------------+-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + | value | String | Tag value. The value contain up to 128 characters in API (43 characters on the console), including uppercase letters, lowercase letters, digits, hyphens (-), underscores (_), and at signs (@). | + | | | | + | | | Minimum: **0** | + | | | | + | | | Maximum: **128** | + +-----------------------+-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ .. _showroutetable__response_bgpoptions: diff --git a/api-ref/source/apis/route_tables/querying_route_tables.rst b/api-ref/source/apis/route_tables/querying_route_tables.rst index 41d3101..0f71d0e 100644 --- a/api-ref/source/apis/route_tables/querying_route_tables.rst +++ b/api-ref/source/apis/route_tables/querying_route_tables.rst @@ -115,21 +115,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 (-), 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** | - +-----------------------+-----------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + +-----------------------+-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + | Parameter | Type | Description | + +=======================+=======================+==================================================================================================================================================================================================+ + | key | String | Tag key. The value contain up to 128 characters (36 characters on the console), including uppercase letters, lowercase letters, digits, hyphens (-), underscores (_), and at signs (@). | + | | | | + | | | Minimum: **1** | + | | | | + | | | Maximum: **128** | + +-----------------------+-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + | value | String | Tag value. The value contain up to 128 characters in API (43 characters on the console), including uppercase letters, lowercase letters, digits, hyphens (-), underscores (_), and at signs (@). | + | | | | + | | | Minimum: **0** | + | | | | + | | | Maximum: **128** | + +-----------------------+-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ .. _listroutetables__response_bgpoptions: diff --git a/api-ref/source/apis/route_tables/updating_route_table_information.rst b/api-ref/source/apis/route_tables/updating_route_table_information.rst index 51d0804..62fc446 100644 --- a/api-ref/source/apis/route_tables/updating_route_table_information.rst +++ b/api-ref/source/apis/route_tables/updating_route_table_information.rst @@ -119,21 +119,21 @@ Response Parameters .. table:: **Table 7** 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 (-), 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** | - +-----------------------+-----------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + +-----------------------+-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + | Parameter | Type | Description | + +=======================+=======================+==================================================================================================================================================================================================+ + | key | String | Tag key. The value contain up to 128 characters (36 characters on the console), including uppercase letters, lowercase letters, digits, hyphens (-), underscores (_), and at signs (@). | + | | | | + | | | Minimum: **1** | + | | | | + | | | Maximum: **128** | + +-----------------------+-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + | value | String | Tag value. The value contain up to 128 characters in API (43 characters on the console), including uppercase letters, lowercase letters, digits, hyphens (-), underscores (_), and at signs (@). | + | | | | + | | | Minimum: **0** | + | | | | + | | | Maximum: **128** | + +-----------------------+-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ .. _updateroutetable__response_bgpoptions: diff --git a/api-ref/source/apis/tags/creating_resource_tags.rst b/api-ref/source/apis/tags/creating_resource_tags.rst index c14699a..0b92508 100644 --- a/api-ref/source/apis/tags/creating_resource_tags.rst +++ b/api-ref/source/apis/tags/creating_resource_tags.rst @@ -42,8 +42,6 @@ POST /v3/{project_id}/{resource_type}/{resource_id}/tags | | | | - **vpc-attachment**: VPC attachment | | | | | | | | | | - **vgw-attachment**: virtual gateway attachment | - | | | | | - | | | | - **attachments**: all attachment types | +-----------------+-----------------+-----------------+---------------------------------------------------+ Request Parameters @@ -61,21 +59,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 (-), 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** | - +-----------------+-----------------+-----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + +-----------------+-----------------+-----------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + | Parameter | Mandatory | Type | Description | + +=================+=================+=================+==================================================================================================================================================================================================+ + | key | No | String | Tag key. The value contain up to 128 characters (36 characters on the console), including uppercase letters, lowercase letters, digits, hyphens (-), underscores (_), and at signs (@). | + | | | | | + | | | | Minimum: **1** | + | | | | | + | | | | Maximum: **128** | + +-----------------+-----------------+-----------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + | value | No | String | Tag value. The value contain up to 128 characters in API (43 characters on the console), including uppercase letters, lowercase letters, digits, hyphens (-), underscores (_), and at signs (@). | + | | | | | + | | | | Minimum: **0** | + | | | | | + | | | | Maximum: **128** | + +-----------------+-----------------+-----------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ Response Parameters ------------------- @@ -109,7 +107,7 @@ Status Codes =========== =========== Status Code Description =========== =========== -204 Created +204 No Content =========== =========== Error Codes diff --git a/api-ref/source/apis/tags/deleting_resource_tags.rst b/api-ref/source/apis/tags/deleting_resource_tags.rst index 5f06999..fda96a0 100644 --- a/api-ref/source/apis/tags/deleting_resource_tags.rst +++ b/api-ref/source/apis/tags/deleting_resource_tags.rst @@ -40,8 +40,6 @@ DELETE /v3/{project_id}/{resource_type}/{resource_id}/tags/{key} | | | | - **vpc-attachment**: VPC attachment | | | | | | | | | | - **vgw-attachment**: virtual gateway attachment | - | | | | | - | | | | - **attachments**: all attachment types | +-----------------+-----------------+-----------------+---------------------------------------------------+ Request Parameters diff --git a/api-ref/source/apis/tags/querying_project_tags.rst b/api-ref/source/apis/tags/querying_project_tags.rst index 71056ef..6e6c21f 100644 --- a/api-ref/source/apis/tags/querying_project_tags.rst +++ b/api-ref/source/apis/tags/querying_project_tags.rst @@ -31,8 +31,6 @@ GET /v3/{project_id}/{resource_type}/tags | | | | - **vpc-attachment**: VPC attachment | | | | | | | | | | - **vgw-attachment**: virtual gateway attachment | - | | | | | - | | | | - **attachments**: all attachment types | +-----------------+-----------------+-----------------+---------------------------------------------------+ Request Parameters @@ -62,7 +60,7 @@ Response Parameters +===========+==================+=====================================================================================+ | key | String | Tag key, which cannot be empty and can contain a maximum of 127 Unicode characters. | +-----------+------------------+-------------------------------------------------------------------------------------+ - | values | Array of Strings | Tag values. Each value can contain a maximum of 255 Unicode characters. | + | values | Array of strings | Tag values. Each value can contain a maximum of 255 Unicode characters. | +-----------+------------------+-------------------------------------------------------------------------------------+ Example Requests diff --git a/api-ref/source/apis/tags/querying_resource_tags.rst b/api-ref/source/apis/tags/querying_resource_tags.rst index d317fea..54c6664 100644 --- a/api-ref/source/apis/tags/querying_resource_tags.rst +++ b/api-ref/source/apis/tags/querying_resource_tags.rst @@ -33,8 +33,6 @@ GET /v3/{project_id}/{resource_type}/{resource_id}/tags | | | | - **vpc-attachment**: VPC attachment | | | | | | | | | | - **vgw-attachment**: virtual gateway attachment | - | | | | | - | | | | - **attachments**: all attachment types | +-----------------+-----------------+-----------------+---------------------------------------------------+ Request Parameters @@ -59,21 +57,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 (-), 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** | - +-----------------------+-----------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + +-----------------------+-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + | Parameter | Type | Description | + +=======================+=======================+==================================================================================================================================================================================================+ + | key | String | Tag key. The value contain up to 128 characters (36 characters on the console), including uppercase letters, lowercase letters, digits, hyphens (-), underscores (_), and at signs (@). | + | | | | + | | | Minimum: **1** | + | | | | + | | | Maximum: **128** | + +-----------------------+-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + | value | String | Tag value. The value contain up to 128 characters in API (43 characters on the console), including uppercase letters, lowercase letters, digits, hyphens (-), underscores (_), and at signs (@). | + | | | | + | | | Minimum: **0** | + | | | | + | | | Maximum: **128** | + +-----------------------+-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ Example Requests ---------------- diff --git a/api-ref/source/apis/vpc_attachments/creating_a_vpc_attachment.rst b/api-ref/source/apis/vpc_attachments/creating_a_vpc_attachment.rst index cdd9acb..7c78d9d 100644 --- a/api-ref/source/apis/vpc_attachments/creating_a_vpc_attachment.rst +++ b/api-ref/source/apis/vpc_attachments/creating_a_vpc_attachment.rst @@ -85,21 +85,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 (-), 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** | - +-----------------+-----------------+-----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + +-----------------+-----------------+-----------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + | Parameter | Mandatory | Type | Description | + +=================+=================+=================+==================================================================================================================================================================================================+ + | key | No | String | Tag key. The value contain up to 128 characters (36 characters on the console), including uppercase letters, lowercase letters, digits, hyphens (-), underscores (_), and at signs (@). | + | | | | | + | | | | Minimum: **1** | + | | | | | + | | | | Maximum: **128** | + +-----------------+-----------------+-----------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + | value | No | String | Tag value. The value contain up to 128 characters in API (43 characters on the console), including uppercase letters, lowercase letters, digits, hyphens (-), underscores (_), and at signs (@). | + | | | | | + | | | | Minimum: **0** | + | | | | | + | | | | Maximum: **128** | + +-----------------+-----------------+-----------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ Response Parameters ------------------- @@ -166,21 +166,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 (-), 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** | - +-----------------------+-----------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + +-----------------------+-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + | Parameter | Type | Description | + +=======================+=======================+==================================================================================================================================================================================================+ + | key | String | Tag key. The value contain up to 128 characters (36 characters on the console), including uppercase letters, lowercase letters, digits, hyphens (-), underscores (_), and at signs (@). | + | | | | + | | | Minimum: **1** | + | | | | + | | | Maximum: **128** | + +-----------------------+-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + | value | String | Tag value. The value contain up to 128 characters in API (43 characters on the console), including uppercase letters, lowercase letters, digits, hyphens (-), underscores (_), and at signs (@). | + | | | | + | | | Minimum: **0** | + | | | | + | | | Maximum: **128** | + +-----------------------+-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ Example Requests ---------------- diff --git a/api-ref/source/apis/vpc_attachments/querying_details_about_a_vpc_attachment.rst b/api-ref/source/apis/vpc_attachments/querying_details_about_a_vpc_attachment.rst index f84245b..543659a 100644 --- a/api-ref/source/apis/vpc_attachments/querying_details_about_a_vpc_attachment.rst +++ b/api-ref/source/apis/vpc_attachments/querying_details_about_a_vpc_attachment.rst @@ -87,21 +87,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 (-), 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** | - +-----------------------+-----------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + +-----------------------+-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + | Parameter | Type | Description | + +=======================+=======================+==================================================================================================================================================================================================+ + | key | String | Tag key. The value contain up to 128 characters (36 characters on the console), including uppercase letters, lowercase letters, digits, hyphens (-), underscores (_), and at signs (@). | + | | | | + | | | Minimum: **1** | + | | | | + | | | Maximum: **128** | + +-----------------------+-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + | value | String | Tag value. The value contain up to 128 characters in API (43 characters on the console), including uppercase letters, lowercase letters, digits, hyphens (-), underscores (_), and at signs (@). | + | | | | + | | | Minimum: **0** | + | | | | + | | | Maximum: **128** | + +-----------------------+-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ Example Requests ---------------- diff --git a/api-ref/source/apis/vpc_attachments/querying_vpc_attachments.rst b/api-ref/source/apis/vpc_attachments/querying_vpc_attachments.rst index 3c3a307..a4f476d 100644 --- a/api-ref/source/apis/vpc_attachments/querying_vpc_attachments.rst +++ b/api-ref/source/apis/vpc_attachments/querying_vpc_attachments.rst @@ -127,21 +127,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 (-), 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** | - +-----------------------+-----------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + +-----------------------+-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + | Parameter | Type | Description | + +=======================+=======================+==================================================================================================================================================================================================+ + | key | String | Tag key. The value contain up to 128 characters (36 characters on the console), including uppercase letters, lowercase letters, digits, hyphens (-), underscores (_), and at signs (@). | + | | | | + | | | Minimum: **1** | + | | | | + | | | Maximum: **128** | + +-----------------------+-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + | value | String | Tag value. The value contain up to 128 characters in API (43 characters on the console), including uppercase letters, lowercase letters, digits, hyphens (-), underscores (_), and at signs (@). | + | | | | + | | | Minimum: **0** | + | | | | + | | | Maximum: **128** | + +-----------------------+-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ .. _listvpcattachments__response_pageinfo: diff --git a/api-ref/source/apis/vpc_attachments/updating_a_vpc_attachment.rst b/api-ref/source/apis/vpc_attachments/updating_a_vpc_attachment.rst index ab5f359..3cff618 100644 --- a/api-ref/source/apis/vpc_attachments/updating_a_vpc_attachment.rst +++ b/api-ref/source/apis/vpc_attachments/updating_a_vpc_attachment.rst @@ -113,21 +113,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 (-), 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** | - +-----------------------+-----------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + +-----------------------+-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + | Parameter | Type | Description | + +=======================+=======================+==================================================================================================================================================================================================+ + | key | String | Tag key. The value contain up to 128 characters (36 characters on the console), including uppercase letters, lowercase letters, digits, hyphens (-), underscores (_), and at signs (@). | + | | | | + | | | Minimum: **1** | + | | | | + | | | Maximum: **128** | + +-----------------------+-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + | value | String | Tag value. The value contain up to 128 characters in API (43 characters on the console), including uppercase letters, lowercase letters, digits, hyphens (-), underscores (_), and at signs (@). | + | | | | + | | | Minimum: **0** | + | | | | + | | | Maximum: **128** | + +-----------------------+-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ Example Requests ---------------- diff --git a/api-ref/source/change_history.rst b/api-ref/source/change_history.rst index 79e2408..5d746c3 100644 --- a/api-ref/source/change_history.rst +++ b/api-ref/source/change_history.rst @@ -8,6 +8,11 @@ Change History +-----------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | Released On | Description | +===================================+================================================================================================================================================================================+ +| 2023-12-06 | This release incorporates the following changes: | +| | | +| | - Modified the descriptions of the tag key and value in the document. | +| | - Modified the description of the status code in "Querying AZs." | ++-----------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | 2023-11-17 | This release incorporates the following changes: | | | | | | - Added section "Sharing" to state that this function cannot be used through APIs. | @@ -16,7 +21,7 @@ Change History | 2023-11-01 | This release incorporates the following changes: | | | | | | - Modified the **name** parameter in "Creating an Enterprise Router", "Creating a Route Table", and "Updating Route Table Information". | -| | - Modified the description of the tag key and value in the document. | +| | - Modified the descriptions of the tag key and value in the document. | | | - Deleted the **owned_by_self** parameter from "Querying Enterprise Routers". | | | - 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". | diff --git a/api-ref/source/permissions_policies_and_supported_actions/routes.rst b/api-ref/source/permissions_policies_and_supported_actions/routes.rst index fc42240..e301cfc 100644 --- a/api-ref/source/permissions_policies_and_supported_actions/routes.rst +++ b/api-ref/source/permissions_policies_and_supported_actions/routes.rst @@ -16,7 +16,7 @@ Routes +---------------------------------------+--------------------------------------------------------------------------------------------------+------------------+-------------+--------------------+ | Querying static routes | GET /v3/{project_id}/enterprise-router/route-tables/{route_table_id}/static-routes | er:routes:list | Y | Y | +---------------------------------------+--------------------------------------------------------------------------------------------------+------------------+-------------+--------------------+ -| Querying valid routes | GET /v3/{project_id}/enterprise-router/route-tables/{route_table_id}/routes | er:routes:list | Y | Y | +| Querying effective routes | GET /v3/{project_id}/enterprise-router/route-tables/{route_table_id}/routes | er:routes:list | Y | Y | +---------------------------------------+--------------------------------------------------------------------------------------------------+------------------+-------------+--------------------+ | Deleting a static route | DELETE /v3/{project_id}/enterprise-router/route-tables/{route_table_id}/static-routes/{route_id} | er:routes:delete | Y | Y | +---------------------------------------+--------------------------------------------------------------------------------------------------+------------------+-------------+--------------------+