Asset synchronization

Assets and asset meters are synchronized by using the MASDDASSET publish channel.

The following artifacts are used to synchronize assets:
  • Publish Channel: MASDDASSET
  • Object Structure: MXAPIASSET
  • Query Template: MASDDASSET

You can synchronize all assets, or you can synchronize a subset.

Assets that are not associated with a location are synchronized. Assets that are associated with locations are synchronized only if the location type is OPERATING.

When you synchronize assets, asset meters that have a metric ID are also synchronized.

The following table describes how statuses are mapped for the LOCASSETSTATUS domain when Maximo® Manage is synchronized with the Asset Data Dictionary:
Table 1. Status assignments for synchronization
Status in Maximo Manage Status that is assigned in Asset Data Dictionary
DECOMMISSIONED DECOMMISSIONED
NOT READY NOT READY
ARCHIVED (external value) ARCHIVED
Any internal value other than DECOMMISSIONED, NOT READY, or ARCHIVED (external value) ACTIVE

Asset hierarchies are not synchronized by using this integration. Hierarchies are synchronized by using the asset hierarchy integration.

Assets that are associated with storeroom locations are not synchronized.

To validate that asset data was successfully sent to the Asset Data Dictionary, you can use a REST API call that is similar to the following call:
https://host:port/maximo/oslc/masdd/asset
You can create queries for assets by using primary keys, as shown in the following example:
https://host:port/maximo/oslc/masdd/asset?assetnum=TEST1&siteid=BEDFORD
To validate that meter data was successfully sent to the Asset Data Dictionary, you can use a REST API call that is similar to the following call:
https://host:port/maximo/oslc/masdd/meter
You can create queries for meters by using primary keys, as shown in the following example:
https://host:port/maximo/oslc/masdd/meter?metername=TEMP-F