Maximo

 View Only

 Assets' network interfaces

Roberto Ripamonti's profile image
Roberto Ripamonti posted Thu March 20, 2025 07:23 AM

Hi all,

I've been checking IBM Maximo app and the json schema of mxapiasset looking for network interface attributes such as ip address or mac address, but there seems to be no attribute representing them.

Is there a way to add them to an asset? or are they referenced in other models of the system?

Thanks in advance for the help!

Jason VenHuizen's profile image
Jason VenHuizen IBM Champion

You could either add attributes to the Asset object / table to contain the IP Address and MAC address, and these will be available on the root asset record.

https://www.ibm.com/docs/en/masv-and-l/maximo-manage/continuous-delivery?topic=objects-adding-attributes

or you may considering using an asset specification and including those values as part of the specification.

https://www.ibm.com/docs/en/maximo-eam-saas?topic=classifications-overview

If you go the specification route, you can get the values off the ASSET/ASSETSPEC on the MXAPIASSET integration object.