Create operational events
post
https://host/api/scm-core/operational-data/v1/events
Enables creation of events related to the health of connected assets for maintenance, or events corresponding to the operational progress of production activity performed by an asset or equipment resource in a manufacturing plant.
Request
There are no request parameters for this operation.
Supported Media Types
- application/json
Root Schema : schema
Type:
Show Source
object
-
data: object
data
Additional Properties Allowed:
true
Data attributes applicable to the selected event type. The format of this data object is defined in the Oracle Fusion application. -
entityCode: string
Code for the entity for which the event is generated, for example, Asset Number.Example:
RT39578219-2712
-
eventTime: string
(date-time)
Time when the event occurred in ISO 8601 format.Example:
2024-11-04T13:21:14Z
-
eventTypeCode: string
Code for the event type as defined in the Oracle Fusion application.Example:
CA_FAULT
Nested Schema : data
Type:
object
Additional Properties Allowed:
true
Data attributes applicable to the selected event type. The format of this data object is defined in the Oracle Fusion application.
Example:
{
"FAULT_TYPE":"DIAGNOSTIC",
"FAULT_CODE":"F1234"
}
Examples
Back to Top
Response
200 Response
Event created successfully.
400 Response
Invalid request payload.
500 Response
Internal server error.