Create an Asset Type
Reference:
| Field | Description |
|---|---|
| Name (Name ID) | Unique name identifier. It must contain only lowercase alphanumeric characters. The characters ., _ and - are allowed to separate words instead of a space BUT can not be at the beginning or end of the name. |
| Title (Display Name) | The display name to show on the Kelvin UI. It can contain any characters, including spaces. |
Create Asset Type
In this example we will create an Asset Type.
Asset Types can be managed from the Administration section of the UI.
Do not get confused with the Asset management in the Operations section which is designed for the Production Engineers.
You can watch this short demo video or read the full step-by step written tutorial below.
To start, go to the Assets in the Administration section of the left side bar and then click on the Asset Types tab.
To add an Asset Type, click on the Add Asset Type button;
Then type in the Asset Type details and click Add.
| API cURL Example | |
|---|---|
1 2 3 4 5 6 7 8 9 | |
You will get a response similar to this;
| API cURL Example Response | |
|---|---|
1 2 3 4 5 6 7 | |
| API Client (Python) Example | |
|---|---|
1 2 3 4 5 6 7 8 9 10 11 12 13 | |
You will get a response similar to this;
| API Client (Python) Example Response | |
|---|---|
1 | |


