Getting Started and Migration
Initialization
Before using the Resource-Service Model v2.0, you need to perform initialization.
To do this, run the following command in the developer console (Main Menu
- System Settings
- Developer Console
):
GET _core/rsm/init
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 Resource-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
-System Settings
-Developer Console
):
GET _core/rsm/migrate/<The model ID from step 1>