You need to enable JavaScript to run this app.
最新活动
大模型
产品
解决方案
定价
生态与合作
支持与服务
开发者
了解我们

如何配置IBM Maximo Worker Insights实例?含API及仪表盘使用需求

Hey there! Let’s break down exactly how to configure IBM Maximo Worker Insights (MWI), walk through instance setup step by step, and get you up and running with its API and dashboard features—since that’s what you’re targeting.

Core Configuration Approach for IBM Maximo Worker Insights

MWI’s configuration revolves around three key pillars: instance provisioning, device/worker association, and rule engine setup. The goal here is to build a system that collects, analyzes, and acts on worker safety and operational data, while enabling smooth API integration and dashboard visualization.

Step-by-Step Instance Configuration

Let’s dive into the concrete steps to get your MWI instance up and running:

1. Pre-Deployment Prep

  • Make sure you have the right IBM Cloud permissions: You’ll need Editor or Administrator access to create and manage MWI instances.
  • Gather your prerequisites: Have device specs (e.g., smart hard hats, wearables) ready, plus worker data from your enterprise directory (like LDAP or IBMid).
  • Validate network connectivity: Ensure your MWI instance can communicate with IoT devices and internal systems (no firewall blocks on MQTT/HTTP ports used for data ingestion).

2. Create Your MWI Instance

  • Log into the IBM Cloud Console, search for the Maximo Worker Insights service, and click "Create".
  • Pick your region, pricing plan (on-demand or tiered), name your instance, and assign it to a resource group.
  • Wait 5-10 minutes for deployment to finish—once done, you’ll land in the instance’s main console.

3. Set Up Identity & Access Management (IAM)

  • Head to the "Access Control" tab in your instance console. Assign roles to users based on their needs:
    • Viewer: For team members who only need to view dashboards and read-only API data.
    • Editor: For folks who need to configure rules, manage devices/workers, and call read/write APIs.
    • Administrator: Full access to manage the entire instance.
  • If you’re using enterprise identities, set up SAML SSO to sync your company’s user pool with MWI—this cuts down on manual user management.
  • Go to the "Device Management" tab, click "Add Device", and fill in the device’s unique ID, type (e.g., biometric wristband), and communication protocol (MQTT or HTTP).
  • Navigate to "Worker Management" to import or manually add worker profiles. Bind each worker to their assigned device—this ensures MWI can map sensor data to the correct person.
  • Configure data ingestion rules: Set how often devices send data, and define thresholds (e.g., trigger an alert if a worker’s heart rate exceeds 110 BPM).

5. Configure Rules & Alerts

  • Open the "Rule Engine" tab to build custom rules tailored to your safety needs. For example: "Trigger an alert if a worker enters a restricted zone without wearing their hard hat".
  • Set up alert notifications: Choose to send alerts via email, Slack, or push them to your internal systems using MWI’s API.
  • Test your rules: Simulate a device data payload (use the API or test tool in the console) to make sure alerts fire as expected.
Using MWI’s API & Dashboard Features

API Integration

MWI’s REST API lets you interact with data programmatically—here’s how to get started:

  • Grab your API credentials: Go to the "API Access" tab in the console, generate an API key, and note your instance’s endpoint URL.
  • Example API call (fetch all worker profiles):
    curl -X GET "https://<your-mwi-endpoint>/api/v1/workers" \
    -H "Authorization: Bearer <your-api-key>" \
    -H "Content-Type: application/json"
    
  • Common API use cases:
    • Bulk import worker/device data
    • Pull real-time sensor data for custom analytics
    • Trigger or resolve alerts programmatically
    • Export dashboard metrics for internal reporting

Dashboard Customization & Usage

MWI’s default dashboard gives you a high-level view of worker safety, device status, and alert trends—but you can tailor it to your needs:

  • Click "Edit" on the main dashboard to add/remove widgets (e.g., worker location heatmaps, device uptime cards).
  • Adjust time ranges to view real-time data or historical trends (hourly, daily, weekly, or custom).
  • Build custom dashboards: Create dedicated views for specific teams or scenarios (like elevated work safety monitoring) and restrict access to relevant users.
  • Export data: Download dashboard insights as CSV or PDF files for compliance reports or team reviews.
Quick Configuration Tips
  • Always validate device data payloads against MWI’s schema (check the in-instance API docs) to avoid ingestion errors.
  • Backup your instance configuration regularly: Use the "Settings" tab to export config files—this saves you time if you need to restore or replicate the instance.
  • Keep an eye on API rate limits: MWI enforces limits to prevent abuse, so batch large API calls accordingly.

内容的提问来源于stack exchange,提问作者Dragos.Cojocari

火山引擎 最新活动