1
0

Update content

This commit is contained in:
OpenTelekomCloud Proposal Bot 2022-10-19 22:07:27 +00:00 committed by Artem Goncharov
parent cc3e3e2aa1
commit dfaf57a24a

View File

@ -15,21 +15,21 @@ A tag consists of a tag key and a tag value. :ref:`Table 1 <dis_01_0050__en-us_t
.. table:: **Table 1** Naming rules for a tag key and value
+-----------------------+------------------------------------------------------------------------------------------------------------------------+-----------------------+
| Parameter | Rule | Example |
+=======================+========================================================================================================================+=======================+
| Key | A tag key cannot be left blank. | Organization |
| | | |
| | A tag key must be unique for a stream. | |
| | | |
| | A tag key contains a maximum of 36 characters. | |
| | | |
| | A tag value cannot contain special characters =*<>\,|/ or start or end with a space. | |
+-----------------------+------------------------------------------------------------------------------------------------------------------------+-----------------------+
| Tag value | A tag value contains a maximum of 43 characters. | Apache |
| | | |
| | A tag value cannot contain special characters =*<>\,|/ or start or end with a space. This parameter can be left blank. | |
+-----------------------+------------------------------------------------------------------------------------------------------------------------+-----------------------+
+-----------------------+----------------------------------------------------------------------------------------------------------------------------+-----------------------+
| Parameter | Rule | Example |
+=======================+============================================================================================================================+=======================+
| Key | A tag key cannot be left blank. | Organization |
| | | |
| | A tag key must be unique for a stream. | |
| | | |
| | A tag key contains a maximum of 36 characters. | |
| | | |
| | A tag value cannot contain special characters ``=*<>\,|/`` or start or end with a space. | |
+-----------------------+----------------------------------------------------------------------------------------------------------------------------+-----------------------+
| Tag value | A tag value contains a maximum of 43 characters. | Apache |
| | | |
| | A tag value cannot contain special characters ``=*<>\,|/`` or start or end with a space. This parameter can be left blank. | |
+-----------------------+----------------------------------------------------------------------------------------------------------------------------+-----------------------+
Adding a Tag to a Stream
------------------------