IBM Maximo

Frends.IbmMaximo.Request / 2.0.0

Summary

Talks to Maximo either as a plain REST call or through a guided mode that assembles a work order or service request from named fields, so common cases need no payload building.

Typical use — raising and updating maintenance work from monitoring or from another system, with the raw mode as the escape hatch

Details

Frends version
5.7 and newer
Agent
Crossplatform
Target framework
net8.0

Input parameters.

Name Type Default Example Description
RequestType RequestTypeChoose CustomRequest

Select request type to show correct editor for input.

Possible values:

  • CustomRequest: Custom request.

  • CreateWorkOrder: Generate service request.

  • GenerateServiceRequest: Create work order.

  • GetWorkOrder: Get work order by its ID.

  • UpdateWorkOrder: Update work order with given ID.

  • DeleteWorkOrder: Delete work order with given ID.

  • GetServiceRequest: Get service request by its ID.

  • UpdateServiceRequest: Update service request with given ID.

  • DeleteServiceRequest: Delete service request with given ID.

BaseUrl String http://localhost:7001/ http://localhost:7001/

IBM Maximo base URL.

Resource String /os/mxapiasset /os/mxapiasset

IBM Maximo resource to request.

Payload Object { "Body": "Message" }

The payload text to be sent with the request.

Method HttpMethod GET GET

HTTP method to use for the request.

Possible values:

  • GET: HTTP method to use for the request.

  • POST: HTTP method to use for the request.

  • PUT: HTTP method to use for the request.

  • PATCH: HTTP method to use for the request.

  • DELETE: HTTP method to use for the request.

ApiKeySecret String api-key

API key for authentication.

WorkOrderDescription String Fix HVAC system

Description for the new work order.

ServiceRequestDescription String Request for office equipment

Description for the service request.

ReportedBy String john.doe

The person who reported the issue.

WorkOrderLocation String PLANT1

Location for new work order.

ServiceRequestLocation String OFFICE1

Identifies the ticket's location.

WorkOrderAssetNum String ASSET001

Asset number associated with the work order.

ServiceRequestAssetNum String ASSET002

Asset number associated with the service request.

Site String BEDFORD

Site associated with the work order.

ScheduledStart String 2024-01-01T08:00:00Z

Scheduled start time for the work order.

ReportedDate String 2024-01-01T00:00:00Z

Reported date for the breakdown work order.

WorkOrderId String 12345

Reported date for the breakdown work order.

ServiceRequestId String 67890

Reported date for the breakdown work order.

An unhandled error has occurred. Reload 🗙