Getting Started and Migration
Initialization
Before using the Asset Service Model v2.0, you need to perform initialization.
To do this, run the following command in the developer console (Main Menu
- Settings
- Developer Console
):
GET _core/rsm/init
After successful initialization, you can proceed to layer creation.
Migration
You can easily migrate your existing model to the new version.
-
First, you need to obtain the model identifier from the old version. You can find it in the URL of the old Asset Service Model page, for example:
sm:5601/app/rsm/tree#?_q=(level:1,model_id:***model_2442d2d1-d8a4-11ef-9e45-25439e417cec***,timezone:'%2B03:00')
-
Then, execute the following command in the developer console (
Main Menu
-Settings
-Developer Console
):
GET _core/rsm/migrate/<The model ID from step 1>
After successful initialization, you can proceed to review layers or graphs.