Maximo Adaptor
About Maximo
IBM Maximo Application Suite is the industry-leading Enterprise Asset Management (EAM) solution designed to manage critical assets, reduce downtime, and improve operational efficiency. Built on decades of industry expertise, Maximo provides end-to-end management of assets from procurement and maintenance to decommissioning, ensuring optimal performance throughout the entire asset lifecycle.
Maximo is essential for organizations managing critical infrastructure, manufacturing equipment, facilities, and transportation assets across industries including energy, utilities, manufacturing, government, and transportation.
Integration Options
REST API: IBM Maximo provides comprehensive REST API access through the Maximo REST API, enabling external applications to interact with asset data, work orders, inventory, and maintenance schedules. The API supports full CRUD operations and integrates with Maximo's workflow engine for automated business processes.
Authentication
Maximo uses HTTP basic authentication for API access:
{
"baseUrl": "https://maximo-demo76.mro.com",
"username": "test@openfn.org",
"password": "@some(!)password"
}
Authentication Components:
- baseUrl: Your Maximo instance base URL
- username: Maximo user account with appropriate API permissions
- password: User account password
Helpful Links
I've noticed a problem with this Adaptor, or something is out of date, what can I do?
Thanks for asking! We are a fully Open Source Digital Public Good, and we welcome contributions from our community. Check out our Adaptors Wiki for more information on how you can update Adaptors!
Or, you can always reach out to the Community through our Community Forum here.