Master data (Devices, Facilities, Measuring Points, DeviceTypes) is missing in CM
The following picture describes the sequence of operation in case devices that are shown via Master Data Management (MDM), but not visible in CM, are handled.
Condition Monitoring (condition-monitoring-core)
Admin Rest API to control reloading of device master data from MDM for a specific tenant:
-
e.g. in case it is a new tenant configured after installation
-
e.g. you want to synchronize the device master data for this tenant
-
e.g[]. a manual change is done in MDM database
-
Get Token for Condition Monitoring
-
call POST
{URL}/cm/core/v1/{ownerTenantId}/mdm/reload→ needs Condition Monitoring Administrator Role
-
Rules Management (rule-service-app)
Admin Rest API to control reloading of device master data from MDM for a specific tenant:
-
e.g. in case it is a new tenant configured after installation
-
e.g. you want to synchronize the device master data for this tenant
-
e.g. a manual change is done in MDM database
-
Get Token for Condition Monitoring
-
call POST
{URL}/cm/rm/rule-manager/v1/{ownerTenantId}/mdm/reload→ needs Rules Management Administrator Role
-
Further reference