Creating Tags
Use this guide to create tags managed by users in vScope. A tag is a Name : Value attribute on an asset.
Here is a quick run-through of how it’s done (with English captions):
Before you start
Section titled “Before you start”You need Contributor or Admin permissions to manage tags.
Choose a method
Section titled “Choose a method”Use one of these methods depending on your goal:
Manual: set values directly on selected assets.Rule-based: assign tags using rules and filters.Discovery: fetch values from a data source attribute and create/populate tags from discovered data.Import: add/update manual tag values in bulk from UI (XLSX) or API.
For import workflows:
- UI import (XLSX): Import tags from XLSX
- API import: Import tags via API
1. Manual
Section titled “1. Manual”Use manual values for direct edits on specific assets.
From Properties
- Open Tables or an asset Properties panel.
- Add a tag name and value.
- Save.
From Tables
- Select rows in a table.
- Right-click and select Add Tag.
- Enter tag name and value and click Add Tag.
Example: Add Location: Sweden to a single server.
To remove manual values from an asset:
- In Tables, right-click the asset and select Remove tag.
- Remove the value from the asset Properties panel.
- or, go to Tags > Manual and delete the tag from here.
2. By Rule / Filters
Section titled “2. By Rule / Filters”Use rule-based tags when values should be assigned automatically.
- Go to Tags
- Click Create Tag → select asset type (e.g., All Machines)
- Name the Tag (e.g., Data Center Location) and set a value (e.g., Sweden)
- Add Filters that decide when the Tag applies (e.g.,
IPv4=192.168.11.0/24) - Save
3. From Discovery
Section titled “3. From Discovery”Use discovery when you want to create/populate tags from values that already exist in a scanned data source. The tag value is automaticlly updated when updated in the data source.
- Go to Tags.
- Create or edit a tag for the target asset type.
- Select Discovery as value behavior/source.
- Choose the data source and attribute to fetch values from.
- Save and verify values on matching assets.
Example:
- Fetch
extensionAttribute1from Active Directory and use it as a tag value on matched assets.
Configure value behavior in rule-based tags
Section titled “Configure value behavior in rule-based tags”In rule-based tags, values can be set using one of these methods:
- Manual input.
- Fetch value from relationship.
- Fetch value from another tag.
- Compute value from two other tags.
Example relationship path:
User Account -[Is Managed By]-> User Account:Department(Add the Department of the user account that is Manager of user account)
Best Practices
Section titled “Best Practices”- Use a consistent naming standard.
- Prefer rule-based or discovery-based updates for data that changes frequently.
- Use manual values for exceptions and one-off cases.