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
Input parameters.
| Name | Type | Default | Example | Description |
|---|---|---|---|---|
| RequestType | RequestTypeChoose |
– | CustomRequest |
Select request type to show correct editor for input. Possible values:
|
| 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:
|
| 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. |