Tag Settings¶
Facilitate the identification of resources and your clusters by defining a tagging strategy across your organization. So each time your project owners create a project, they will be able to choose from your tags (free or mandatory) while having the freedom to create them for their specific use case.
Example of relevant tags:
| Field Name | Field Type | Value |
|---|---|---|
| Business Unit | Selection | Data/Cloud/Security/… |
| Environment | Selection | DEV/UAT/PRD/POC/… |
| Service Name | Selection | Support/Delivery/Archi/… |
| Prod Number | Text | - |

Creating Tags Using The Cloudoor UI¶
-
Go to the drop-down window of your profile at the top right of your navigation bar and choose "Tags" from this window.
-
Fill in the infomation on the form:
-
Label: The name you want to use to identify your tag.
-
Field: You can choose either Text or Selection.
-
Required: Tick this box if you want to set your tag as required, if not, leave it unticked.
Click Add
-
-
You should be taken back to your Tags Dashboard with your newly created tag now visible.
Creating Tags Using The DOOR¶
You can create a tag by giving it's elements of configuration. Use the command:
The supported arguments are:
name: The name of the tag you want to create. (Required)
The supported flags are:
type: The type of flag text or selection. (Required)
text: A simple text field to assign a value to the tag.
selection: A selection field to assign a value to the tag.
value: The value of type selection value1,value2. (Optional)
required: Use it if the tag is required. (Optional)
Listing Information¶
To list information about all tags. Use the command:
The supported arguments are:
tag_id: The id of the tag from which we want to retrieve information. To specify if you want to get information about a specific tag. (Optional)
Deleting Tags¶
To delete tags. Use the command:
The supported arguments are:
tag_id: The id of the tag from which we want to retrieve information. To specify if you want to get information about a specific tag. (Required)
Editing an already created tag is not allowed.
Learn More¶
- Continue configurations : Quota Management
- Add and manage my clusters: Clusters
- Create and manage projects: Projects