《1343 - 精通 Maximo REST API:明天你能连接什么?.pdf》由会员分享,可在线阅读,更多相关《1343 - 精通 Maximo REST API:明天你能连接什么?.pdf(39页珍藏版)》请在三个皮匠报告上搜索。
1、Orlando,FLOctober 69IBM TechXchange 2025Session 1343Alex WalterA3J Group,CIOIBM Champion 2018-2025Mastering Maximo REST APIs What can you connect to tomorrow?Agenda0102030405060708Why does this matter?Anatomy of an API callHow to connectQuerying for recordsCreate and update recordsAdvanced technique
2、sAPI SecurityQuestionsIBM TechXchange 2025Why does this matter?Maximos REST API Condition-or use-based maintenanceIoT device readings Inventory and Procurement syncOn-hand quantitiesG/L movementVendor and Purchasing documents Analytics and AIGet real-time insightsMobile and Field OperationsBig Pictu
3、re Interoperability and FlexibilityREST APIs=universal language Scalability and EfficiencyREST=stateless Automation and InnovationAutomate workflowsReal-time data transfer Developer-Friendly and Future-ProofWidespread adoption regardless of industryIBM TechXchange|2025 IBM Corporation3IBM TechXchang
4、e 2025Agenda0102030405060708Why does this matter?Anatomy of an API callHow to connectQuerying for recordsCreate and update recordsAdvanced techniquesAPI SecurityQuestionsIBM TechXchange 2025Anatomy of an API callValid values GET or POST(will show how to do PATCH,DELETE calls later)5IBM TechXchange 2
5、025POST https:/ description:New ticket from API call,reportedpriority:3,reportedby:WILSONAnatomy of an API callURL of your IBM Maximo Manage environment6IBM TechXchange 2025POST https:/ description:New ticket from API call,reportedpriority:3,reportedby:WILSONAnatomy of an API callAPI Context Path,ei
6、ther/api or/oslc(depends on authentication method,will explain later)7IBM TechXchange 2025POST https:/ description:New ticket from API call,reportedpriority:3,reportedby:WILSONAnatomy of an API callAction to take:/os means the next element should be a Maximo Object Structure(other actions could be/l