-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #392 from device42/revert-391-docs-19.03.08
Revert "Docs 19.03.08 release (Week 47, 2024)"
- Loading branch information
Showing
15 changed files
with
101 additions
and
129 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
--- | ||
title: "Tags" | ||
sidebar_position: 15 | ||
--- | ||
|
||
Tags help with filtering objects and grouping disparate objects. For example, you could define a "Project X" tag and associate that tag with all the devices, IP addresses, etc... that are associated with Project X. | ||
|
||
Tags can be placed on most objects in Device42. | ||
|
||
Most reports can be filtered based on tags. | ||
|
||
### Creating tags | ||
|
||
![Creating tags](/assets/images/wpid-media_14144930840731.png) | ||
|
||
From the tags list page, click Add Tag to create a tag. Click on a tag to edit the tag. | ||
|
||
![](/assets/images/wpid-media_14144932471591.png) | ||
|
||
For each tag, you give it a name and a slug (essential a unique resource identifier). | ||
|
||
In the example above, 2 devices and 1 IP addresses were "tagged" with tag "nh4th". | ||
Tags containing spaces should be wrapped in double quotes, for example, "tag space". | ||
|
||
An example of tagging a device with 'nh4th' is shown below... | ||
|
||
![](/assets/images/wpid-media_14144934131171.png) | ||
|
||
|
||
### Merging tags | ||
|
||
If you end up with multiple tags that you would like to merge, ie. due to misspelling or duplication, you can do so easily in Device42. To merge two or more tags first browse to the tags page in Device42 in Tools>Tags. | ||
|
||
![Merging tags](/assets/images/2016-04-18-tags-01.png) | ||
|
||
From the tags list page, select the tags that you would like to merge and from the Action menu click "Merge Selected Tags" | ||
|
||
![Merging tags](/assets/images/2016-04-18-tags-02.png) | ||
|
||
You should receive a confirmation message, and clicking "Okay" will confirm the merge. | ||
|
||
![Merging tags](/assets/images/2016-04-18-tags-03.png) |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,15 +2,14 @@ | |
title: "Tutorials" | ||
--- | ||
|
||
Welcome to Device42! Explore the tutorials in this section to learn the fundamentals of using the Device42 Main Appliance (MA). | ||
Welcome to Device42! The tutorials in this section are designed to introduce you to the fundamentals of using the Device42 Main Appliance. | ||
|
||
Start with the [Introduction to Device42](/getstarted/tutorials/device42-tutorial.mdx), which explains the terminology, object types, and object hierarchy used in Device42 and covers the various ways IT data can be added to and exported from the Device42 MA. | ||
Start with the [Introduction to Device42](/getstarted/tutorials/device42-tutorial.mdx) page for an explanation of Device42 terminology, object types, and the object hierarchical order. Read about the various ways you can add IT data to and export it from the Device42 Main Appliance. | ||
|
||
Next, learn how to add sample data to your new Device42 instance using either of the following: | ||
Next, follow one or both of the tutorials below to add sample data to your new Device42 instance: | ||
- The [spreadsheets tutorial](getstarted/tutorials/tutorial-loading-data-using-spreadsheets.mdx) shows you how to access a sample `.xls` file, add data to it, and re-upload the file to load data to Device42. | ||
- The [API tutorial](getstarted/tutorials/tutorial-loading-data-using-the-api.mdx) introduces the Device42 API by executing a bash script of several curl commands that use APIs to load sample data. | ||
|
||
- The [spreadsheets tutorial](getstarted/tutorials/tutorial-loading-data-using-spreadsheets.mdx) shows you how to access and add data to a sample `.xls` file, then re-upload it to add the data to Device42. | ||
- The [API tutorial](getstarted/tutorials/tutorial-loading-data-using-the-api.mdx) demonstrates how to execute a bash script of several curl commands that call the Device42 API to add sample data to Device42. | ||
Complete your introduction with the [Device42 user interface tutorial](getstarted/tutorials/tutorial-navigating-the-device42-user-interface.mdx). Explore the sample data in the Device42 UI to get familiar with the menu options and data organization. | ||
|
||
Complete your introduction with the [UI tutorial](getstarted/tutorials/tutorial-navigating-the-device42-user-interface.mdx). Explore the sample data in the Device42 UI to familiarize yourself with the menu options and data organization. | ||
|
||
Once you've completed the tutorials, you can discover more Device42 features in the rest of the [Get Started](/getstarted/) section. If you have any questions, comments, or feature requests, please let us know at [[email protected]](mailto:[email protected]). | ||
After completing the tutorials, have a look at the pages in the [Get Started](/getstarted/) section to discover more Device42 features. If you have any questions, comments, or feature requests, please let us know at [[email protected]](mailto:[email protected]). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.