Download OpenAPI specification:Download
Maintenance API Event Driven is an event driven architecture covering the Operation & Maintenance Area in Equinor.
Maintenance API Event Driven is a companion solution to Maintenance API. Whilst Maintenance API provides a REST-based synchronous API, this is event driven and publishes maintenance events consumer solution can subscribe and react to.
"Event-driven architecture is a software architecture paradigm promoting the production, detection, consumption of, and reaction to events". The events represent "a signifcant change in state" for a business object and in our case are produced from the Equinor's ERP system.
Examples of maintenance events:
Azure Service Bus is a key component in the Maintenance API event driven architecture and runs in Equinor's Azure tenant. This is a mature product with advanced functionality and excellent library support for consumers especially on the .NET platform.
Subscriber setup will be performed by the Maintenance API team.
As part of this, the following will be configured:
Consumers will use typically use libraries such as Azure.Messaging.ServiceBus for reading events from their subscriptions through a persistent TCP/IP connection (Azure Service Bus also provides a synchronous based REST interface for reading events in special cases).
We recommend the consumer uses a Peek-Lock message pattern and actively confirm messages once successfully processed.
Dead-letter-queues can hold failed events and must be monitored by the consumer.
Events originate from Equinor's ERP system. They will use common terminology from across the Oil&Gas and Renewables industry for the maintenance process in the same way as the Maintenance API (Norsok standard NS-EN 13306 and ISO 14224 are key resource).
The events will contain the full state of the modified resource just after the event occured. The full state is identical to what will be returned on a lookup request for the individual resource in Maintenance API
The event data will follow the cloudevents standard.
Due to underlying depdencies, we cannot guarantee the correct ordering of the events and cannot guarantee a event is delivered only once. However, due to the relatively low volume of events published, we expect these two conditions to normally hold true.
Feature requests are welcomed and can be submitted through https://github.com/equinor/maintenance-api-event-driven
Event published when a activity report has been created
type | string Value: "com.equinor.maintenance-events.maintenance-records.activity-reports.created" Event type |
subject | string Activity report |
source | string <uri> Value: "https://equinor.github.io/maintenance-api-event-driven/#operation/com.equinor.maintenance-events.maintenance-records.activity-reports.created" |
specversion | string Value: "1.0" Cloudevents version |
id | string Unique id of the message |
time | string <date-time> Datetime the event was created |
datacontenttype | string Value: "application/json" Content type for the data property (always application/json) |
object (ActivityReport) |
{- "type": "com.equinor.maintenance-events.maintenance-records.activity-reports.created",
- "subject": "45689000",
- "specversion": "1.0",
- "id": "A234-1234-1111",
- "time": "2023-04-05T17:31:00Z",
- "datacontenttype": "application/json",
- "data": {
- "activities": [
- {
- "activityId": "12",
- "title": "Lubricated parts",
- "text": "Smørt deler\nStrammet bolter\n",
- "activityCodeId": "A50",
- "activityCode": "Lubrication",
- "activityCodeGroupId": "PM-GENE1",
- "activityCodeGroup": "PM: General Actions (E)",
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": "2019-08-24T14:15:22Z"
}
], - "attachments": [
- {
- "attachmentId": "H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU-LTMvJTMvHQFXQXn_IJKBQ1jTb2CvHQAwLV5WV4AAAA",
- "fileName": "equipment_location.jpg",
- "fileSize": "1636352",
- "mimeType": "image/jpg",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "_links": {
- "enclosure": "/work-orders/preventive-work-orders/20005446/attachments/H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU-LTMvJTMvHQFXQXn_IJKBQ1jTb2CvHQAwLV5WV4AAAA"
}
}
], - "urlReferences": [
- {
- "urlReferenceId": "H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU",
- "title": "IOC annotations"
}
], - "statuses": [
- {
- "statusId": "RDEX",
- "status": "Ready for execution",
- "statusOrder": 2,
- "isActive": false,
- "activatedDateTime": "2019-08-24T14:15:22Z"
}
], - "recordId": "45894100",
- "tagId": "PX",
- "tagPlantId": "1100",
- "equipmentId": "12410072",
- "title": "Endre skalering på PDT",
- "text": "Multi-line text based on template",
- "isOpen": true,
- "workCenterId": "SPIAUT",
- "workCenterPlantId": "1100",
- "activeStatusIds": "OSNO CRTE",
- "createdDateTime": "2019-08-24T14:15:22Z"
}
}
Event published when a activity report has been modified
type | string Value: "com.equinor.maintenance-events.maintenance-records.activity-reports.modified" Event type |
subject | string Activity report |
source | string <uri> Value: "https://equinor.github.io/maintenance-api-event-driven/#operation/com.equinor.maintenance-events.maintenance-records.activity-reports.modified" |
specversion | string Value: "1.0" Cloudevents version |
id | string Unique id of the message |
time | string <date-time> Datetime the event was created |
datacontenttype | string Value: "application/json" Content type for the data property (always application/json) |
object (ActivityReport) |
{- "type": "com.equinor.maintenance-events.maintenance-records.activity-reports.modified",
- "subject": "45689000",
- "specversion": "1.0",
- "id": "A234-1234-1111",
- "time": "2023-04-05T17:31:00Z",
- "datacontenttype": "application/json",
- "data": {
- "activities": [
- {
- "activityId": "12",
- "title": "Lubricated parts",
- "text": "Smørt deler\nStrammet bolter\n",
- "activityCodeId": "A50",
- "activityCode": "Lubrication",
- "activityCodeGroupId": "PM-GENE1",
- "activityCodeGroup": "PM: General Actions (E)",
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": "2019-08-24T14:15:22Z"
}
], - "attachments": [
- {
- "attachmentId": "H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU-LTMvJTMvHQFXQXn_IJKBQ1jTb2CvHQAwLV5WV4AAAA",
- "fileName": "equipment_location.jpg",
- "fileSize": "1636352",
- "mimeType": "image/jpg",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "_links": {
- "enclosure": "/work-orders/preventive-work-orders/20005446/attachments/H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU-LTMvJTMvHQFXQXn_IJKBQ1jTb2CvHQAwLV5WV4AAAA"
}
}
], - "urlReferences": [
- {
- "urlReferenceId": "H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU",
- "title": "IOC annotations"
}
], - "statuses": [
- {
- "statusId": "RDEX",
- "status": "Ready for execution",
- "statusOrder": 2,
- "isActive": false,
- "activatedDateTime": "2019-08-24T14:15:22Z"
}
], - "recordId": "45894100",
- "tagId": "PX",
- "tagPlantId": "1100",
- "equipmentId": "12410072",
- "title": "Endre skalering på PDT",
- "text": "Multi-line text based on template",
- "isOpen": true,
- "workCenterId": "SPIAUT",
- "workCenterPlantId": "1100",
- "activeStatusIds": "OSNO CRTE",
- "createdDateTime": "2019-08-24T14:15:22Z"
}
}
Event published when a activity report has been completed
type | string Value: "com.equinor.maintenance-events.maintenance-records.activity-reports.completed" Event type |
subject | string Activity report |
source | string <uri> Value: "https://equinor.github.io/maintenance-api-event-driven/#operation/com.equinor.maintenance-events.maintenance-records.activity-reports.completed" |
specversion | string Value: "1.0" Cloudevents version |
id | string Unique id of the message |
time | string <date-time> Datetime the event was created |
datacontenttype | string Value: "application/json" Content type for the data property (always application/json) |
object (ActivityReport) |
{- "type": "com.equinor.maintenance-events.maintenance-records.activity-reports.completed",
- "subject": "45689000",
- "specversion": "1.0",
- "id": "A234-1234-1111",
- "time": "2023-04-05T17:31:00Z",
- "datacontenttype": "application/json",
- "data": {
- "activities": [
- {
- "activityId": "12",
- "title": "Lubricated parts",
- "text": "Smørt deler\nStrammet bolter\n",
- "activityCodeId": "A50",
- "activityCode": "Lubrication",
- "activityCodeGroupId": "PM-GENE1",
- "activityCodeGroup": "PM: General Actions (E)",
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": "2019-08-24T14:15:22Z"
}
], - "attachments": [
- {
- "attachmentId": "H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU-LTMvJTMvHQFXQXn_IJKBQ1jTb2CvHQAwLV5WV4AAAA",
- "fileName": "equipment_location.jpg",
- "fileSize": "1636352",
- "mimeType": "image/jpg",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "_links": {
- "enclosure": "/work-orders/preventive-work-orders/20005446/attachments/H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU-LTMvJTMvHQFXQXn_IJKBQ1jTb2CvHQAwLV5WV4AAAA"
}
}
], - "urlReferences": [
- {
- "urlReferenceId": "H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU",
- "title": "IOC annotations"
}
], - "statuses": [
- {
- "statusId": "RDEX",
- "status": "Ready for execution",
- "statusOrder": 2,
- "isActive": false,
- "activatedDateTime": "2019-08-24T14:15:22Z"
}
], - "recordId": "45894100",
- "tagId": "PX",
- "tagPlantId": "1100",
- "equipmentId": "12410072",
- "title": "Endre skalering på PDT",
- "text": "Multi-line text based on template",
- "isOpen": true,
- "workCenterId": "SPIAUT",
- "workCenterPlantId": "1100",
- "activeStatusIds": "OSNO CRTE",
- "createdDateTime": "2019-08-24T14:15:22Z"
}
}
Used when an equipment fault/degradation is detected or when there is need for work that is not related to equipment fault.
Event published when a failure report has been created
type | string Value: "com.equinor.maintenance-events.maintenance-records.failure-reports.created" Event type |
subject | string Failure report |
source | string <uri> Value: "https://equinor.github.io/maintenance-api-event-driven/#operation/com.equinor.maintenance-events.maintenance-records.failure-reports.created" |
specversion | string Value: "1.0" Cloudevents version |
id | string Unique id of the message |
time | string <date-time> Datetime the event was created |
datacontenttype | string Value: "application/json" Content type for the data property (always application/json) |
object (FailureReport) |
{- "type": "com.equinor.maintenance-events.maintenance-records.failure-reports.created",
- "subject": "45689000",
- "specversion": "1.0",
- "id": "A234-1234-1111",
- "time": "2023-04-05T17:31:00Z",
- "datacontenttype": "application/json",
- "data": {
- "statuses": [
- {
- "statusId": "RDEX",
- "status": "Ready for execution",
- "statusOrder": 2,
- "isActive": false,
- "activatedDateTime": "2019-08-24T14:15:22Z"
}
], - "activities": [
- {
- "activityId": "12",
- "title": "Lubricated parts",
- "text": "Smørt deler\nStrammet bolter\n",
- "activityCodeId": "A50",
- "activityCode": "Lubrication",
- "activityCodeGroupId": "PM-GENE1",
- "activityCodeGroup": "PM: General Actions (E)",
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": "2019-08-24T14:15:22Z"
}
], - "tasks": [
- {
- "taskId": "12",
- "sortField": "01",
- "title": "Teknisk avklaringsbehov",
- "text": "Behov for å identifisere historikk ifra AO\n",
- "activeStatusIds": "TSRL CRTE",
- "isCompleted": false,
- "taskCodeId": "1020",
- "taskCode": "Technical clarification needed",
- "taskCodeGroupId": "PM-M2",
- "taskCodeGroup": "M2 Notification Tasks",
- "taskResponsibleType": "",
- "taskResponsibleId": "433937",
- "plannedStartDateTime": "2019-08-24T14:15:22Z",
- "plannedEndDateTime": "2019-08-24T14:15:22Z",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "completedDateTime": "2019-08-24T14:15:22Z"
}
], - "attachments": [
- {
- "attachmentId": "H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU-LTMvJTMvHQFXQXn_IJKBQ1jTb2CvHQAwLV5WV4AAAA",
- "fileName": "equipment_location.jpg",
- "fileSize": "1636352",
- "mimeType": "image/jpg",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "_links": {
- "enclosure": "/work-orders/preventive-work-orders/20005446/attachments/H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU-LTMvJTMvHQFXQXn_IJKBQ1jTb2CvHQAwLV5WV4AAAA"
}
}
], - "urlReferences": [
- {
- "urlReferenceId": "H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU",
- "title": "IOC annotations"
}
], - "tagDetails": {
- "isInactive": false,
- "parentTagId": "AT5566",
- "systemId": "BS",
- "system": "PM-PROG.SYST.",
- "ABCId": "5",
- "ABC": "Crit.=M & Red.=B",
- "locationId": "W14",
- "location": "METERING DECK",
- "areaId": "Deprecated - Use locationId",
- "area": "Deprecated - Use location",
- "catalogProfileId": "PM-160",
- "tagId": "AE5566",
- "tagPlantId": "1100",
- "tag": "CT5023/24 - POT.WATER PH PROBE."
}, - "additionalMetadata": [
- {
- "metadataId": "2",
- "title": "NES additional info",
- "failureModeId": "STC",
- "failureModeGroupId": "PMMO-080",
- "detectionMethodId": "STC",
- "detectionMethodGroupId": "PMDM-005",
- "failureMechanismId": "2.9",
- "failureMechanismGroupId": "PMMC-010"
}
], - "recordId": "45894100",
- "tagId": "PX",
- "tagPlantId": "1100",
- "equipmentId": "12410072",
- "equipment": "Strainer at inlet Recirc Pmp",
- "title": "Endre skalering på PDT",
- "text": "Multi-line text based on template",
- "workCenterId": "SPIAUT",
- "workCenter": "AI Automasjon",
- "workCenterPlantId": "1100",
- "planningPlantId": "1100",
- "plannerGroupId": "PPM",
- "plannerGroup": "Plattform PV",
- "locationId": "CD2",
- "location": "METERING DECK",
- "areaId": "Deprecated - Use locationId",
- "area": "Deprecated - Use location",
- "systemId": "11",
- "failureImpactId": "D",
- "failureImpact": "Unwell (InF)",
- "priorityId": "D",
- "isBreakdown": false,
- "hasUnsafeFailureMode": true,
- "unsafeFailureModeStatus": "OUTSTANDING",
- "requiredEndDate": "2019-08-24",
- "failureModeId": "STC",
- "failureMode": "CST Struct. deficiency containment risk",
- "failureModeGroupId": "PMMO-080",
- "failureModeGroup": "ISO Piping",
- "detectionMethodId": "3",
- "detectionMethod": "ISO Inspection",
- "detectionMethodGroupId": "PMDM-005",
- "detectionMethodGroup": "ISO Scheduled activities",
- "failureMechanismId": "2.9",
- "failureMechanism": "CST Corrosion external",
- "failureMechanismGroupId": "PMMC-010",
- "failureMechanismGroup": "ISO Material failure",
- "correctiveWorkOrderExist": false,
- "correctiveWorkOrderId": "24871954",
- "activeStatusIds": "OSNO CRTE",
- "isOpen": true,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "completedDateTime": "2019-08-24T14:15:22Z",
- "failureStartDateTime": "2019-08-24T14:15:22Z",
- "failureEndDateTime": "2019-08-24T14:15:22Z"
}
}
Event published when a failure report has been modified
type | string Value: "com.equinor.maintenance-events.maintenance-records.failure-reports.modified" Event type |
subject | string Failure report |
source | string <uri> Value: "https://equinor.github.io/maintenance-api-event-driven/#operation/com.equinor.maintenance-events.maintenance-records.failure-reports.modified" |
specversion | string Value: "1.0" Cloudevents version |
id | string Unique id of the message |
time | string <date-time> Datetime the event was created |
datacontenttype | string Value: "application/json" Content type for the data property (always application/json) |
object (FailureReport) |
{- "type": "com.equinor.maintenance-events.maintenance-records.failure-reports.modified",
- "subject": "45689000",
- "specversion": "1.0",
- "id": "A234-1234-1111",
- "time": "2023-04-05T17:31:00Z",
- "datacontenttype": "application/json",
- "data": {
- "statuses": [
- {
- "statusId": "RDEX",
- "status": "Ready for execution",
- "statusOrder": 2,
- "isActive": false,
- "activatedDateTime": "2019-08-24T14:15:22Z"
}
], - "activities": [
- {
- "activityId": "12",
- "title": "Lubricated parts",
- "text": "Smørt deler\nStrammet bolter\n",
- "activityCodeId": "A50",
- "activityCode": "Lubrication",
- "activityCodeGroupId": "PM-GENE1",
- "activityCodeGroup": "PM: General Actions (E)",
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": "2019-08-24T14:15:22Z"
}
], - "tasks": [
- {
- "taskId": "12",
- "sortField": "01",
- "title": "Teknisk avklaringsbehov",
- "text": "Behov for å identifisere historikk ifra AO\n",
- "activeStatusIds": "TSRL CRTE",
- "isCompleted": false,
- "taskCodeId": "1020",
- "taskCode": "Technical clarification needed",
- "taskCodeGroupId": "PM-M2",
- "taskCodeGroup": "M2 Notification Tasks",
- "taskResponsibleType": "",
- "taskResponsibleId": "433937",
- "plannedStartDateTime": "2019-08-24T14:15:22Z",
- "plannedEndDateTime": "2019-08-24T14:15:22Z",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "completedDateTime": "2019-08-24T14:15:22Z"
}
], - "attachments": [
- {
- "attachmentId": "H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU-LTMvJTMvHQFXQXn_IJKBQ1jTb2CvHQAwLV5WV4AAAA",
- "fileName": "equipment_location.jpg",
- "fileSize": "1636352",
- "mimeType": "image/jpg",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "_links": {
- "enclosure": "/work-orders/preventive-work-orders/20005446/attachments/H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU-LTMvJTMvHQFXQXn_IJKBQ1jTb2CvHQAwLV5WV4AAAA"
}
}
], - "urlReferences": [
- {
- "urlReferenceId": "H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU",
- "title": "IOC annotations"
}
], - "tagDetails": {
- "isInactive": false,
- "parentTagId": "AT5566",
- "systemId": "BS",
- "system": "PM-PROG.SYST.",
- "ABCId": "5",
- "ABC": "Crit.=M & Red.=B",
- "locationId": "W14",
- "location": "METERING DECK",
- "areaId": "Deprecated - Use locationId",
- "area": "Deprecated - Use location",
- "catalogProfileId": "PM-160",
- "tagId": "AE5566",
- "tagPlantId": "1100",
- "tag": "CT5023/24 - POT.WATER PH PROBE."
}, - "additionalMetadata": [
- {
- "metadataId": "2",
- "title": "NES additional info",
- "failureModeId": "STC",
- "failureModeGroupId": "PMMO-080",
- "detectionMethodId": "STC",
- "detectionMethodGroupId": "PMDM-005",
- "failureMechanismId": "2.9",
- "failureMechanismGroupId": "PMMC-010"
}
], - "recordId": "45894100",
- "tagId": "PX",
- "tagPlantId": "1100",
- "equipmentId": "12410072",
- "equipment": "Strainer at inlet Recirc Pmp",
- "title": "Endre skalering på PDT",
- "text": "Multi-line text based on template",
- "workCenterId": "SPIAUT",
- "workCenter": "AI Automasjon",
- "workCenterPlantId": "1100",
- "planningPlantId": "1100",
- "plannerGroupId": "PPM",
- "plannerGroup": "Plattform PV",
- "locationId": "CD2",
- "location": "METERING DECK",
- "areaId": "Deprecated - Use locationId",
- "area": "Deprecated - Use location",
- "systemId": "11",
- "failureImpactId": "D",
- "failureImpact": "Unwell (InF)",
- "priorityId": "D",
- "isBreakdown": false,
- "hasUnsafeFailureMode": true,
- "unsafeFailureModeStatus": "OUTSTANDING",
- "requiredEndDate": "2019-08-24",
- "failureModeId": "STC",
- "failureMode": "CST Struct. deficiency containment risk",
- "failureModeGroupId": "PMMO-080",
- "failureModeGroup": "ISO Piping",
- "detectionMethodId": "3",
- "detectionMethod": "ISO Inspection",
- "detectionMethodGroupId": "PMDM-005",
- "detectionMethodGroup": "ISO Scheduled activities",
- "failureMechanismId": "2.9",
- "failureMechanism": "CST Corrosion external",
- "failureMechanismGroupId": "PMMC-010",
- "failureMechanismGroup": "ISO Material failure",
- "correctiveWorkOrderExist": false,
- "correctiveWorkOrderId": "24871954",
- "activeStatusIds": "OSNO CRTE",
- "isOpen": true,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "completedDateTime": "2019-08-24T14:15:22Z",
- "failureStartDateTime": "2019-08-24T14:15:22Z",
- "failureEndDateTime": "2019-08-24T14:15:22Z"
}
}
Event published when a failure report has been completed
type | string Value: "com.equinor.maintenance-events.maintenance-records.failure-reports.completed" Event type |
subject | string Failure report |
source | string <uri> Value: "https://equinor.github.io/maintenance-api-event-driven/#operation/com.equinor.maintenance-events.maintenance-records.failure-reports.completed" |
specversion | string Value: "1.0" Cloudevents version |
id | string Unique id of the message |
time | string <date-time> Datetime the event was created |
datacontenttype | string Value: "application/json" Content type for the data property (always application/json) |
object (FailureReport) |
{- "type": "com.equinor.maintenance-events.maintenance-records.failure-reports.completed",
- "subject": "45689000",
- "specversion": "1.0",
- "id": "A234-1234-1111",
- "time": "2023-04-05T17:31:00Z",
- "datacontenttype": "application/json",
- "data": {
- "statuses": [
- {
- "statusId": "RDEX",
- "status": "Ready for execution",
- "statusOrder": 2,
- "isActive": false,
- "activatedDateTime": "2019-08-24T14:15:22Z"
}
], - "activities": [
- {
- "activityId": "12",
- "title": "Lubricated parts",
- "text": "Smørt deler\nStrammet bolter\n",
- "activityCodeId": "A50",
- "activityCode": "Lubrication",
- "activityCodeGroupId": "PM-GENE1",
- "activityCodeGroup": "PM: General Actions (E)",
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": "2019-08-24T14:15:22Z"
}
], - "tasks": [
- {
- "taskId": "12",
- "sortField": "01",
- "title": "Teknisk avklaringsbehov",
- "text": "Behov for å identifisere historikk ifra AO\n",
- "activeStatusIds": "TSRL CRTE",
- "isCompleted": false,
- "taskCodeId": "1020",
- "taskCode": "Technical clarification needed",
- "taskCodeGroupId": "PM-M2",
- "taskCodeGroup": "M2 Notification Tasks",
- "taskResponsibleType": "",
- "taskResponsibleId": "433937",
- "plannedStartDateTime": "2019-08-24T14:15:22Z",
- "plannedEndDateTime": "2019-08-24T14:15:22Z",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "completedDateTime": "2019-08-24T14:15:22Z"
}
], - "attachments": [
- {
- "attachmentId": "H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU-LTMvJTMvHQFXQXn_IJKBQ1jTb2CvHQAwLV5WV4AAAA",
- "fileName": "equipment_location.jpg",
- "fileSize": "1636352",
- "mimeType": "image/jpg",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "_links": {
- "enclosure": "/work-orders/preventive-work-orders/20005446/attachments/H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU-LTMvJTMvHQFXQXn_IJKBQ1jTb2CvHQAwLV5WV4AAAA"
}
}
], - "urlReferences": [
- {
- "urlReferenceId": "H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU",
- "title": "IOC annotations"
}
], - "tagDetails": {
- "isInactive": false,
- "parentTagId": "AT5566",
- "systemId": "BS",
- "system": "PM-PROG.SYST.",
- "ABCId": "5",
- "ABC": "Crit.=M & Red.=B",
- "locationId": "W14",
- "location": "METERING DECK",
- "areaId": "Deprecated - Use locationId",
- "area": "Deprecated - Use location",
- "catalogProfileId": "PM-160",
- "tagId": "AE5566",
- "tagPlantId": "1100",
- "tag": "CT5023/24 - POT.WATER PH PROBE."
}, - "additionalMetadata": [
- {
- "metadataId": "2",
- "title": "NES additional info",
- "failureModeId": "STC",
- "failureModeGroupId": "PMMO-080",
- "detectionMethodId": "STC",
- "detectionMethodGroupId": "PMDM-005",
- "failureMechanismId": "2.9",
- "failureMechanismGroupId": "PMMC-010"
}
], - "recordId": "45894100",
- "tagId": "PX",
- "tagPlantId": "1100",
- "equipmentId": "12410072",
- "equipment": "Strainer at inlet Recirc Pmp",
- "title": "Endre skalering på PDT",
- "text": "Multi-line text based on template",
- "workCenterId": "SPIAUT",
- "workCenter": "AI Automasjon",
- "workCenterPlantId": "1100",
- "planningPlantId": "1100",
- "plannerGroupId": "PPM",
- "plannerGroup": "Plattform PV",
- "locationId": "CD2",
- "location": "METERING DECK",
- "areaId": "Deprecated - Use locationId",
- "area": "Deprecated - Use location",
- "systemId": "11",
- "failureImpactId": "D",
- "failureImpact": "Unwell (InF)",
- "priorityId": "D",
- "isBreakdown": false,
- "hasUnsafeFailureMode": true,
- "unsafeFailureModeStatus": "OUTSTANDING",
- "requiredEndDate": "2019-08-24",
- "failureModeId": "STC",
- "failureMode": "CST Struct. deficiency containment risk",
- "failureModeGroupId": "PMMO-080",
- "failureModeGroup": "ISO Piping",
- "detectionMethodId": "3",
- "detectionMethod": "ISO Inspection",
- "detectionMethodGroupId": "PMDM-005",
- "detectionMethodGroup": "ISO Scheduled activities",
- "failureMechanismId": "2.9",
- "failureMechanism": "CST Corrosion external",
- "failureMechanismGroupId": "PMMC-010",
- "failureMechanismGroup": "ISO Material failure",
- "correctiveWorkOrderExist": false,
- "correctiveWorkOrderId": "24871954",
- "activeStatusIds": "OSNO CRTE",
- "isOpen": true,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "completedDateTime": "2019-08-24T14:15:22Z",
- "failureStartDateTime": "2019-08-24T14:15:22Z",
- "failureEndDateTime": "2019-08-24T14:15:22Z"
}
}
Modification proposal initiates the processing of a modification, replacement or maintenance project. In Equinor for upstream offshore, a modification proposal initiates the business processes 'OM103.01 - Initiate projects on plants in operation' or 'OM103.70.01 - Propose simple modifications in safety and automation systems'.
Event published when a modification proposal has been created
type | string Value: "com.equinor.maintenance-events.maintenance-records.modification-proposal.created" Event type |
subject | string Modification proposal |
source | string <uri> Value: "https://equinor.github.io/maintenance-api-event-driven/#operation/com.equinor.maintenance-events.maintenance-records.modification-proposals.created" |
specversion | string Value: "1.0" Cloudevents version |
id | string Unique id of the message |
time | string <date-time> Datetime the event was created |
datacontenttype | string Value: "application/json" Content type for the data property (always application/json) |
object (ModificationProposal) |
{- "type": "com.equinor.maintenance-events.maintenance-records.modification-proposal.created",
- "subject": "45689000",
- "specversion": "1.0",
- "id": "A234-1234-1111",
- "time": "2023-04-05T17:31:00Z",
- "datacontenttype": "application/json",
- "data": {
- "attachments": [
- {
- "attachmentId": "H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU-LTMvJTMvHQFXQXn_IJKBQ1jTb2CvHQAwLV5WV4AAAA",
- "fileName": "equipment_location.jpg",
- "fileSize": "1636352",
- "mimeType": "image/jpg",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "_links": {
- "enclosure": "/work-orders/preventive-work-orders/20005446/attachments/H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU-LTMvJTMvHQFXQXn_IJKBQ1jTb2CvHQAwLV5WV4AAAA"
}
}
], - "tasks": [
- {
- "taskId": "12",
- "sortField": "01",
- "title": "Teknisk avklaringsbehov",
- "text": "Behov for å identifisere historikk ifra AO\n",
- "activeStatusIds": "TSRL CRTE",
- "isCompleted": false,
- "taskCodeId": "1020",
- "taskCode": "Technical clarification needed",
- "taskCodeGroupId": "PM-M2",
- "taskCodeGroup": "M2 Notification Tasks",
- "taskResponsibleType": "",
- "taskResponsibleId": "433937",
- "plannedStartDateTime": "2019-08-24T14:15:22Z",
- "plannedEndDateTime": "2019-08-24T14:15:22Z",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "completedDateTime": "2019-08-24T14:15:22Z"
}
], - "statuses": [
- {
- "statusId": "RDEX",
- "status": "Ready for execution",
- "statusOrder": 2,
- "isActive": false,
- "activatedDateTime": "2019-08-24T14:15:22Z"
}
], - "text": "Multi-line text based on template",
- "plannerGroup": "Anleggsintegritet",
- "recordId": "45894100",
- "tagId": "PX",
- "tagPlantId": "1100",
- "equipmentId": "12410072",
- "reasonGroupId": "PMB-PRIM",
- "reasonId": "MA70",
- "priorityId": "H",
- "title": "Endre skalering på PDT",
- "isSimpleProposal": false,
- "activeStatusIds": "OSNO CRTE",
- "plannerGroupId": "SPI",
- "planningPlantId": "1100",
- "plannerGroupPlantId": "1100",
- "workCenterId": "SPIAUT",
- "workCenterPlantId": "1100",
- "requiredStartDate": "2019-08-24",
- "requiredEndDate": "2019-08-24",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "completedDateTime": "2019-08-24T14:15:22Z"
}
}
Event published when a modification proposal has been modified
type | string Value: "com.equinor.maintenance-events.maintenance-records.modification-proposal.modified" Event type |
subject | string Modification proposal |
source | string <uri> Value: "https://equinor.github.io/maintenance-api-event-driven/#operation/com.equinor.maintenance-events.maintenance-records.modification-proposals.modified" |
specversion | string Value: "1.0" Cloudevents version |
id | string Unique id of the message |
time | string <date-time> Datetime the event was created |
datacontenttype | string Value: "application/json" Content type for the data property (always application/json) |
object (ModificationProposal) |
{- "type": "com.equinor.maintenance-events.maintenance-records.modification-proposal.modified",
- "subject": "45689000",
- "specversion": "1.0",
- "id": "A234-1234-1111",
- "time": "2023-04-05T17:31:00Z",
- "datacontenttype": "application/json",
- "data": {
- "attachments": [
- {
- "attachmentId": "H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU-LTMvJTMvHQFXQXn_IJKBQ1jTb2CvHQAwLV5WV4AAAA",
- "fileName": "equipment_location.jpg",
- "fileSize": "1636352",
- "mimeType": "image/jpg",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "_links": {
- "enclosure": "/work-orders/preventive-work-orders/20005446/attachments/H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU-LTMvJTMvHQFXQXn_IJKBQ1jTb2CvHQAwLV5WV4AAAA"
}
}
], - "tasks": [
- {
- "taskId": "12",
- "sortField": "01",
- "title": "Teknisk avklaringsbehov",
- "text": "Behov for å identifisere historikk ifra AO\n",
- "activeStatusIds": "TSRL CRTE",
- "isCompleted": false,
- "taskCodeId": "1020",
- "taskCode": "Technical clarification needed",
- "taskCodeGroupId": "PM-M2",
- "taskCodeGroup": "M2 Notification Tasks",
- "taskResponsibleType": "",
- "taskResponsibleId": "433937",
- "plannedStartDateTime": "2019-08-24T14:15:22Z",
- "plannedEndDateTime": "2019-08-24T14:15:22Z",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "completedDateTime": "2019-08-24T14:15:22Z"
}
], - "statuses": [
- {
- "statusId": "RDEX",
- "status": "Ready for execution",
- "statusOrder": 2,
- "isActive": false,
- "activatedDateTime": "2019-08-24T14:15:22Z"
}
], - "text": "Multi-line text based on template",
- "plannerGroup": "Anleggsintegritet",
- "recordId": "45894100",
- "tagId": "PX",
- "tagPlantId": "1100",
- "equipmentId": "12410072",
- "reasonGroupId": "PMB-PRIM",
- "reasonId": "MA70",
- "priorityId": "H",
- "title": "Endre skalering på PDT",
- "isSimpleProposal": false,
- "activeStatusIds": "OSNO CRTE",
- "plannerGroupId": "SPI",
- "planningPlantId": "1100",
- "plannerGroupPlantId": "1100",
- "workCenterId": "SPIAUT",
- "workCenterPlantId": "1100",
- "requiredStartDate": "2019-08-24",
- "requiredEndDate": "2019-08-24",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "completedDateTime": "2019-08-24T14:15:22Z"
}
}
Event published when a modification proposal has been completed
type | string Value: "com.equinor.maintenance-events.maintenance-records.modification-proposal.completed" Event type |
subject | string Modification proposal |
source | string <uri> Value: "https://equinor.github.io/maintenance-api-event-driven/#operation/com.equinor.maintenance-events.maintenance-records.modification-proposals.completed" |
specversion | string Value: "1.0" Cloudevents version |
id | string Unique id of the message |
time | string <date-time> Datetime the event was created |
datacontenttype | string Value: "application/json" Content type for the data property (always application/json) |
object (ModificationProposal) |
{- "type": "com.equinor.maintenance-events.maintenance-records.modification-proposal.completed",
- "subject": "45689000",
- "specversion": "1.0",
- "id": "A234-1234-1111",
- "time": "2023-04-05T17:31:00Z",
- "datacontenttype": "application/json",
- "data": {
- "attachments": [
- {
- "attachmentId": "H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU-LTMvJTMvHQFXQXn_IJKBQ1jTb2CvHQAwLV5WV4AAAA",
- "fileName": "equipment_location.jpg",
- "fileSize": "1636352",
- "mimeType": "image/jpg",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "_links": {
- "enclosure": "/work-orders/preventive-work-orders/20005446/attachments/H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU-LTMvJTMvHQFXQXn_IJKBQ1jTb2CvHQAwLV5WV4AAAA"
}
}
], - "tasks": [
- {
- "taskId": "12",
- "sortField": "01",
- "title": "Teknisk avklaringsbehov",
- "text": "Behov for å identifisere historikk ifra AO\n",
- "activeStatusIds": "TSRL CRTE",
- "isCompleted": false,
- "taskCodeId": "1020",
- "taskCode": "Technical clarification needed",
- "taskCodeGroupId": "PM-M2",
- "taskCodeGroup": "M2 Notification Tasks",
- "taskResponsibleType": "",
- "taskResponsibleId": "433937",
- "plannedStartDateTime": "2019-08-24T14:15:22Z",
- "plannedEndDateTime": "2019-08-24T14:15:22Z",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "completedDateTime": "2019-08-24T14:15:22Z"
}
], - "statuses": [
- {
- "statusId": "RDEX",
- "status": "Ready for execution",
- "statusOrder": 2,
- "isActive": false,
- "activatedDateTime": "2019-08-24T14:15:22Z"
}
], - "text": "Multi-line text based on template",
- "plannerGroup": "Anleggsintegritet",
- "recordId": "45894100",
- "tagId": "PX",
- "tagPlantId": "1100",
- "equipmentId": "12410072",
- "reasonGroupId": "PMB-PRIM",
- "reasonId": "MA70",
- "priorityId": "H",
- "title": "Endre skalering på PDT",
- "isSimpleProposal": false,
- "activeStatusIds": "OSNO CRTE",
- "plannerGroupId": "SPI",
- "planningPlantId": "1100",
- "plannerGroupPlantId": "1100",
- "workCenterId": "SPIAUT",
- "workCenterPlantId": "1100",
- "requiredStartDate": "2019-08-24",
- "requiredEndDate": "2019-08-24",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "completedDateTime": "2019-08-24T14:15:22Z"
}
}
Used to represent the results of a certification such as PSV or lifting certificate
Event published when a certification report has been created
type | string Value: "com.equinor.maintenance-events.maintenance-records.certification-reports.created" Event type |
subject | string Certification report |
source | string <uri> Value: "https://equinor.github.io/maintenance-api-event-driven/#operation/com.equinor.maintenance-events.maintenance-records.certification-reports.created" |
specversion | string Value: "1.0" Cloudevents version |
id | string Unique id of the message |
time | string <date-time> Datetime the event was created |
datacontenttype | string Value: "application/json" Content type for the data property (always application/json) |
object (CertificationReport) |
{- "type": "com.equinor.maintenance-events.maintenance-records.certification-reports.created",
- "subject": "45689000",
- "specversion": "1.0",
- "id": "A234-1234-1111",
- "time": "2023-04-05T17:31:00Z",
- "datacontenttype": "application/json",
- "data": {
- "statuses": [
- {
- "statusId": "RDEX",
- "status": "Ready for execution",
- "statusOrder": 2,
- "isActive": false,
- "activatedDateTime": "2019-08-24T14:15:22Z"
}
], - "attachments": [
- {
- "attachmentId": "H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU-LTMvJTMvHQFXQXn_IJKBQ1jTb2CvHQAwLV5WV4AAAA",
- "fileName": "equipment_location.jpg",
- "fileSize": "1636352",
- "mimeType": "image/jpg",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "_links": {
- "enclosure": "/work-orders/preventive-work-orders/20005446/attachments/H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU-LTMvJTMvHQFXQXn_IJKBQ1jTb2CvHQAwLV5WV4AAAA"
}
}
], - "tagDetails": {
- "isInactive": false,
- "parentTagId": "AT5566",
- "systemId": "BS",
- "system": "PM-PROG.SYST.",
- "ABCId": "5",
- "ABC": "Crit.=M & Red.=B",
- "locationId": "W14",
- "location": "METERING DECK",
- "areaId": "Deprecated - Use locationId",
- "area": "Deprecated - Use location",
- "catalogProfileId": "PM-160",
- "tagId": "AE5566",
- "tagPlantId": "1100",
- "tag": "CT5023/24 - POT.WATER PH PROBE."
}, - "measuringPoints": [
- {
- "lastMeasurement": {
- "measurementId": "10017608811",
- "maintenanceRecordId": "45939208",
- "measuringPointId": "14626974",
- "measurementDateTime": "2019-08-24T14:15:22Z",
- "measurementTitle": "string",
- "quantitativeReading": 19.2,
- "quantitativeReadingUnitId": "MM",
- "qualitativeCodeGroupId": "OBSMETH",
- "qualitativeCodeId": "UT-I",
- "processingStatusId": "1"
}, - "tagId": "1A1-A16A",
- "tagPlantId": "1111",
- "equipmentId": "12410072",
- "measuringPosition": "P:M03 2\" SV 301",
- "supportsQuantitativeMeasurement": true,
- "quantitativeCharacteristicId": "SM_COATING_CONDITION_ITEM",
- "quantitativeCharacteristicUnit": "mbar",
- "quantitativeCharacteristicUnitId": "MBAR",
- "categoryId": "B",
- "qualitativeCodeGroupId": "OBSMETH",
- "supportsQualitativeMeasurement": true,
- "measuringPointId": "14626974",
- "measuringPoint": "Surface coating condition"
}
], - "text": "Multi-line text based on template",
- "recordId": "45894100",
- "tagId": "PX",
- "tagPlantId": "1100",
- "equipmentId": "12410072",
- "title": "Endre skalering på PDT",
- "workCenterId": "SPIAUT",
- "workCenterPlantId": "1100",
- "planningPlantId": "1100",
- "plannerGroupId": "PPM",
- "plannerGroup": "Plattform PV",
- "locationId": "CD2",
- "location": "METERING DECK",
- "requiredEndDate": "2019-08-24",
- "failureModeId": "STC",
- "failureMode": "CST Struct. deficiency containment risk",
- "failureModeGroupId": "PMMO-080",
- "failureModeGroup": "ISO Piping",
- "detectionMethodId": "3",
- "detectionMethod": "ISO Inspection",
- "detectionMethodGroupId": "PMDM-005",
- "detectionMethodGroup": "ISO Scheduled activities",
- "failureMechanismId": "2.9",
- "failureMechanism": "CST Corrosion external",
- "failureMechanismGroupId": "PMMC-010",
- "failureMechanismGroup": "ISO Material failure",
- "workOrderExist": false,
- "workOrderId": "24871954",
- "activeStatusIds": "OSNO CRTE",
- "createdDateTime": "2019-08-24T14:15:22Z"
}
}
Event published when a certification report has been modified
type | string Value: "com.equinor.maintenance-events.maintenance-records.certification-reports.modified" Event type |
subject | string Certification report |
source | string <uri> Value: "https://equinor.github.io/maintenance-api-event-driven/#operation/com.equinor.maintenance-events.maintenance-records.certification-reports.modified" |
specversion | string Value: "1.0" Cloudevents version |
id | string Unique id of the message |
time | string <date-time> Datetime the event was created |
datacontenttype | string Value: "application/json" Content type for the data property (always application/json) |
object (CertificationReport) |
{- "type": "com.equinor.maintenance-events.maintenance-records.certification-reports.modified",
- "subject": "45689000",
- "specversion": "1.0",
- "id": "A234-1234-1111",
- "time": "2023-04-05T17:31:00Z",
- "datacontenttype": "application/json",
- "data": {
- "statuses": [
- {
- "statusId": "RDEX",
- "status": "Ready for execution",
- "statusOrder": 2,
- "isActive": false,
- "activatedDateTime": "2019-08-24T14:15:22Z"
}
], - "attachments": [
- {
- "attachmentId": "H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU-LTMvJTMvHQFXQXn_IJKBQ1jTb2CvHQAwLV5WV4AAAA",
- "fileName": "equipment_location.jpg",
- "fileSize": "1636352",
- "mimeType": "image/jpg",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "_links": {
- "enclosure": "/work-orders/preventive-work-orders/20005446/attachments/H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU-LTMvJTMvHQFXQXn_IJKBQ1jTb2CvHQAwLV5WV4AAAA"
}
}
], - "tagDetails": {
- "isInactive": false,
- "parentTagId": "AT5566",
- "systemId": "BS",
- "system": "PM-PROG.SYST.",
- "ABCId": "5",
- "ABC": "Crit.=M & Red.=B",
- "locationId": "W14",
- "location": "METERING DECK",
- "areaId": "Deprecated - Use locationId",
- "area": "Deprecated - Use location",
- "catalogProfileId": "PM-160",
- "tagId": "AE5566",
- "tagPlantId": "1100",
- "tag": "CT5023/24 - POT.WATER PH PROBE."
}, - "measuringPoints": [
- {
- "lastMeasurement": {
- "measurementId": "10017608811",
- "maintenanceRecordId": "45939208",
- "measuringPointId": "14626974",
- "measurementDateTime": "2019-08-24T14:15:22Z",
- "measurementTitle": "string",
- "quantitativeReading": 19.2,
- "quantitativeReadingUnitId": "MM",
- "qualitativeCodeGroupId": "OBSMETH",
- "qualitativeCodeId": "UT-I",
- "processingStatusId": "1"
}, - "tagId": "1A1-A16A",
- "tagPlantId": "1111",
- "equipmentId": "12410072",
- "measuringPosition": "P:M03 2\" SV 301",
- "supportsQuantitativeMeasurement": true,
- "quantitativeCharacteristicId": "SM_COATING_CONDITION_ITEM",
- "quantitativeCharacteristicUnit": "mbar",
- "quantitativeCharacteristicUnitId": "MBAR",
- "categoryId": "B",
- "qualitativeCodeGroupId": "OBSMETH",
- "supportsQualitativeMeasurement": true,
- "measuringPointId": "14626974",
- "measuringPoint": "Surface coating condition"
}
], - "text": "Multi-line text based on template",
- "recordId": "45894100",
- "tagId": "PX",
- "tagPlantId": "1100",
- "equipmentId": "12410072",
- "title": "Endre skalering på PDT",
- "workCenterId": "SPIAUT",
- "workCenterPlantId": "1100",
- "planningPlantId": "1100",
- "plannerGroupId": "PPM",
- "plannerGroup": "Plattform PV",
- "locationId": "CD2",
- "location": "METERING DECK",
- "requiredEndDate": "2019-08-24",
- "failureModeId": "STC",
- "failureMode": "CST Struct. deficiency containment risk",
- "failureModeGroupId": "PMMO-080",
- "failureModeGroup": "ISO Piping",
- "detectionMethodId": "3",
- "detectionMethod": "ISO Inspection",
- "detectionMethodGroupId": "PMDM-005",
- "detectionMethodGroup": "ISO Scheduled activities",
- "failureMechanismId": "2.9",
- "failureMechanism": "CST Corrosion external",
- "failureMechanismGroupId": "PMMC-010",
- "failureMechanismGroup": "ISO Material failure",
- "workOrderExist": false,
- "workOrderId": "24871954",
- "activeStatusIds": "OSNO CRTE",
- "createdDateTime": "2019-08-24T14:15:22Z"
}
}
Event published when a certification report has been completed
type | string Value: "com.equinor.maintenance-events.maintenance-records.certification-reports.completed" Event type |
subject | string Certification report |
source | string <uri> Value: "https://equinor.github.io/maintenance-api-event-driven/#operation/com.equinor.maintenance-events.maintenance-records.certification-reports.completed" |
specversion | string Value: "1.0" Cloudevents version |
id | string Unique id of the message |
time | string <date-time> Datetime the event was created |
datacontenttype | string Value: "application/json" Content type for the data property (always application/json) |
object (CertificationReport) |
{- "type": "com.equinor.maintenance-events.maintenance-records.certification-reports.completed",
- "subject": "45689000",
- "specversion": "1.0",
- "id": "A234-1234-1111",
- "time": "2023-04-05T17:31:00Z",
- "datacontenttype": "application/json",
- "data": {
- "statuses": [
- {
- "statusId": "RDEX",
- "status": "Ready for execution",
- "statusOrder": 2,
- "isActive": false,
- "activatedDateTime": "2019-08-24T14:15:22Z"
}
], - "attachments": [
- {
- "attachmentId": "H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU-LTMvJTMvHQFXQXn_IJKBQ1jTb2CvHQAwLV5WV4AAAA",
- "fileName": "equipment_location.jpg",
- "fileSize": "1636352",
- "mimeType": "image/jpg",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "_links": {
- "enclosure": "/work-orders/preventive-work-orders/20005446/attachments/H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU-LTMvJTMvHQFXQXn_IJKBQ1jTb2CvHQAwLV5WV4AAAA"
}
}
], - "tagDetails": {
- "isInactive": false,
- "parentTagId": "AT5566",
- "systemId": "BS",
- "system": "PM-PROG.SYST.",
- "ABCId": "5",
- "ABC": "Crit.=M & Red.=B",
- "locationId": "W14",
- "location": "METERING DECK",
- "areaId": "Deprecated - Use locationId",
- "area": "Deprecated - Use location",
- "catalogProfileId": "PM-160",
- "tagId": "AE5566",
- "tagPlantId": "1100",
- "tag": "CT5023/24 - POT.WATER PH PROBE."
}, - "measuringPoints": [
- {
- "lastMeasurement": {
- "measurementId": "10017608811",
- "maintenanceRecordId": "45939208",
- "measuringPointId": "14626974",
- "measurementDateTime": "2019-08-24T14:15:22Z",
- "measurementTitle": "string",
- "quantitativeReading": 19.2,
- "quantitativeReadingUnitId": "MM",
- "qualitativeCodeGroupId": "OBSMETH",
- "qualitativeCodeId": "UT-I",
- "processingStatusId": "1"
}, - "tagId": "1A1-A16A",
- "tagPlantId": "1111",
- "equipmentId": "12410072",
- "measuringPosition": "P:M03 2\" SV 301",
- "supportsQuantitativeMeasurement": true,
- "quantitativeCharacteristicId": "SM_COATING_CONDITION_ITEM",
- "quantitativeCharacteristicUnit": "mbar",
- "quantitativeCharacteristicUnitId": "MBAR",
- "categoryId": "B",
- "qualitativeCodeGroupId": "OBSMETH",
- "supportsQualitativeMeasurement": true,
- "measuringPointId": "14626974",
- "measuringPoint": "Surface coating condition"
}
], - "text": "Multi-line text based on template",
- "recordId": "45894100",
- "tagId": "PX",
- "tagPlantId": "1100",
- "equipmentId": "12410072",
- "title": "Endre skalering på PDT",
- "workCenterId": "SPIAUT",
- "workCenterPlantId": "1100",
- "planningPlantId": "1100",
- "plannerGroupId": "PPM",
- "plannerGroup": "Plattform PV",
- "locationId": "CD2",
- "location": "METERING DECK",
- "requiredEndDate": "2019-08-24",
- "failureModeId": "STC",
- "failureMode": "CST Struct. deficiency containment risk",
- "failureModeGroupId": "PMMO-080",
- "failureModeGroup": "ISO Piping",
- "detectionMethodId": "3",
- "detectionMethod": "ISO Inspection",
- "detectionMethodGroupId": "PMDM-005",
- "detectionMethodGroup": "ISO Scheduled activities",
- "failureMechanismId": "2.9",
- "failureMechanism": "CST Corrosion external",
- "failureMechanismGroupId": "PMMC-010",
- "failureMechanismGroup": "ISO Material failure",
- "workOrderExist": false,
- "workOrderId": "24871954",
- "activeStatusIds": "OSNO CRTE",
- "createdDateTime": "2019-08-24T14:15:22Z"
}
}
Used to request for update of technical information or maintenance programs
Event published when a technical information update request has been created
type | string Value: "com.equinor.maintenance-events.maintenance-records.technical-information-update-requests.created" Event type |
subject | string Technical information update request |
source | string <uri> Value: "https://equinor.github.io/maintenance-api-event-driven/#operation/com.equinor.maintenance-events.maintenance-records.technical-information-update-requests.created" |
specversion | string Value: "1.0" Cloudevents version |
id | string Unique id of the message |
time | string <date-time> Datetime the event was created |
datacontenttype | string Value: "application/json" Content type for the data property (always application/json) |
object (TechnicalInformationUpdateRequest) |
{- "type": "com.equinor.maintenance-events.maintenance-records.technical-information-update-requests.created",
- "subject": "45689000",
- "specversion": "1.0",
- "id": "A234-1234-1111",
- "time": "2023-04-05T17:31:00Z",
- "datacontenttype": "application/json",
- "data": {
- "statuses": [
- {
- "statusId": "RDEX",
- "status": "Ready for execution",
- "statusOrder": 2,
- "isActive": false,
- "activatedDateTime": "2019-08-24T14:15:22Z"
}
], - "attachments": [
- {
- "attachmentId": "H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU-LTMvJTMvHQFXQXn_IJKBQ1jTb2CvHQAwLV5WV4AAAA",
- "fileName": "equipment_location.jpg",
- "fileSize": "1636352",
- "mimeType": "image/jpg",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "_links": {
- "enclosure": "/work-orders/preventive-work-orders/20005446/attachments/H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU-LTMvJTMvHQFXQXn_IJKBQ1jTb2CvHQAwLV5WV4AAAA"
}
}
], - "tagDetails": {
- "isInactive": false,
- "parentTagId": "AT5566",
- "systemId": "BS",
- "system": "PM-PROG.SYST.",
- "ABCId": "5",
- "ABC": "Crit.=M & Red.=B",
- "locationId": "W14",
- "location": "METERING DECK",
- "areaId": "Deprecated - Use locationId",
- "area": "Deprecated - Use location",
- "catalogProfileId": "PM-160",
- "tagId": "AE5566",
- "tagPlantId": "1100",
- "tag": "CT5023/24 - POT.WATER PH PROBE."
}, - "tasks": [
- {
- "taskId": "12",
- "sortField": "01",
- "title": "Teknisk avklaringsbehov",
- "text": "Behov for å identifisere historikk ifra AO\n",
- "activeStatusIds": "TSRL CRTE",
- "isCompleted": false,
- "taskCodeId": "1020",
- "taskCode": "Technical clarification needed",
- "taskCodeGroupId": "PM-M2",
- "taskCodeGroup": "M2 Notification Tasks",
- "taskResponsibleType": "",
- "taskResponsibleId": "433937",
- "plannedStartDateTime": "2019-08-24T14:15:22Z",
- "plannedEndDateTime": "2019-08-24T14:15:22Z",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "completedDateTime": "2019-08-24T14:15:22Z"
}
], - "recordId": "45894100",
- "tagId": "PX",
- "tagPlantId": "1100",
- "equipmentId": "12410072",
- "title": "Endre skalering på PDT",
- "text": "Multi-line text based on template",
- "hasPersonResponsible": true,
- "personResponsibleId": "433937",
- "personResponsibleEmail": "shortname@equinor.com",
- "workCenterId": "SPIAUT",
- "workCenterPlantId": "1100",
- "planningPlantId": "1100",
- "plannerGroupId": "PPM",
- "plannerGroup": "Plattform PV",
- "locationId": "CD2",
- "location": "METERING DECK",
- "systemId": "BS",
- "system": "PM-PROG.SYST.",
- "requiredEndDate": "2019-08-24",
- "priorityId": "H",
- "sortField": "RETUR",
- "costWBSId": "T.O265C.GA.00007",
- "costWBS": "Vedlikehold - System PV",
- "workOrderExist": false,
- "workOrderId": "24871954",
- "activeStatusIds": "OSNO CRTE",
- "createdDateTime": "2019-08-24T14:15:22Z"
}
}
Event published when a technical information update request has been modified
type | string Value: "com.equinor.maintenance-events.maintenance-records.technical-information-update-requests.modified" Event type |
subject | string Technical information update request |
source | string <uri> Value: "https://equinor.github.io/maintenance-api-event-driven/#operation/com.equinor.technical-information-update-requests.modified" |
specversion | string Value: "1.0" Cloudevents version |
id | string Unique id of the message |
time | string <date-time> Datetime the event was created |
datacontenttype | string Value: "application/json" Content type for the data property (always application/json) |
object (TechnicalInformationUpdateRequest) |
{- "type": "com.equinor.maintenance-events.maintenance-records.technical-information-update-requests.modified",
- "subject": "45689000",
- "specversion": "1.0",
- "id": "A234-1234-1111",
- "time": "2023-04-05T17:31:00Z",
- "datacontenttype": "application/json",
- "data": {
- "statuses": [
- {
- "statusId": "RDEX",
- "status": "Ready for execution",
- "statusOrder": 2,
- "isActive": false,
- "activatedDateTime": "2019-08-24T14:15:22Z"
}
], - "attachments": [
- {
- "attachmentId": "H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU-LTMvJTMvHQFXQXn_IJKBQ1jTb2CvHQAwLV5WV4AAAA",
- "fileName": "equipment_location.jpg",
- "fileSize": "1636352",
- "mimeType": "image/jpg",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "_links": {
- "enclosure": "/work-orders/preventive-work-orders/20005446/attachments/H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU-LTMvJTMvHQFXQXn_IJKBQ1jTb2CvHQAwLV5WV4AAAA"
}
}
], - "tagDetails": {
- "isInactive": false,
- "parentTagId": "AT5566",
- "systemId": "BS",
- "system": "PM-PROG.SYST.",
- "ABCId": "5",
- "ABC": "Crit.=M & Red.=B",
- "locationId": "W14",
- "location": "METERING DECK",
- "areaId": "Deprecated - Use locationId",
- "area": "Deprecated - Use location",
- "catalogProfileId": "PM-160",
- "tagId": "AE5566",
- "tagPlantId": "1100",
- "tag": "CT5023/24 - POT.WATER PH PROBE."
}, - "tasks": [
- {
- "taskId": "12",
- "sortField": "01",
- "title": "Teknisk avklaringsbehov",
- "text": "Behov for å identifisere historikk ifra AO\n",
- "activeStatusIds": "TSRL CRTE",
- "isCompleted": false,
- "taskCodeId": "1020",
- "taskCode": "Technical clarification needed",
- "taskCodeGroupId": "PM-M2",
- "taskCodeGroup": "M2 Notification Tasks",
- "taskResponsibleType": "",
- "taskResponsibleId": "433937",
- "plannedStartDateTime": "2019-08-24T14:15:22Z",
- "plannedEndDateTime": "2019-08-24T14:15:22Z",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "completedDateTime": "2019-08-24T14:15:22Z"
}
], - "recordId": "45894100",
- "tagId": "PX",
- "tagPlantId": "1100",
- "equipmentId": "12410072",
- "title": "Endre skalering på PDT",
- "text": "Multi-line text based on template",
- "hasPersonResponsible": true,
- "personResponsibleId": "433937",
- "personResponsibleEmail": "shortname@equinor.com",
- "workCenterId": "SPIAUT",
- "workCenterPlantId": "1100",
- "planningPlantId": "1100",
- "plannerGroupId": "PPM",
- "plannerGroup": "Plattform PV",
- "locationId": "CD2",
- "location": "METERING DECK",
- "systemId": "BS",
- "system": "PM-PROG.SYST.",
- "requiredEndDate": "2019-08-24",
- "priorityId": "H",
- "sortField": "RETUR",
- "costWBSId": "T.O265C.GA.00007",
- "costWBS": "Vedlikehold - System PV",
- "workOrderExist": false,
- "workOrderId": "24871954",
- "activeStatusIds": "OSNO CRTE",
- "createdDateTime": "2019-08-24T14:15:22Z"
}
}
Event published when a technical information update request has been completed
type | string Value: "com.equinor.maintenance-events.maintenance-records.technical-information-update-requests.completed" Event type |
subject | string Technical information update request |
source | string <uri> Value: "https://equinor.github.io/maintenance-api-event-driven/#operation/com.equinor.maintenance-events.maintenance-records.technical-information-update-requests.completed" |
specversion | string Value: "1.0" Cloudevents version |
id | string Unique id of the message |
time | string <date-time> Datetime the event was created |
datacontenttype | string Value: "application/json" Content type for the data property (always application/json) |
object (TechnicalInformationUpdateRequest) |
{- "type": "com.equinor.maintenance-events.maintenance-records.technical-information-update-requests.completed",
- "subject": "45689000",
- "specversion": "1.0",
- "id": "A234-1234-1111",
- "time": "2023-04-05T17:31:00Z",
- "datacontenttype": "application/json",
- "data": {
- "statuses": [
- {
- "statusId": "RDEX",
- "status": "Ready for execution",
- "statusOrder": 2,
- "isActive": false,
- "activatedDateTime": "2019-08-24T14:15:22Z"
}
], - "attachments": [
- {
- "attachmentId": "H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU-LTMvJTMvHQFXQXn_IJKBQ1jTb2CvHQAwLV5WV4AAAA",
- "fileName": "equipment_location.jpg",
- "fileSize": "1636352",
- "mimeType": "image/jpg",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "_links": {
- "enclosure": "/work-orders/preventive-work-orders/20005446/attachments/H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU-LTMvJTMvHQFXQXn_IJKBQ1jTb2CvHQAwLV5WV4AAAA"
}
}
], - "tagDetails": {
- "isInactive": false,
- "parentTagId": "AT5566",
- "systemId": "BS",
- "system": "PM-PROG.SYST.",
- "ABCId": "5",
- "ABC": "Crit.=M & Red.=B",
- "locationId": "W14",
- "location": "METERING DECK",
- "areaId": "Deprecated - Use locationId",
- "area": "Deprecated - Use location",
- "catalogProfileId": "PM-160",
- "tagId": "AE5566",
- "tagPlantId": "1100",
- "tag": "CT5023/24 - POT.WATER PH PROBE."
}, - "tasks": [
- {
- "taskId": "12",
- "sortField": "01",
- "title": "Teknisk avklaringsbehov",
- "text": "Behov for å identifisere historikk ifra AO\n",
- "activeStatusIds": "TSRL CRTE",
- "isCompleted": false,
- "taskCodeId": "1020",
- "taskCode": "Technical clarification needed",
- "taskCodeGroupId": "PM-M2",
- "taskCodeGroup": "M2 Notification Tasks",
- "taskResponsibleType": "",
- "taskResponsibleId": "433937",
- "plannedStartDateTime": "2019-08-24T14:15:22Z",
- "plannedEndDateTime": "2019-08-24T14:15:22Z",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "completedDateTime": "2019-08-24T14:15:22Z"
}
], - "recordId": "45894100",
- "tagId": "PX",
- "tagPlantId": "1100",
- "equipmentId": "12410072",
- "title": "Endre skalering på PDT",
- "text": "Multi-line text based on template",
- "hasPersonResponsible": true,
- "personResponsibleId": "433937",
- "personResponsibleEmail": "shortname@equinor.com",
- "workCenterId": "SPIAUT",
- "workCenterPlantId": "1100",
- "planningPlantId": "1100",
- "plannerGroupId": "PPM",
- "plannerGroup": "Plattform PV",
- "locationId": "CD2",
- "location": "METERING DECK",
- "systemId": "BS",
- "system": "PM-PROG.SYST.",
- "requiredEndDate": "2019-08-24",
- "priorityId": "H",
- "sortField": "RETUR",
- "costWBSId": "T.O265C.GA.00007",
- "costWBS": "Vedlikehold - System PV",
- "workOrderExist": false,
- "workOrderId": "24871954",
- "activeStatusIds": "OSNO CRTE",
- "createdDateTime": "2019-08-24T14:15:22Z"
}
}
Used to request technical clarification when not covered by other maintenance records (such as failure reports)
Event published when a technical clarification has been created
type | string Value: "com.equinor.maintenance-events.maintenance-records.technical-clarifications.created" Event type |
subject | string Technical clarification |
source | string <uri> Value: "https://equinor.github.io/maintenance-api-event-driven/#operation/com.equinor.maintenance-events.maintenance-records.technical-clarifications.created" |
specversion | string Value: "1.0" Cloudevents version |
id | string Unique id of the message |
time | string <date-time> Datetime the event was created |
datacontenttype | string Value: "application/json" Content type for the data property (always application/json) |
object (TechnicalClarification) |
{- "type": "com.equinor.maintenance-events.maintenance-records.technical-clarifications.created",
- "subject": "45689000",
- "specversion": "1.0",
- "id": "A234-1234-1111",
- "time": "2023-04-05T17:31:00Z",
- "datacontenttype": "application/json",
- "data": {
- "statuses": [
- {
- "statusId": "RDEX",
- "status": "Ready for execution",
- "statusOrder": 2,
- "isActive": false,
- "activatedDateTime": "2019-08-24T14:15:22Z"
}
], - "attachments": [
- {
- "attachmentId": "H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU-LTMvJTMvHQFXQXn_IJKBQ1jTb2CvHQAwLV5WV4AAAA",
- "fileName": "equipment_location.jpg",
- "fileSize": "1636352",
- "mimeType": "image/jpg",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "_links": {
- "enclosure": "/work-orders/preventive-work-orders/20005446/attachments/H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU-LTMvJTMvHQFXQXn_IJKBQ1jTb2CvHQAwLV5WV4AAAA"
}
}
], - "tagDetails": {
- "isInactive": false,
- "parentTagId": "AT5566",
- "systemId": "BS",
- "system": "PM-PROG.SYST.",
- "ABCId": "5",
- "ABC": "Crit.=M & Red.=B",
- "locationId": "W14",
- "location": "METERING DECK",
- "areaId": "Deprecated - Use locationId",
- "area": "Deprecated - Use location",
- "catalogProfileId": "PM-160",
- "tagId": "AE5566",
- "tagPlantId": "1100",
- "tag": "CT5023/24 - POT.WATER PH PROBE."
}, - "tasks": [
- {
- "taskId": "12",
- "sortField": "01",
- "title": "Teknisk avklaringsbehov",
- "text": "Behov for å identifisere historikk ifra AO\n",
- "activeStatusIds": "TSRL CRTE",
- "isCompleted": false,
- "taskCodeId": "1020",
- "taskCode": "Technical clarification needed",
- "taskCodeGroupId": "PM-M2",
- "taskCodeGroup": "M2 Notification Tasks",
- "taskResponsibleType": "",
- "taskResponsibleId": "433937",
- "plannedStartDateTime": "2019-08-24T14:15:22Z",
- "plannedEndDateTime": "2019-08-24T14:15:22Z",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "completedDateTime": "2019-08-24T14:15:22Z"
}
], - "recordId": "45894100",
- "tagId": "D-13L35001A",
- "tagPlantId": "1902",
- "equipmentId": "",
- "title": "Material vurdering FD100 Vanninj service",
- "text": "Multi-line text\nbased on template",
- "hasPersonResponsible": true,
- "personResponsibleId": "433937",
- "personResponsibleEmail": "shortname@equinor.com",
- "workCenterId": "SPIMEK",
- "workCenterPlantId": "1901",
- "planningPlantId": "1901",
- "plannerGroupId": "SPIAUT",
- "plannerGroup": "AI Mekanisk",
- "locationId": "DC132",
- "location": "Wellbay Area Center Cellar Deck",
- "systemId": "13",
- "system": "RISER/WELL TOP",
- "requiredEndDate": "2019-08-24",
- "priorityId": "H",
- "sortField": "RETUR",
- "costWBSId": "T.O265C.GA.00007",
- "costWBS": "Vedlikehold - System PV",
- "workOrderExist": false,
- "workOrderId": "24871954",
- "activeStatusIds": "ATCO OSNO RPRI",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "plannedEndDate": "2019-08-24",
- "completedDateTime": "2019-08-24"
}
}
Event published when a technical clarification has been modified
type | string Value: "com.equinor.maintenance-events.maintenance-records.technical-clarifications.modified" Event type |
subject | string Technical clarification |
source | string <uri> Value: "https://equinor.github.io/maintenance-api-event-driven/#operation/com.equinor.technical-clarifications.modified" |
specversion | string Value: "1.0" Cloudevents version |
id | string Unique id of the message |
time | string <date-time> Datetime the event was created |
datacontenttype | string Value: "application/json" Content type for the data property (always application/json) |
object (TechnicalClarification) |
{- "type": "com.equinor.maintenance-events.maintenance-records.technical-clarifications.modified",
- "subject": "45689000",
- "specversion": "1.0",
- "id": "A234-1234-1111",
- "time": "2023-04-05T17:31:00Z",
- "datacontenttype": "application/json",
- "data": {
- "statuses": [
- {
- "statusId": "RDEX",
- "status": "Ready for execution",
- "statusOrder": 2,
- "isActive": false,
- "activatedDateTime": "2019-08-24T14:15:22Z"
}
], - "attachments": [
- {
- "attachmentId": "H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU-LTMvJTMvHQFXQXn_IJKBQ1jTb2CvHQAwLV5WV4AAAA",
- "fileName": "equipment_location.jpg",
- "fileSize": "1636352",
- "mimeType": "image/jpg",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "_links": {
- "enclosure": "/work-orders/preventive-work-orders/20005446/attachments/H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU-LTMvJTMvHQFXQXn_IJKBQ1jTb2CvHQAwLV5WV4AAAA"
}
}
], - "tagDetails": {
- "isInactive": false,
- "parentTagId": "AT5566",
- "systemId": "BS",
- "system": "PM-PROG.SYST.",
- "ABCId": "5",
- "ABC": "Crit.=M & Red.=B",
- "locationId": "W14",
- "location": "METERING DECK",
- "areaId": "Deprecated - Use locationId",
- "area": "Deprecated - Use location",
- "catalogProfileId": "PM-160",
- "tagId": "AE5566",
- "tagPlantId": "1100",
- "tag": "CT5023/24 - POT.WATER PH PROBE."
}, - "tasks": [
- {
- "taskId": "12",
- "sortField": "01",
- "title": "Teknisk avklaringsbehov",
- "text": "Behov for å identifisere historikk ifra AO\n",
- "activeStatusIds": "TSRL CRTE",
- "isCompleted": false,
- "taskCodeId": "1020",
- "taskCode": "Technical clarification needed",
- "taskCodeGroupId": "PM-M2",
- "taskCodeGroup": "M2 Notification Tasks",
- "taskResponsibleType": "",
- "taskResponsibleId": "433937",
- "plannedStartDateTime": "2019-08-24T14:15:22Z",
- "plannedEndDateTime": "2019-08-24T14:15:22Z",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "completedDateTime": "2019-08-24T14:15:22Z"
}
], - "recordId": "45894100",
- "tagId": "D-13L35001A",
- "tagPlantId": "1902",
- "equipmentId": "",
- "title": "Material vurdering FD100 Vanninj service",
- "text": "Multi-line text\nbased on template",
- "hasPersonResponsible": true,
- "personResponsibleId": "433937",
- "personResponsibleEmail": "shortname@equinor.com",
- "workCenterId": "SPIMEK",
- "workCenterPlantId": "1901",
- "planningPlantId": "1901",
- "plannerGroupId": "SPIAUT",
- "plannerGroup": "AI Mekanisk",
- "locationId": "DC132",
- "location": "Wellbay Area Center Cellar Deck",
- "systemId": "13",
- "system": "RISER/WELL TOP",
- "requiredEndDate": "2019-08-24",
- "priorityId": "H",
- "sortField": "RETUR",
- "costWBSId": "T.O265C.GA.00007",
- "costWBS": "Vedlikehold - System PV",
- "workOrderExist": false,
- "workOrderId": "24871954",
- "activeStatusIds": "ATCO OSNO RPRI",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "plannedEndDate": "2019-08-24",
- "completedDateTime": "2019-08-24"
}
}
Event published when a technical clarification has been completed
type | string Value: "com.equinor.maintenance-events.maintenance-records.technical-clarifications.completed" Event type |
subject | string Technical clarification |
source | string <uri> Value: "https://equinor.github.io/maintenance-api-event-driven/#operation/com.equinor.maintenance-events.maintenance-records.technical-clarifications.completed" |
specversion | string Value: "1.0" Cloudevents version |
id | string Unique id of the message |
time | string <date-time> Datetime the event was created |
datacontenttype | string Value: "application/json" Content type for the data property (always application/json) |
object (TechnicalClarification) |
{- "type": "com.equinor.maintenance-events.maintenance-records.technical-clarifications.completed",
- "subject": "45689000",
- "specversion": "1.0",
- "id": "A234-1234-1111",
- "time": "2023-04-05T17:31:00Z",
- "datacontenttype": "application/json",
- "data": {
- "statuses": [
- {
- "statusId": "RDEX",
- "status": "Ready for execution",
- "statusOrder": 2,
- "isActive": false,
- "activatedDateTime": "2019-08-24T14:15:22Z"
}
], - "attachments": [
- {
- "attachmentId": "H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU-LTMvJTMvHQFXQXn_IJKBQ1jTb2CvHQAwLV5WV4AAAA",
- "fileName": "equipment_location.jpg",
- "fileSize": "1636352",
- "mimeType": "image/jpg",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "_links": {
- "enclosure": "/work-orders/preventive-work-orders/20005446/attachments/H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU-LTMvJTMvHQFXQXn_IJKBQ1jTb2CvHQAwLV5WV4AAAA"
}
}
], - "tagDetails": {
- "isInactive": false,
- "parentTagId": "AT5566",
- "systemId": "BS",
- "system": "PM-PROG.SYST.",
- "ABCId": "5",
- "ABC": "Crit.=M & Red.=B",
- "locationId": "W14",
- "location": "METERING DECK",
- "areaId": "Deprecated - Use locationId",
- "area": "Deprecated - Use location",
- "catalogProfileId": "PM-160",
- "tagId": "AE5566",
- "tagPlantId": "1100",
- "tag": "CT5023/24 - POT.WATER PH PROBE."
}, - "tasks": [
- {
- "taskId": "12",
- "sortField": "01",
- "title": "Teknisk avklaringsbehov",
- "text": "Behov for å identifisere historikk ifra AO\n",
- "activeStatusIds": "TSRL CRTE",
- "isCompleted": false,
- "taskCodeId": "1020",
- "taskCode": "Technical clarification needed",
- "taskCodeGroupId": "PM-M2",
- "taskCodeGroup": "M2 Notification Tasks",
- "taskResponsibleType": "",
- "taskResponsibleId": "433937",
- "plannedStartDateTime": "2019-08-24T14:15:22Z",
- "plannedEndDateTime": "2019-08-24T14:15:22Z",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "completedDateTime": "2019-08-24T14:15:22Z"
}
], - "recordId": "45894100",
- "tagId": "D-13L35001A",
- "tagPlantId": "1902",
- "equipmentId": "",
- "title": "Material vurdering FD100 Vanninj service",
- "text": "Multi-line text\nbased on template",
- "hasPersonResponsible": true,
- "personResponsibleId": "433937",
- "personResponsibleEmail": "shortname@equinor.com",
- "workCenterId": "SPIMEK",
- "workCenterPlantId": "1901",
- "planningPlantId": "1901",
- "plannerGroupId": "SPIAUT",
- "plannerGroup": "AI Mekanisk",
- "locationId": "DC132",
- "location": "Wellbay Area Center Cellar Deck",
- "systemId": "13",
- "system": "RISER/WELL TOP",
- "requiredEndDate": "2019-08-24",
- "priorityId": "H",
- "sortField": "RETUR",
- "costWBSId": "T.O265C.GA.00007",
- "costWBS": "Vedlikehold - System PV",
- "workOrderExist": false,
- "workOrderId": "24871954",
- "activeStatusIds": "ATCO OSNO RPRI",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "plannedEndDate": "2019-08-24",
- "completedDateTime": "2019-08-24"
}
}
Used for all corrective maintenance, i.e. all maintenance that is intended to restore the equipment's technical condition, so that it can perform its assigned function. Corrective work orders can also be used for activities not directly connected with equipment failure (corrective), but as follows same work process for prioritisation and scheduling.
Event published when a corrective work order has been created
type | string Value: "com.equinor.maintenance-events.work-orders.corrective-work-orders.created" Event type |
subject | string Corrective work order |
source | string <uri> Value: "https://equinor.github.io/maintenance-api-event-driven/#operation/com.equinor.maintenance-events.work-orders.corrective-work-orders.created" |
specversion | string Value: "1.0" Cloudevents version |
id | string Unique id of the message |
time | string <date-time> Datetime the event was created |
datacontenttype | string Value: "application/json" Content type for the data property (always application/json) |
object (CorrectiveWorkOrder) |
{- "type": "com.equinor.maintenance-events.work-orders.corrective-work-orders.created",
- "subject": "45689000",
- "specversion": "1.0",
- "id": "A234-1234-1111",
- "time": "2023-04-05T17:31:00Z",
- "datacontenttype": "application/json",
- "data": {
- "operations": [
- {
- "technicalFeedback": [
- {
- "feedbackId": "1005419798-00000001-1",
- "tagId": "BF",
- "tagPlantId": "1100",
- "tag": "CT5023/24 - POT.WATER PH PROBE.",
- "equipmentId": "11948620",
- "isDetailedFeedback": false,
- "detailedFeedbackTypeId": "04",
- "detailedFeedbackType": "Leakage test ESD/PSD valves",
- "maintenanceConceptId": "VA1571",
- "maintenanceConceptionVersionId": "140",
- "maintenanceActivityId": "VA1571-0001",
- "maintenanceActivity": "On/off ventil - Visuell inspeksjon",
- "maintenanceActivityText": "The purpose of a visual inspection is to detect damage, faults\nand defects that may impact on safety and regularity.\n\nInsulation is not normally removed to perform a visual\ninspection (only when there is a suspicion of damage, fault or\ndefect).\n\nCheck the following points (open any inspection hatches in\ninsulation): \n",
- "catalogProfileId": "PM-170",
- "systemId": "BS",
- "lastDoneDateTime": "2019-08-24T14:15:22Z",
- "feedbackStatusId": "1",
- "feedbackReasonId": "01",
- "mandatoryMaintenanceRecords": [
- {
- "recordId": "45894100",
- "recordResource": "maintenance-records/modification-proposals",
- "tagId": "PX",
- "tagPlantId": "1100",
- "equipmentId": "12410072",
- "title": "Endre skalering på PDT",
- "source": "ObjectList",
- "sourceId": "OL-8953097-2",
- "_links": {
- "self": "/maintenance-records/failure-reports/45894100?api-version=v1"
}
}
], - "optionalMaintenanceRecords": [
- {
- "recordId": "45894100",
- "recordResource": "maintenance-records/modification-proposals",
- "tagId": "PX",
- "tagPlantId": "1100",
- "equipmentId": "12410072",
- "title": "Endre skalering på PDT",
- "source": "ObjectList",
- "sourceId": "OL-8953097-2",
- "_links": {
- "self": "/maintenance-records/failure-reports/45894100?api-version=v1"
}
}
]
}
], - "activeStatusIds": "REL CNF",
- "materials": [
- {
- "reservationId": "25457443-001",
- "materialId": "741466",
- "material": "LIGHT,FIXTURE,26w,SZ 4155.100,RITTAL",
- "quantity": 1,
- "quantityUnit": "string",
- "quantityUnitId": "string",
- "location": "P10N utenfor lager",
- "holdDeliveryOnshore": true,
- "requiredDatetime": "2019-08-24T14:15:22Z"
}
], - "attachments": [
- {
- "attachmentId": "H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU-LTMvJTMvHQFXQXn_IJKBQ1jTb2CvHQAwLV5WV4AAAA",
- "fileName": "equipment_location.jpg",
- "fileSize": "1636352",
- "mimeType": "image/jpg",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "_links": {
- "enclosure": "/work-orders/preventive-work-orders/20005446/attachments/H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU-LTMvJTMvHQFXQXn_IJKBQ1jTb2CvHQAwLV5WV4AAAA"
}
}
], - "operationId": "1005419798-00000001",
- "operation": "0020",
- "title": "Bygge stillas",
- "workCenterId": "SPIAUT",
- "workCenterPlantId": "1100",
- "text": "Bygge stillas\\n\r\n3 x 3 x 5 meter",
- "standardTextTemplate": "1100-GS",
- "isCompleted": false,
- "plannedWorkHours": "PT3H",
- "actualWorkHours": "PT2H30M",
- "actualPercentageComplete": 75,
- "capacityCount": 1,
- "plannedDuration": "PT2H45M",
- "isScheduledExternally": true,
- "earliestStartDateTime": "2019-08-24T14:15:22Z",
- "earliestFinishDateTime": "2019-08-24T14:15:22Z",
- "schedulingStartConstraintId": "MSO",
- "schedulingStartConstraintDateTime": "2019-08-24T14:15:22Z",
- "schedulingFinishConstraintId": "MFO",
- "schedulingFinishConstraintDateTime": "2019-08-24T14:15:22Z",
- "calculationKey": "CALC_KEY_MANUAL",
- "tagId": "PX",
- "tagPlantId": "1100"
}
], - "statuses": [
- {
- "statusId": "RDEX",
- "status": "Ready for execution",
- "statusOrder": 2,
- "isActive": false,
- "activatedDateTime": "2019-08-24T14:15:22Z"
}
], - "tagsRelated": [
- {
- "equipmentId": "11948620",
- "equipment": "PEDESTAL,TH ISOLAT.SLEEVE,ASSY,10219863",
- "source": "ObjectList",
- "sourceId": "OL-8953097-2",
- "tagId": "AE5566",
- "tagPlantId": "1100",
- "tag": "CT5023/24 - POT.WATER PH PROBE."
}
], - "maintenanceRecords": [
- {
- "recordId": "45894100",
- "recordResource": "maintenance-records/modification-proposals",
- "tagId": "PX",
- "tagPlantId": "1100",
- "equipmentId": "12410072",
- "title": "Endre skalering på PDT",
- "source": "ObjectList",
- "sourceId": "OL-8953097-2",
- "_links": {
- "self": "/maintenance-records/failure-reports/45894100?api-version=v1"
}
}
], - "tagDetails": {
- "isInactive": false,
- "parentTagId": "AT5566",
- "systemId": "BS",
- "system": "PM-PROG.SYST.",
- "ABCId": "5",
- "ABC": "Crit.=M & Red.=B",
- "locationId": "W14",
- "location": "METERING DECK",
- "areaId": "Deprecated - Use locationId",
- "area": "Deprecated - Use location",
- "catalogProfileId": "PM-160",
- "tagId": "AE5566",
- "tagPlantId": "1100",
- "tag": "CT5023/24 - POT.WATER PH PROBE."
}, - "attachments": [
- {
- "attachmentId": "H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU-LTMvJTMvHQFXQXn_IJKBQ1jTb2CvHQAwLV5WV4AAAA",
- "fileName": "equipment_location.jpg",
- "fileSize": "1636352",
- "mimeType": "image/jpg",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "_links": {
- "enclosure": "/work-orders/preventive-work-orders/20005446/attachments/H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU-LTMvJTMvHQFXQXn_IJKBQ1jTb2CvHQAwLV5WV4AAAA"
}
}
], - "text": "OBSERVERT FEILTILSTAND FYLLES UT AV INNMELDER:\nBeskriv feilen så godt som mulig (legg gjerne med bilde):\nHvor er utstyret fysisk plassert (legg gjerne med bilde)?\n-\n\nHvordan påvirker feilen utstyrets funksjon? ...\n",
- "workOrderTypeId": "correctiveWorkOrder",
- "plannerGroup": "Plattform PV",
- "workCenter": "AI Automasjon",
- "workOrderId": "24983466",
- "tagId": "BF",
- "tagPlantId": "1100",
- "tag": "CT5023/24 - POT.WATER PH PROBE.",
- "title": "Modifikasjon av brannmur",
- "workCenterId": "SPIAUT",
- "workCenterPlantId": "1100",
- "locationId": "CD17OU",
- "areaId": "Deprecated - Use locationId",
- "failureReportId": "45836077",
- "plantId": "1100",
- "planningPlantId": "1100",
- "plannerGroupId": "PPM",
- "activeStatusIds": "OSNO CRTE",
- "maintenanceTypeId": "002",
- "maintenanceType": "Periodic maintenance",
- "requiredEndDate": "2019-08-24",
- "revisionId": "PS02_21",
- "revision": "FV 26A/RIA",
- "basicStartDateTime": "2019-08-24T14:15:22Z",
- "basicEndDateTime": "2019-08-24T14:15:22Z",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "changedDateTime": "2019-08-24T14:15:22Z",
- "sortField": "PRS10239.WP12",
- "priorityId": "L"
}
}
Event published when a corrective work order has been released
type | string Value: "com.equinor.maintenance-events.work-orders.corrective-work-orders.released" Event type |
subject | string Corrective work order |
source | string <uri> Value: "https://equinor.github.io/maintenance-api-event-driven/#operation/com.equinor.maintenance-events.work-orders.corrective-work-orders.released" |
specversion | string Value: "1.0" Cloudevents version |
id | string Unique id of the message |
time | string <date-time> Datetime the event was created |
datacontenttype | string Value: "application/json" Content type for the data property (always application/json) |
object (CorrectiveWorkOrder) |
{- "type": "com.equinor.maintenance-events.work-orders.corrective-work-orders.released",
- "subject": "45689000",
- "specversion": "1.0",
- "id": "A234-1234-1111",
- "time": "2023-04-05T17:31:00Z",
- "datacontenttype": "application/json",
- "data": {
- "operations": [
- {
- "technicalFeedback": [
- {
- "feedbackId": "1005419798-00000001-1",
- "tagId": "BF",
- "tagPlantId": "1100",
- "tag": "CT5023/24 - POT.WATER PH PROBE.",
- "equipmentId": "11948620",
- "isDetailedFeedback": false,
- "detailedFeedbackTypeId": "04",
- "detailedFeedbackType": "Leakage test ESD/PSD valves",
- "maintenanceConceptId": "VA1571",
- "maintenanceConceptionVersionId": "140",
- "maintenanceActivityId": "VA1571-0001",
- "maintenanceActivity": "On/off ventil - Visuell inspeksjon",
- "maintenanceActivityText": "The purpose of a visual inspection is to detect damage, faults\nand defects that may impact on safety and regularity.\n\nInsulation is not normally removed to perform a visual\ninspection (only when there is a suspicion of damage, fault or\ndefect).\n\nCheck the following points (open any inspection hatches in\ninsulation): \n",
- "catalogProfileId": "PM-170",
- "systemId": "BS",
- "lastDoneDateTime": "2019-08-24T14:15:22Z",
- "feedbackStatusId": "1",
- "feedbackReasonId": "01",
- "mandatoryMaintenanceRecords": [
- {
- "recordId": "45894100",
- "recordResource": "maintenance-records/modification-proposals",
- "tagId": "PX",
- "tagPlantId": "1100",
- "equipmentId": "12410072",
- "title": "Endre skalering på PDT",
- "source": "ObjectList",
- "sourceId": "OL-8953097-2",
- "_links": {
- "self": "/maintenance-records/failure-reports/45894100?api-version=v1"
}
}
], - "optionalMaintenanceRecords": [
- {
- "recordId": "45894100",
- "recordResource": "maintenance-records/modification-proposals",
- "tagId": "PX",
- "tagPlantId": "1100",
- "equipmentId": "12410072",
- "title": "Endre skalering på PDT",
- "source": "ObjectList",
- "sourceId": "OL-8953097-2",
- "_links": {
- "self": "/maintenance-records/failure-reports/45894100?api-version=v1"
}
}
]
}
], - "activeStatusIds": "REL CNF",
- "materials": [
- {
- "reservationId": "25457443-001",
- "materialId": "741466",
- "material": "LIGHT,FIXTURE,26w,SZ 4155.100,RITTAL",
- "quantity": 1,
- "quantityUnit": "string",
- "quantityUnitId": "string",
- "location": "P10N utenfor lager",
- "holdDeliveryOnshore": true,
- "requiredDatetime": "2019-08-24T14:15:22Z"
}
], - "attachments": [
- {
- "attachmentId": "H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU-LTMvJTMvHQFXQXn_IJKBQ1jTb2CvHQAwLV5WV4AAAA",
- "fileName": "equipment_location.jpg",
- "fileSize": "1636352",
- "mimeType": "image/jpg",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "_links": {
- "enclosure": "/work-orders/preventive-work-orders/20005446/attachments/H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU-LTMvJTMvHQFXQXn_IJKBQ1jTb2CvHQAwLV5WV4AAAA"
}
}
], - "operationId": "1005419798-00000001",
- "operation": "0020",
- "title": "Bygge stillas",
- "workCenterId": "SPIAUT",
- "workCenterPlantId": "1100",
- "text": "Bygge stillas\\n\r\n3 x 3 x 5 meter",
- "standardTextTemplate": "1100-GS",
- "isCompleted": false,
- "plannedWorkHours": "PT3H",
- "actualWorkHours": "PT2H30M",
- "actualPercentageComplete": 75,
- "capacityCount": 1,
- "plannedDuration": "PT2H45M",
- "isScheduledExternally": true,
- "earliestStartDateTime": "2019-08-24T14:15:22Z",
- "earliestFinishDateTime": "2019-08-24T14:15:22Z",
- "schedulingStartConstraintId": "MSO",
- "schedulingStartConstraintDateTime": "2019-08-24T14:15:22Z",
- "schedulingFinishConstraintId": "MFO",
- "schedulingFinishConstraintDateTime": "2019-08-24T14:15:22Z",
- "calculationKey": "CALC_KEY_MANUAL",
- "tagId": "PX",
- "tagPlantId": "1100"
}
], - "statuses": [
- {
- "statusId": "RDEX",
- "status": "Ready for execution",
- "statusOrder": 2,
- "isActive": false,
- "activatedDateTime": "2019-08-24T14:15:22Z"
}
], - "tagsRelated": [
- {
- "equipmentId": "11948620",
- "equipment": "PEDESTAL,TH ISOLAT.SLEEVE,ASSY,10219863",
- "source": "ObjectList",
- "sourceId": "OL-8953097-2",
- "tagId": "AE5566",
- "tagPlantId": "1100",
- "tag": "CT5023/24 - POT.WATER PH PROBE."
}
], - "maintenanceRecords": [
- {
- "recordId": "45894100",
- "recordResource": "maintenance-records/modification-proposals",
- "tagId": "PX",
- "tagPlantId": "1100",
- "equipmentId": "12410072",
- "title": "Endre skalering på PDT",
- "source": "ObjectList",
- "sourceId": "OL-8953097-2",
- "_links": {
- "self": "/maintenance-records/failure-reports/45894100?api-version=v1"
}
}
], - "tagDetails": {
- "isInactive": false,
- "parentTagId": "AT5566",
- "systemId": "BS",
- "system": "PM-PROG.SYST.",
- "ABCId": "5",
- "ABC": "Crit.=M & Red.=B",
- "locationId": "W14",
- "location": "METERING DECK",
- "areaId": "Deprecated - Use locationId",
- "area": "Deprecated - Use location",
- "catalogProfileId": "PM-160",
- "tagId": "AE5566",
- "tagPlantId": "1100",
- "tag": "CT5023/24 - POT.WATER PH PROBE."
}, - "attachments": [
- {
- "attachmentId": "H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU-LTMvJTMvHQFXQXn_IJKBQ1jTb2CvHQAwLV5WV4AAAA",
- "fileName": "equipment_location.jpg",
- "fileSize": "1636352",
- "mimeType": "image/jpg",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "_links": {
- "enclosure": "/work-orders/preventive-work-orders/20005446/attachments/H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU-LTMvJTMvHQFXQXn_IJKBQ1jTb2CvHQAwLV5WV4AAAA"
}
}
], - "text": "OBSERVERT FEILTILSTAND FYLLES UT AV INNMELDER:\nBeskriv feilen så godt som mulig (legg gjerne med bilde):\nHvor er utstyret fysisk plassert (legg gjerne med bilde)?\n-\n\nHvordan påvirker feilen utstyrets funksjon? ...\n",
- "workOrderTypeId": "correctiveWorkOrder",
- "plannerGroup": "Plattform PV",
- "workCenter": "AI Automasjon",
- "workOrderId": "24983466",
- "tagId": "BF",
- "tagPlantId": "1100",
- "tag": "CT5023/24 - POT.WATER PH PROBE.",
- "title": "Modifikasjon av brannmur",
- "workCenterId": "SPIAUT",
- "workCenterPlantId": "1100",
- "locationId": "CD17OU",
- "areaId": "Deprecated - Use locationId",
- "failureReportId": "45836077",
- "plantId": "1100",
- "planningPlantId": "1100",
- "plannerGroupId": "PPM",
- "activeStatusIds": "OSNO CRTE",
- "maintenanceTypeId": "002",
- "maintenanceType": "Periodic maintenance",
- "requiredEndDate": "2019-08-24",
- "revisionId": "PS02_21",
- "revision": "FV 26A/RIA",
- "basicStartDateTime": "2019-08-24T14:15:22Z",
- "basicEndDateTime": "2019-08-24T14:15:22Z",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "changedDateTime": "2019-08-24T14:15:22Z",
- "sortField": "PRS10239.WP12",
- "priorityId": "L"
}
}
Event published when a corrective work order has been modified
type | string Value: "com.equinor.maintenance-events.work-orders.corrective-work-orders.modified" Event type |
subject | string Corrective work order |
source | string <uri> Value: "https://equinor.github.io/maintenance-api-event-driven/#operation/com.equinor.maintenance-events.work-orders.corrective-work-orders.modified" |
specversion | string Value: "1.0" Cloudevents version |
id | string Unique id of the message |
time | string <date-time> Datetime the event was created |
datacontenttype | string Value: "application/json" Content type for the data property (always application/json) |
object (CorrectiveWorkOrder) |
{- "type": "com.equinor.maintenance-events.work-orders.corrective-work-orders.modified",
- "subject": "45689000",
- "specversion": "1.0",
- "id": "A234-1234-1111",
- "time": "2023-04-05T17:31:00Z",
- "datacontenttype": "application/json",
- "data": {
- "operations": [
- {
- "technicalFeedback": [
- {
- "feedbackId": "1005419798-00000001-1",
- "tagId": "BF",
- "tagPlantId": "1100",
- "tag": "CT5023/24 - POT.WATER PH PROBE.",
- "equipmentId": "11948620",
- "isDetailedFeedback": false,
- "detailedFeedbackTypeId": "04",
- "detailedFeedbackType": "Leakage test ESD/PSD valves",
- "maintenanceConceptId": "VA1571",
- "maintenanceConceptionVersionId": "140",
- "maintenanceActivityId": "VA1571-0001",
- "maintenanceActivity": "On/off ventil - Visuell inspeksjon",
- "maintenanceActivityText": "The purpose of a visual inspection is to detect damage, faults\nand defects that may impact on safety and regularity.\n\nInsulation is not normally removed to perform a visual\ninspection (only when there is a suspicion of damage, fault or\ndefect).\n\nCheck the following points (open any inspection hatches in\ninsulation): \n",
- "catalogProfileId": "PM-170",
- "systemId": "BS",
- "lastDoneDateTime": "2019-08-24T14:15:22Z",
- "feedbackStatusId": "1",
- "feedbackReasonId": "01",
- "mandatoryMaintenanceRecords": [
- {
- "recordId": "45894100",
- "recordResource": "maintenance-records/modification-proposals",
- "tagId": "PX",
- "tagPlantId": "1100",
- "equipmentId": "12410072",
- "title": "Endre skalering på PDT",
- "source": "ObjectList",
- "sourceId": "OL-8953097-2",
- "_links": {
- "self": "/maintenance-records/failure-reports/45894100?api-version=v1"
}
}
], - "optionalMaintenanceRecords": [
- {
- "recordId": "45894100",
- "recordResource": "maintenance-records/modification-proposals",
- "tagId": "PX",
- "tagPlantId": "1100",
- "equipmentId": "12410072",
- "title": "Endre skalering på PDT",
- "source": "ObjectList",
- "sourceId": "OL-8953097-2",
- "_links": {
- "self": "/maintenance-records/failure-reports/45894100?api-version=v1"
}
}
]
}
], - "activeStatusIds": "REL CNF",
- "materials": [
- {
- "reservationId": "25457443-001",
- "materialId": "741466",
- "material": "LIGHT,FIXTURE,26w,SZ 4155.100,RITTAL",
- "quantity": 1,
- "quantityUnit": "string",
- "quantityUnitId": "string",
- "location": "P10N utenfor lager",
- "holdDeliveryOnshore": true,
- "requiredDatetime": "2019-08-24T14:15:22Z"
}
], - "attachments": [
- {
- "attachmentId": "H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU-LTMvJTMvHQFXQXn_IJKBQ1jTb2CvHQAwLV5WV4AAAA",
- "fileName": "equipment_location.jpg",
- "fileSize": "1636352",
- "mimeType": "image/jpg",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "_links": {
- "enclosure": "/work-orders/preventive-work-orders/20005446/attachments/H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU-LTMvJTMvHQFXQXn_IJKBQ1jTb2CvHQAwLV5WV4AAAA"
}
}
], - "operationId": "1005419798-00000001",
- "operation": "0020",
- "title": "Bygge stillas",
- "workCenterId": "SPIAUT",
- "workCenterPlantId": "1100",
- "text": "Bygge stillas\\n\r\n3 x 3 x 5 meter",
- "standardTextTemplate": "1100-GS",
- "isCompleted": false,
- "plannedWorkHours": "PT3H",
- "actualWorkHours": "PT2H30M",
- "actualPercentageComplete": 75,
- "capacityCount": 1,
- "plannedDuration": "PT2H45M",
- "isScheduledExternally": true,
- "earliestStartDateTime": "2019-08-24T14:15:22Z",
- "earliestFinishDateTime": "2019-08-24T14:15:22Z",
- "schedulingStartConstraintId": "MSO",
- "schedulingStartConstraintDateTime": "2019-08-24T14:15:22Z",
- "schedulingFinishConstraintId": "MFO",
- "schedulingFinishConstraintDateTime": "2019-08-24T14:15:22Z",
- "calculationKey": "CALC_KEY_MANUAL",
- "tagId": "PX",
- "tagPlantId": "1100"
}
], - "statuses": [
- {
- "statusId": "RDEX",
- "status": "Ready for execution",
- "statusOrder": 2,
- "isActive": false,
- "activatedDateTime": "2019-08-24T14:15:22Z"
}
], - "tagsRelated": [
- {
- "equipmentId": "11948620",
- "equipment": "PEDESTAL,TH ISOLAT.SLEEVE,ASSY,10219863",
- "source": "ObjectList",
- "sourceId": "OL-8953097-2",
- "tagId": "AE5566",
- "tagPlantId": "1100",
- "tag": "CT5023/24 - POT.WATER PH PROBE."
}
], - "maintenanceRecords": [
- {
- "recordId": "45894100",
- "recordResource": "maintenance-records/modification-proposals",
- "tagId": "PX",
- "tagPlantId": "1100",
- "equipmentId": "12410072",
- "title": "Endre skalering på PDT",
- "source": "ObjectList",
- "sourceId": "OL-8953097-2",
- "_links": {
- "self": "/maintenance-records/failure-reports/45894100?api-version=v1"
}
}
], - "tagDetails": {
- "isInactive": false,
- "parentTagId": "AT5566",
- "systemId": "BS",
- "system": "PM-PROG.SYST.",
- "ABCId": "5",
- "ABC": "Crit.=M & Red.=B",
- "locationId": "W14",
- "location": "METERING DECK",
- "areaId": "Deprecated - Use locationId",
- "area": "Deprecated - Use location",
- "catalogProfileId": "PM-160",
- "tagId": "AE5566",
- "tagPlantId": "1100",
- "tag": "CT5023/24 - POT.WATER PH PROBE."
}, - "attachments": [
- {
- "attachmentId": "H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU-LTMvJTMvHQFXQXn_IJKBQ1jTb2CvHQAwLV5WV4AAAA",
- "fileName": "equipment_location.jpg",
- "fileSize": "1636352",
- "mimeType": "image/jpg",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "_links": {
- "enclosure": "/work-orders/preventive-work-orders/20005446/attachments/H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU-LTMvJTMvHQFXQXn_IJKBQ1jTb2CvHQAwLV5WV4AAAA"
}
}
], - "text": "OBSERVERT FEILTILSTAND FYLLES UT AV INNMELDER:\nBeskriv feilen så godt som mulig (legg gjerne med bilde):\nHvor er utstyret fysisk plassert (legg gjerne med bilde)?\n-\n\nHvordan påvirker feilen utstyrets funksjon? ...\n",
- "workOrderTypeId": "correctiveWorkOrder",
- "plannerGroup": "Plattform PV",
- "workCenter": "AI Automasjon",
- "workOrderId": "24983466",
- "tagId": "BF",
- "tagPlantId": "1100",
- "tag": "CT5023/24 - POT.WATER PH PROBE.",
- "title": "Modifikasjon av brannmur",
- "workCenterId": "SPIAUT",
- "workCenterPlantId": "1100",
- "locationId": "CD17OU",
- "areaId": "Deprecated - Use locationId",
- "failureReportId": "45836077",
- "plantId": "1100",
- "planningPlantId": "1100",
- "plannerGroupId": "PPM",
- "activeStatusIds": "OSNO CRTE",
- "maintenanceTypeId": "002",
- "maintenanceType": "Periodic maintenance",
- "requiredEndDate": "2019-08-24",
- "revisionId": "PS02_21",
- "revision": "FV 26A/RIA",
- "basicStartDateTime": "2019-08-24T14:15:22Z",
- "basicEndDateTime": "2019-08-24T14:15:22Z",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "changedDateTime": "2019-08-24T14:15:22Z",
- "sortField": "PRS10239.WP12",
- "priorityId": "L"
}
}
Event published when a corrective work order has been technical complete (TECO)
type | string Value: "com.equinor.maintenance-events.work-orders.corrective-work-orders.technical-complete" Event type |
subject | string Corrective work order |
source | string <uri> Value: "https://equinor.github.io/maintenance-api-event-driven/#operation/com.equinor.maintenance-events.work-orders.corrective-work-orders.technical-complete" |
specversion | string Value: "1.0" Cloudevents version |
id | string Unique id of the message |
time | string <date-time> Datetime the event was created |
datacontenttype | string Value: "application/json" Content type for the data property (always application/json) |
object (CorrectiveWorkOrder) |
{- "type": "com.equinor.maintenance-events.work-orders.corrective-work-orders.technical-complete",
- "subject": "45689000",
- "specversion": "1.0",
- "id": "A234-1234-1111",
- "time": "2023-04-05T17:31:00Z",
- "datacontenttype": "application/json",
- "data": {
- "operations": [
- {
- "technicalFeedback": [
- {
- "feedbackId": "1005419798-00000001-1",
- "tagId": "BF",
- "tagPlantId": "1100",
- "tag": "CT5023/24 - POT.WATER PH PROBE.",
- "equipmentId": "11948620",
- "isDetailedFeedback": false,
- "detailedFeedbackTypeId": "04",
- "detailedFeedbackType": "Leakage test ESD/PSD valves",
- "maintenanceConceptId": "VA1571",
- "maintenanceConceptionVersionId": "140",
- "maintenanceActivityId": "VA1571-0001",
- "maintenanceActivity": "On/off ventil - Visuell inspeksjon",
- "maintenanceActivityText": "The purpose of a visual inspection is to detect damage, faults\nand defects that may impact on safety and regularity.\n\nInsulation is not normally removed to perform a visual\ninspection (only when there is a suspicion of damage, fault or\ndefect).\n\nCheck the following points (open any inspection hatches in\ninsulation): \n",
- "catalogProfileId": "PM-170",
- "systemId": "BS",
- "lastDoneDateTime": "2019-08-24T14:15:22Z",
- "feedbackStatusId": "1",
- "feedbackReasonId": "01",
- "mandatoryMaintenanceRecords": [
- {
- "recordId": "45894100",
- "recordResource": "maintenance-records/modification-proposals",
- "tagId": "PX",
- "tagPlantId": "1100",
- "equipmentId": "12410072",
- "title": "Endre skalering på PDT",
- "source": "ObjectList",
- "sourceId": "OL-8953097-2",
- "_links": {
- "self": "/maintenance-records/failure-reports/45894100?api-version=v1"
}
}
], - "optionalMaintenanceRecords": [
- {
- "recordId": "45894100",
- "recordResource": "maintenance-records/modification-proposals",
- "tagId": "PX",
- "tagPlantId": "1100",
- "equipmentId": "12410072",
- "title": "Endre skalering på PDT",
- "source": "ObjectList",
- "sourceId": "OL-8953097-2",
- "_links": {
- "self": "/maintenance-records/failure-reports/45894100?api-version=v1"
}
}
]
}
], - "activeStatusIds": "REL CNF",
- "materials": [
- {
- "reservationId": "25457443-001",
- "materialId": "741466",
- "material": "LIGHT,FIXTURE,26w,SZ 4155.100,RITTAL",
- "quantity": 1,
- "quantityUnit": "string",
- "quantityUnitId": "string",
- "location": "P10N utenfor lager",
- "holdDeliveryOnshore": true,
- "requiredDatetime": "2019-08-24T14:15:22Z"
}
], - "attachments": [
- {
- "attachmentId": "H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU-LTMvJTMvHQFXQXn_IJKBQ1jTb2CvHQAwLV5WV4AAAA",
- "fileName": "equipment_location.jpg",
- "fileSize": "1636352",
- "mimeType": "image/jpg",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "_links": {
- "enclosure": "/work-orders/preventive-work-orders/20005446/attachments/H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU-LTMvJTMvHQFXQXn_IJKBQ1jTb2CvHQAwLV5WV4AAAA"
}
}
], - "operationId": "1005419798-00000001",
- "operation": "0020",
- "title": "Bygge stillas",
- "workCenterId": "SPIAUT",
- "workCenterPlantId": "1100",
- "text": "Bygge stillas\\n\r\n3 x 3 x 5 meter",
- "standardTextTemplate": "1100-GS",
- "isCompleted": false,
- "plannedWorkHours": "PT3H",
- "actualWorkHours": "PT2H30M",
- "actualPercentageComplete": 75,
- "capacityCount": 1,
- "plannedDuration": "PT2H45M",
- "isScheduledExternally": true,
- "earliestStartDateTime": "2019-08-24T14:15:22Z",
- "earliestFinishDateTime": "2019-08-24T14:15:22Z",
- "schedulingStartConstraintId": "MSO",
- "schedulingStartConstraintDateTime": "2019-08-24T14:15:22Z",
- "schedulingFinishConstraintId": "MFO",
- "schedulingFinishConstraintDateTime": "2019-08-24T14:15:22Z",
- "calculationKey": "CALC_KEY_MANUAL",
- "tagId": "PX",
- "tagPlantId": "1100"
}
], - "statuses": [
- {
- "statusId": "RDEX",
- "status": "Ready for execution",
- "statusOrder": 2,
- "isActive": false,
- "activatedDateTime": "2019-08-24T14:15:22Z"
}
], - "tagsRelated": [
- {
- "equipmentId": "11948620",
- "equipment": "PEDESTAL,TH ISOLAT.SLEEVE,ASSY,10219863",
- "source": "ObjectList",
- "sourceId": "OL-8953097-2",
- "tagId": "AE5566",
- "tagPlantId": "1100",
- "tag": "CT5023/24 - POT.WATER PH PROBE."
}
], - "maintenanceRecords": [
- {
- "recordId": "45894100",
- "recordResource": "maintenance-records/modification-proposals",
- "tagId": "PX",
- "tagPlantId": "1100",
- "equipmentId": "12410072",
- "title": "Endre skalering på PDT",
- "source": "ObjectList",
- "sourceId": "OL-8953097-2",
- "_links": {
- "self": "/maintenance-records/failure-reports/45894100?api-version=v1"
}
}
], - "tagDetails": {
- "isInactive": false,
- "parentTagId": "AT5566",
- "systemId": "BS",
- "system": "PM-PROG.SYST.",
- "ABCId": "5",
- "ABC": "Crit.=M & Red.=B",
- "locationId": "W14",
- "location": "METERING DECK",
- "areaId": "Deprecated - Use locationId",
- "area": "Deprecated - Use location",
- "catalogProfileId": "PM-160",
- "tagId": "AE5566",
- "tagPlantId": "1100",
- "tag": "CT5023/24 - POT.WATER PH PROBE."
}, - "attachments": [
- {
- "attachmentId": "H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU-LTMvJTMvHQFXQXn_IJKBQ1jTb2CvHQAwLV5WV4AAAA",
- "fileName": "equipment_location.jpg",
- "fileSize": "1636352",
- "mimeType": "image/jpg",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "_links": {
- "enclosure": "/work-orders/preventive-work-orders/20005446/attachments/H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU-LTMvJTMvHQFXQXn_IJKBQ1jTb2CvHQAwLV5WV4AAAA"
}
}
], - "text": "OBSERVERT FEILTILSTAND FYLLES UT AV INNMELDER:\nBeskriv feilen så godt som mulig (legg gjerne med bilde):\nHvor er utstyret fysisk plassert (legg gjerne med bilde)?\n-\n\nHvordan påvirker feilen utstyrets funksjon? ...\n",
- "workOrderTypeId": "correctiveWorkOrder",
- "plannerGroup": "Plattform PV",
- "workCenter": "AI Automasjon",
- "workOrderId": "24983466",
- "tagId": "BF",
- "tagPlantId": "1100",
- "tag": "CT5023/24 - POT.WATER PH PROBE.",
- "title": "Modifikasjon av brannmur",
- "workCenterId": "SPIAUT",
- "workCenterPlantId": "1100",
- "locationId": "CD17OU",
- "areaId": "Deprecated - Use locationId",
- "failureReportId": "45836077",
- "plantId": "1100",
- "planningPlantId": "1100",
- "plannerGroupId": "PPM",
- "activeStatusIds": "OSNO CRTE",
- "maintenanceTypeId": "002",
- "maintenanceType": "Periodic maintenance",
- "requiredEndDate": "2019-08-24",
- "revisionId": "PS02_21",
- "revision": "FV 26A/RIA",
- "basicStartDateTime": "2019-08-24T14:15:22Z",
- "basicEndDateTime": "2019-08-24T14:15:22Z",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "changedDateTime": "2019-08-24T14:15:22Z",
- "sortField": "PRS10239.WP12",
- "priorityId": "L"
}
}
Used for work orders generated from pre-defined preventive maintenance programs.
Event published when a preventive work order has been created
type | string Value: "com.equinor.maintenance-events.work-orders.preventive-work-orders.created" Event type |
subject | string Preventive work order |
source | string <uri> Value: "https://equinor.github.io/maintenance-api-event-driven/#operation/com.equinor.maintenance-events.work-orders.preventive-work-orders.created" |
specversion | string Value: "1.0" Cloudevents version |
id | string Unique id of the message |
time | string <date-time> Datetime the event was created |
datacontenttype | string Value: "application/json" Content type for the data property (always application/json) |
object (PreventiveWorkOrder) |
{- "type": "com.equinor.maintenance-events.work-orders.preventive-work-orders.created",
- "subject": "45689000",
- "specversion": "1.0",
- "id": "A234-1234-1111",
- "time": "2023-04-05T17:31:00Z",
- "datacontenttype": "application/json",
- "data": {
- "operations": [
- {
- "technicalFeedback": [
- {
- "feedbackId": "1005419798-00000001-1",
- "tagId": "BF",
- "tagPlantId": "1100",
- "tag": "CT5023/24 - POT.WATER PH PROBE.",
- "equipmentId": "11948620",
- "isDetailedFeedback": false,
- "detailedFeedbackTypeId": "04",
- "detailedFeedbackType": "Leakage test ESD/PSD valves",
- "maintenanceConceptId": "VA1571",
- "maintenanceConceptionVersionId": "140",
- "maintenanceActivityId": "VA1571-0001",
- "maintenanceActivity": "On/off ventil - Visuell inspeksjon",
- "maintenanceActivityText": "The purpose of a visual inspection is to detect damage, faults\nand defects that may impact on safety and regularity.\n\nInsulation is not normally removed to perform a visual\ninspection (only when there is a suspicion of damage, fault or\ndefect).\n\nCheck the following points (open any inspection hatches in\ninsulation): \n",
- "catalogProfileId": "PM-170",
- "systemId": "BS",
- "lastDoneDateTime": "2019-08-24T14:15:22Z",
- "feedbackStatusId": "1",
- "feedbackReasonId": "01",
- "mandatoryMaintenanceRecords": [
- {
- "recordId": "45894100",
- "recordResource": "maintenance-records/modification-proposals",
- "tagId": "PX",
- "tagPlantId": "1100",
- "equipmentId": "12410072",
- "title": "Endre skalering på PDT",
- "source": "ObjectList",
- "sourceId": "OL-8953097-2",
- "_links": {
- "self": "/maintenance-records/failure-reports/45894100?api-version=v1"
}
}
], - "optionalMaintenanceRecords": [
- {
- "recordId": "45894100",
- "recordResource": "maintenance-records/modification-proposals",
- "tagId": "PX",
- "tagPlantId": "1100",
- "equipmentId": "12410072",
- "title": "Endre skalering på PDT",
- "source": "ObjectList",
- "sourceId": "OL-8953097-2",
- "_links": {
- "self": "/maintenance-records/failure-reports/45894100?api-version=v1"
}
}
]
}
], - "activeStatusIds": "REL CNF",
- "materials": [
- {
- "reservationId": "25457443-001",
- "materialId": "741466",
- "material": "LIGHT,FIXTURE,26w,SZ 4155.100,RITTAL",
- "quantity": 1,
- "quantityUnit": "string",
- "quantityUnitId": "string",
- "location": "P10N utenfor lager",
- "holdDeliveryOnshore": true,
- "requiredDatetime": "2019-08-24T14:15:22Z"
}
], - "attachments": [
- {
- "attachmentId": "H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU-LTMvJTMvHQFXQXn_IJKBQ1jTb2CvHQAwLV5WV4AAAA",
- "fileName": "equipment_location.jpg",
- "fileSize": "1636352",
- "mimeType": "image/jpg",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "_links": {
- "enclosure": "/work-orders/preventive-work-orders/20005446/attachments/H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU-LTMvJTMvHQFXQXn_IJKBQ1jTb2CvHQAwLV5WV4AAAA"
}
}
], - "operationId": "1005419798-00000001",
- "operation": "0020",
- "title": "Bygge stillas",
- "workCenterId": "SPIAUT",
- "workCenterPlantId": "1100",
- "text": "Bygge stillas\\n\r\n3 x 3 x 5 meter",
- "standardTextTemplate": "1100-GS",
- "isCompleted": false,
- "plannedWorkHours": "PT3H",
- "actualWorkHours": "PT2H30M",
- "actualPercentageComplete": 75,
- "capacityCount": 1,
- "plannedDuration": "PT2H45M",
- "isScheduledExternally": true,
- "earliestStartDateTime": "2019-08-24T14:15:22Z",
- "earliestFinishDateTime": "2019-08-24T14:15:22Z",
- "schedulingStartConstraintId": "MSO",
- "schedulingStartConstraintDateTime": "2019-08-24T14:15:22Z",
- "schedulingFinishConstraintId": "MFO",
- "schedulingFinishConstraintDateTime": "2019-08-24T14:15:22Z",
- "calculationKey": "CALC_KEY_MANUAL",
- "tagId": "PX",
- "tagPlantId": "1100"
}
], - "statuses": [
- {
- "statusId": "RDEX",
- "status": "Ready for execution",
- "statusOrder": 2,
- "isActive": false,
- "activatedDateTime": "2019-08-24T14:15:22Z"
}
], - "tagsRelated": [
- {
- "equipmentId": "11948620",
- "equipment": "PEDESTAL,TH ISOLAT.SLEEVE,ASSY,10219863",
- "source": "ObjectList",
- "sourceId": "OL-8953097-2",
- "tagId": "AE5566",
- "tagPlantId": "1100",
- "tag": "CT5023/24 - POT.WATER PH PROBE."
}
], - "maintenanceRecords": [
- {
- "recordId": "45894100",
- "recordResource": "maintenance-records/modification-proposals",
- "tagId": "PX",
- "tagPlantId": "1100",
- "equipmentId": "12410072",
- "title": "Endre skalering på PDT",
- "source": "ObjectList",
- "sourceId": "OL-8953097-2",
- "_links": {
- "self": "/maintenance-records/failure-reports/45894100?api-version=v1"
}
}
], - "maintenancePlan": {
- "maintenancePlanId": "1108244",
- "maintenancePlanItemId": "10149640",
- "planDate": "2019-08-24",
- "isActive": true
}, - "tagDetails": {
- "isInactive": false,
- "parentTagId": "AT5566",
- "systemId": "BS",
- "system": "PM-PROG.SYST.",
- "ABCId": "5",
- "ABC": "Crit.=M & Red.=B",
- "locationId": "W14",
- "location": "METERING DECK",
- "areaId": "Deprecated - Use locationId",
- "area": "Deprecated - Use location",
- "catalogProfileId": "PM-160",
- "tagId": "AE5566",
- "tagPlantId": "1100",
- "tag": "CT5023/24 - POT.WATER PH PROBE."
}, - "attachments": [
- {
- "attachmentId": "H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU-LTMvJTMvHQFXQXn_IJKBQ1jTb2CvHQAwLV5WV4AAAA",
- "fileName": "equipment_location.jpg",
- "fileSize": "1636352",
- "mimeType": "image/jpg",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "_links": {
- "enclosure": "/work-orders/preventive-work-orders/20005446/attachments/H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU-LTMvJTMvHQFXQXn_IJKBQ1jTb2CvHQAwLV5WV4AAAA"
}
}
], - "text": "OBSERVERT FEILTILSTAND FYLLES UT AV INNMELDER:\nBeskriv feilen så godt som mulig (legg gjerne med bilde):\nHvor er utstyret fysisk plassert (legg gjerne med bilde)?\n-\n\nHvordan påvirker feilen utstyrets funksjon? ...\n",
- "workOrderTypeId": "preventiveWorkOrder",
- "plannerGroup": "Plattform PV",
- "workCenter": "AI Automasjon",
- "workOrderId": "24597659",
- "tagId": "BF",
- "tagPlantId": "1100",
- "tag": "CT5023/24 - POT.WATER PH PROBE.",
- "title": "Modifikasjon av brannmur",
- "workCenterId": "SPIAUT",
- "workCenterPlantId": "1100",
- "locationId": "CD17OU",
- "areaId": "Deprecated - Use locationId",
- "plantId": "1100",
- "planningPlantId": "1100",
- "plannerGroupId": "PPM",
- "activeStatusIds": "OSNO CRTE",
- "maintenanceTypeId": "002",
- "maintenanceType": "Periodic maintenance",
- "plannedDate": "2019-08-24",
- "revisionId": "PS02_21",
- "revision": "FV 26A/RIA",
- "basicStartDateTime": "2019-08-24T14:15:22Z",
- "basicEndDateTime": "2019-08-24T14:15:22Z",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "changedDateTime": "2019-08-24T14:15:22Z",
- "sortField": "PRS10239.WP12",
- "personResponsibleId": "433937",
- "personResponsibleEmail": "shortname@equinor.com",
- "ProductionCritical": false,
- "HSECritical": false
}
}
Event published when a preventive work order has been released
type | string Value: "com.equinor.maintenance-events.work-orders.preventive-work-orders.released" Event type |
subject | string Preventive work order |
source | string <uri> Value: "https://equinor.github.io/maintenance-api-event-driven/#operation/com.equinor.maintenance-events.work-orders.preventive-work-orders.released" |
specversion | string Value: "1.0" Cloudevents version |
id | string Unique id of the message |
time | string <date-time> Datetime the event was created |
datacontenttype | string Value: "application/json" Content type for the data property (always application/json) |
object (PreventiveWorkOrder) |
{- "type": "com.equinor.maintenance-events.work-orders.preventive-work-orders.released",
- "subject": "45689000",
- "specversion": "1.0",
- "id": "A234-1234-1111",
- "time": "2023-04-05T17:31:00Z",
- "datacontenttype": "application/json",
- "data": {
- "operations": [
- {
- "technicalFeedback": [
- {
- "feedbackId": "1005419798-00000001-1",
- "tagId": "BF",
- "tagPlantId": "1100",
- "tag": "CT5023/24 - POT.WATER PH PROBE.",
- "equipmentId": "11948620",
- "isDetailedFeedback": false,
- "detailedFeedbackTypeId": "04",
- "detailedFeedbackType": "Leakage test ESD/PSD valves",
- "maintenanceConceptId": "VA1571",
- "maintenanceConceptionVersionId": "140",
- "maintenanceActivityId": "VA1571-0001",
- "maintenanceActivity": "On/off ventil - Visuell inspeksjon",
- "maintenanceActivityText": "The purpose of a visual inspection is to detect damage, faults\nand defects that may impact on safety and regularity.\n\nInsulation is not normally removed to perform a visual\ninspection (only when there is a suspicion of damage, fault or\ndefect).\n\nCheck the following points (open any inspection hatches in\ninsulation): \n",
- "catalogProfileId": "PM-170",
- "systemId": "BS",
- "lastDoneDateTime": "2019-08-24T14:15:22Z",
- "feedbackStatusId": "1",
- "feedbackReasonId": "01",
- "mandatoryMaintenanceRecords": [
- {
- "recordId": "45894100",
- "recordResource": "maintenance-records/modification-proposals",
- "tagId": "PX",
- "tagPlantId": "1100",
- "equipmentId": "12410072",
- "title": "Endre skalering på PDT",
- "source": "ObjectList",
- "sourceId": "OL-8953097-2",
- "_links": {
- "self": "/maintenance-records/failure-reports/45894100?api-version=v1"
}
}
], - "optionalMaintenanceRecords": [
- {
- "recordId": "45894100",
- "recordResource": "maintenance-records/modification-proposals",
- "tagId": "PX",
- "tagPlantId": "1100",
- "equipmentId": "12410072",
- "title": "Endre skalering på PDT",
- "source": "ObjectList",
- "sourceId": "OL-8953097-2",
- "_links": {
- "self": "/maintenance-records/failure-reports/45894100?api-version=v1"
}
}
]
}
], - "activeStatusIds": "REL CNF",
- "materials": [
- {
- "reservationId": "25457443-001",
- "materialId": "741466",
- "material": "LIGHT,FIXTURE,26w,SZ 4155.100,RITTAL",
- "quantity": 1,
- "quantityUnit": "string",
- "quantityUnitId": "string",
- "location": "P10N utenfor lager",
- "holdDeliveryOnshore": true,
- "requiredDatetime": "2019-08-24T14:15:22Z"
}
], - "attachments": [
- {
- "attachmentId": "H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU-LTMvJTMvHQFXQXn_IJKBQ1jTb2CvHQAwLV5WV4AAAA",
- "fileName": "equipment_location.jpg",
- "fileSize": "1636352",
- "mimeType": "image/jpg",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "_links": {
- "enclosure": "/work-orders/preventive-work-orders/20005446/attachments/H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU-LTMvJTMvHQFXQXn_IJKBQ1jTb2CvHQAwLV5WV4AAAA"
}
}
], - "operationId": "1005419798-00000001",
- "operation": "0020",
- "title": "Bygge stillas",
- "workCenterId": "SPIAUT",
- "workCenterPlantId": "1100",
- "text": "Bygge stillas\\n\r\n3 x 3 x 5 meter",
- "standardTextTemplate": "1100-GS",
- "isCompleted": false,
- "plannedWorkHours": "PT3H",
- "actualWorkHours": "PT2H30M",
- "actualPercentageComplete": 75,
- "capacityCount": 1,
- "plannedDuration": "PT2H45M",
- "isScheduledExternally": true,
- "earliestStartDateTime": "2019-08-24T14:15:22Z",
- "earliestFinishDateTime": "2019-08-24T14:15:22Z",
- "schedulingStartConstraintId": "MSO",
- "schedulingStartConstraintDateTime": "2019-08-24T14:15:22Z",
- "schedulingFinishConstraintId": "MFO",
- "schedulingFinishConstraintDateTime": "2019-08-24T14:15:22Z",
- "calculationKey": "CALC_KEY_MANUAL",
- "tagId": "PX",
- "tagPlantId": "1100"
}
], - "statuses": [
- {
- "statusId": "RDEX",
- "status": "Ready for execution",
- "statusOrder": 2,
- "isActive": false,
- "activatedDateTime": "2019-08-24T14:15:22Z"
}
], - "tagsRelated": [
- {
- "equipmentId": "11948620",
- "equipment": "PEDESTAL,TH ISOLAT.SLEEVE,ASSY,10219863",
- "source": "ObjectList",
- "sourceId": "OL-8953097-2",
- "tagId": "AE5566",
- "tagPlantId": "1100",
- "tag": "CT5023/24 - POT.WATER PH PROBE."
}
], - "maintenanceRecords": [
- {
- "recordId": "45894100",
- "recordResource": "maintenance-records/modification-proposals",
- "tagId": "PX",
- "tagPlantId": "1100",
- "equipmentId": "12410072",
- "title": "Endre skalering på PDT",
- "source": "ObjectList",
- "sourceId": "OL-8953097-2",
- "_links": {
- "self": "/maintenance-records/failure-reports/45894100?api-version=v1"
}
}
], - "maintenancePlan": {
- "maintenancePlanId": "1108244",
- "maintenancePlanItemId": "10149640",
- "planDate": "2019-08-24",
- "isActive": true
}, - "tagDetails": {
- "isInactive": false,
- "parentTagId": "AT5566",
- "systemId": "BS",
- "system": "PM-PROG.SYST.",
- "ABCId": "5",
- "ABC": "Crit.=M & Red.=B",
- "locationId": "W14",
- "location": "METERING DECK",
- "areaId": "Deprecated - Use locationId",
- "area": "Deprecated - Use location",
- "catalogProfileId": "PM-160",
- "tagId": "AE5566",
- "tagPlantId": "1100",
- "tag": "CT5023/24 - POT.WATER PH PROBE."
}, - "attachments": [
- {
- "attachmentId": "H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU-LTMvJTMvHQFXQXn_IJKBQ1jTb2CvHQAwLV5WV4AAAA",
- "fileName": "equipment_location.jpg",
- "fileSize": "1636352",
- "mimeType": "image/jpg",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "_links": {
- "enclosure": "/work-orders/preventive-work-orders/20005446/attachments/H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU-LTMvJTMvHQFXQXn_IJKBQ1jTb2CvHQAwLV5WV4AAAA"
}
}
], - "text": "OBSERVERT FEILTILSTAND FYLLES UT AV INNMELDER:\nBeskriv feilen så godt som mulig (legg gjerne med bilde):\nHvor er utstyret fysisk plassert (legg gjerne med bilde)?\n-\n\nHvordan påvirker feilen utstyrets funksjon? ...\n",
- "workOrderTypeId": "preventiveWorkOrder",
- "plannerGroup": "Plattform PV",
- "workCenter": "AI Automasjon",
- "workOrderId": "24597659",
- "tagId": "BF",
- "tagPlantId": "1100",
- "tag": "CT5023/24 - POT.WATER PH PROBE.",
- "title": "Modifikasjon av brannmur",
- "workCenterId": "SPIAUT",
- "workCenterPlantId": "1100",
- "locationId": "CD17OU",
- "areaId": "Deprecated - Use locationId",
- "plantId": "1100",
- "planningPlantId": "1100",
- "plannerGroupId": "PPM",
- "activeStatusIds": "OSNO CRTE",
- "maintenanceTypeId": "002",
- "maintenanceType": "Periodic maintenance",
- "plannedDate": "2019-08-24",
- "revisionId": "PS02_21",
- "revision": "FV 26A/RIA",
- "basicStartDateTime": "2019-08-24T14:15:22Z",
- "basicEndDateTime": "2019-08-24T14:15:22Z",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "changedDateTime": "2019-08-24T14:15:22Z",
- "sortField": "PRS10239.WP12",
- "personResponsibleId": "433937",
- "personResponsibleEmail": "shortname@equinor.com",
- "ProductionCritical": false,
- "HSECritical": false
}
}
Event published when a preventive work order has been modified
type | string Value: "com.equinor.maintenance-events.work-orders.preventive-work-orders.modified" Event type |
subject | string Preventive work order |
source | string <uri> Value: "https://equinor.github.io/maintenance-api-event-driven/#operation/com.equinor.maintenance-events.work-orders.preventive-work-orders.modified" |
specversion | string Value: "1.0" Cloudevents version |
id | string Unique id of the message |
time | string <date-time> Datetime the event was created |
datacontenttype | string Value: "application/json" Content type for the data property (always application/json) |
object (PreventiveWorkOrder) |
{- "type": "com.equinor.maintenance-events.work-orders.preventive-work-orders.modified",
- "subject": "45689000",
- "specversion": "1.0",
- "id": "A234-1234-1111",
- "time": "2023-04-05T17:31:00Z",
- "datacontenttype": "application/json",
- "data": {
- "operations": [
- {
- "technicalFeedback": [
- {
- "feedbackId": "1005419798-00000001-1",
- "tagId": "BF",
- "tagPlantId": "1100",
- "tag": "CT5023/24 - POT.WATER PH PROBE.",
- "equipmentId": "11948620",
- "isDetailedFeedback": false,
- "detailedFeedbackTypeId": "04",
- "detailedFeedbackType": "Leakage test ESD/PSD valves",
- "maintenanceConceptId": "VA1571",
- "maintenanceConceptionVersionId": "140",
- "maintenanceActivityId": "VA1571-0001",
- "maintenanceActivity": "On/off ventil - Visuell inspeksjon",
- "maintenanceActivityText": "The purpose of a visual inspection is to detect damage, faults\nand defects that may impact on safety and regularity.\n\nInsulation is not normally removed to perform a visual\ninspection (only when there is a suspicion of damage, fault or\ndefect).\n\nCheck the following points (open any inspection hatches in\ninsulation): \n",
- "catalogProfileId": "PM-170",
- "systemId": "BS",
- "lastDoneDateTime": "2019-08-24T14:15:22Z",
- "feedbackStatusId": "1",
- "feedbackReasonId": "01",
- "mandatoryMaintenanceRecords": [
- {
- "recordId": "45894100",
- "recordResource": "maintenance-records/modification-proposals",
- "tagId": "PX",
- "tagPlantId": "1100",
- "equipmentId": "12410072",
- "title": "Endre skalering på PDT",
- "source": "ObjectList",
- "sourceId": "OL-8953097-2",
- "_links": {
- "self": "/maintenance-records/failure-reports/45894100?api-version=v1"
}
}
], - "optionalMaintenanceRecords": [
- {
- "recordId": "45894100",
- "recordResource": "maintenance-records/modification-proposals",
- "tagId": "PX",
- "tagPlantId": "1100",
- "equipmentId": "12410072",
- "title": "Endre skalering på PDT",
- "source": "ObjectList",
- "sourceId": "OL-8953097-2",
- "_links": {
- "self": "/maintenance-records/failure-reports/45894100?api-version=v1"
}
}
]
}
], - "activeStatusIds": "REL CNF",
- "materials": [
- {
- "reservationId": "25457443-001",
- "materialId": "741466",
- "material": "LIGHT,FIXTURE,26w,SZ 4155.100,RITTAL",
- "quantity": 1,
- "quantityUnit": "string",
- "quantityUnitId": "string",
- "location": "P10N utenfor lager",
- "holdDeliveryOnshore": true,
- "requiredDatetime": "2019-08-24T14:15:22Z"
}
], - "attachments": [
- {
- "attachmentId": "H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU-LTMvJTMvHQFXQXn_IJKBQ1jTb2CvHQAwLV5WV4AAAA",
- "fileName": "equipment_location.jpg",
- "fileSize": "1636352",
- "mimeType": "image/jpg",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "_links": {
- "enclosure": "/work-orders/preventive-work-orders/20005446/attachments/H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU-LTMvJTMvHQFXQXn_IJKBQ1jTb2CvHQAwLV5WV4AAAA"
}
}
], - "operationId": "1005419798-00000001",
- "operation": "0020",
- "title": "Bygge stillas",
- "workCenterId": "SPIAUT",
- "workCenterPlantId": "1100",
- "text": "Bygge stillas\\n\r\n3 x 3 x 5 meter",
- "standardTextTemplate": "1100-GS",
- "isCompleted": false,
- "plannedWorkHours": "PT3H",
- "actualWorkHours": "PT2H30M",
- "actualPercentageComplete": 75,
- "capacityCount": 1,
- "plannedDuration": "PT2H45M",
- "isScheduledExternally": true,
- "earliestStartDateTime": "2019-08-24T14:15:22Z",
- "earliestFinishDateTime": "2019-08-24T14:15:22Z",
- "schedulingStartConstraintId": "MSO",
- "schedulingStartConstraintDateTime": "2019-08-24T14:15:22Z",
- "schedulingFinishConstraintId": "MFO",
- "schedulingFinishConstraintDateTime": "2019-08-24T14:15:22Z",
- "calculationKey": "CALC_KEY_MANUAL",
- "tagId": "PX",
- "tagPlantId": "1100"
}
], - "statuses": [
- {
- "statusId": "RDEX",
- "status": "Ready for execution",
- "statusOrder": 2,
- "isActive": false,
- "activatedDateTime": "2019-08-24T14:15:22Z"
}
], - "tagsRelated": [
- {
- "equipmentId": "11948620",
- "equipment": "PEDESTAL,TH ISOLAT.SLEEVE,ASSY,10219863",
- "source": "ObjectList",
- "sourceId": "OL-8953097-2",
- "tagId": "AE5566",
- "tagPlantId": "1100",
- "tag": "CT5023/24 - POT.WATER PH PROBE."
}
], - "maintenanceRecords": [
- {
- "recordId": "45894100",
- "recordResource": "maintenance-records/modification-proposals",
- "tagId": "PX",
- "tagPlantId": "1100",
- "equipmentId": "12410072",
- "title": "Endre skalering på PDT",
- "source": "ObjectList",
- "sourceId": "OL-8953097-2",
- "_links": {
- "self": "/maintenance-records/failure-reports/45894100?api-version=v1"
}
}
], - "maintenancePlan": {
- "maintenancePlanId": "1108244",
- "maintenancePlanItemId": "10149640",
- "planDate": "2019-08-24",
- "isActive": true
}, - "tagDetails": {
- "isInactive": false,
- "parentTagId": "AT5566",
- "systemId": "BS",
- "system": "PM-PROG.SYST.",
- "ABCId": "5",
- "ABC": "Crit.=M & Red.=B",
- "locationId": "W14",
- "location": "METERING DECK",
- "areaId": "Deprecated - Use locationId",
- "area": "Deprecated - Use location",
- "catalogProfileId": "PM-160",
- "tagId": "AE5566",
- "tagPlantId": "1100",
- "tag": "CT5023/24 - POT.WATER PH PROBE."
}, - "attachments": [
- {
- "attachmentId": "H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU-LTMvJTMvHQFXQXn_IJKBQ1jTb2CvHQAwLV5WV4AAAA",
- "fileName": "equipment_location.jpg",
- "fileSize": "1636352",
- "mimeType": "image/jpg",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "_links": {
- "enclosure": "/work-orders/preventive-work-orders/20005446/attachments/H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU-LTMvJTMvHQFXQXn_IJKBQ1jTb2CvHQAwLV5WV4AAAA"
}
}
], - "text": "OBSERVERT FEILTILSTAND FYLLES UT AV INNMELDER:\nBeskriv feilen så godt som mulig (legg gjerne med bilde):\nHvor er utstyret fysisk plassert (legg gjerne med bilde)?\n-\n\nHvordan påvirker feilen utstyrets funksjon? ...\n",
- "workOrderTypeId": "preventiveWorkOrder",
- "plannerGroup": "Plattform PV",
- "workCenter": "AI Automasjon",
- "workOrderId": "24597659",
- "tagId": "BF",
- "tagPlantId": "1100",
- "tag": "CT5023/24 - POT.WATER PH PROBE.",
- "title": "Modifikasjon av brannmur",
- "workCenterId": "SPIAUT",
- "workCenterPlantId": "1100",
- "locationId": "CD17OU",
- "areaId": "Deprecated - Use locationId",
- "plantId": "1100",
- "planningPlantId": "1100",
- "plannerGroupId": "PPM",
- "activeStatusIds": "OSNO CRTE",
- "maintenanceTypeId": "002",
- "maintenanceType": "Periodic maintenance",
- "plannedDate": "2019-08-24",
- "revisionId": "PS02_21",
- "revision": "FV 26A/RIA",
- "basicStartDateTime": "2019-08-24T14:15:22Z",
- "basicEndDateTime": "2019-08-24T14:15:22Z",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "changedDateTime": "2019-08-24T14:15:22Z",
- "sortField": "PRS10239.WP12",
- "personResponsibleId": "433937",
- "personResponsibleEmail": "shortname@equinor.com",
- "ProductionCritical": false,
- "HSECritical": false
}
}
Event published when a preventive work order has been technical complete (TECO)
type | string Value: "com.equinor.maintenance-events.work-orders.preventive-work-orders.technical-complete" Event type |
subject | string Preventive work order |
source | string <uri> Value: "https://equinor.github.io/maintenance-api-event-driven/#operation/com.equinor.maintenance-events.work-orders.preventive-work-orders.technical-complete" |
specversion | string Value: "1.0" Cloudevents version |
id | string Unique id of the message |
time | string <date-time> Datetime the event was created |
datacontenttype | string Value: "application/json" Content type for the data property (always application/json) |
object (PreventiveWorkOrder) |
{- "type": "com.equinor.maintenance-events.work-orders.preventive-work-orders.technical-complete",
- "subject": "45689000",
- "specversion": "1.0",
- "id": "A234-1234-1111",
- "time": "2023-04-05T17:31:00Z",
- "datacontenttype": "application/json",
- "data": {
- "operations": [
- {
- "technicalFeedback": [
- {
- "feedbackId": "1005419798-00000001-1",
- "tagId": "BF",
- "tagPlantId": "1100",
- "tag": "CT5023/24 - POT.WATER PH PROBE.",
- "equipmentId": "11948620",
- "isDetailedFeedback": false,
- "detailedFeedbackTypeId": "04",
- "detailedFeedbackType": "Leakage test ESD/PSD valves",
- "maintenanceConceptId": "VA1571",
- "maintenanceConceptionVersionId": "140",
- "maintenanceActivityId": "VA1571-0001",
- "maintenanceActivity": "On/off ventil - Visuell inspeksjon",
- "maintenanceActivityText": "The purpose of a visual inspection is to detect damage, faults\nand defects that may impact on safety and regularity.\n\nInsulation is not normally removed to perform a visual\ninspection (only when there is a suspicion of damage, fault or\ndefect).\n\nCheck the following points (open any inspection hatches in\ninsulation): \n",
- "catalogProfileId": "PM-170",
- "systemId": "BS",
- "lastDoneDateTime": "2019-08-24T14:15:22Z",
- "feedbackStatusId": "1",
- "feedbackReasonId": "01",
- "mandatoryMaintenanceRecords": [
- {
- "recordId": "45894100",
- "recordResource": "maintenance-records/modification-proposals",
- "tagId": "PX",
- "tagPlantId": "1100",
- "equipmentId": "12410072",
- "title": "Endre skalering på PDT",
- "source": "ObjectList",
- "sourceId": "OL-8953097-2",
- "_links": {
- "self": "/maintenance-records/failure-reports/45894100?api-version=v1"
}
}
], - "optionalMaintenanceRecords": [
- {
- "recordId": "45894100",
- "recordResource": "maintenance-records/modification-proposals",
- "tagId": "PX",
- "tagPlantId": "1100",
- "equipmentId": "12410072",
- "title": "Endre skalering på PDT",
- "source": "ObjectList",
- "sourceId": "OL-8953097-2",
- "_links": {
- "self": "/maintenance-records/failure-reports/45894100?api-version=v1"
}
}
]
}
], - "activeStatusIds": "REL CNF",
- "materials": [
- {
- "reservationId": "25457443-001",
- "materialId": "741466",
- "material": "LIGHT,FIXTURE,26w,SZ 4155.100,RITTAL",
- "quantity": 1,
- "quantityUnit": "string",
- "quantityUnitId": "string",
- "location": "P10N utenfor lager",
- "holdDeliveryOnshore": true,
- "requiredDatetime": "2019-08-24T14:15:22Z"
}
], - "attachments": [
- {
- "attachmentId": "H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU-LTMvJTMvHQFXQXn_IJKBQ1jTb2CvHQAwLV5WV4AAAA",
- "fileName": "equipment_location.jpg",
- "fileSize": "1636352",
- "mimeType": "image/jpg",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "_links": {
- "enclosure": "/work-orders/preventive-work-orders/20005446/attachments/H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU-LTMvJTMvHQFXQXn_IJKBQ1jTb2CvHQAwLV5WV4AAAA"
}
}
], - "operationId": "1005419798-00000001",
- "operation": "0020",
- "title": "Bygge stillas",
- "workCenterId": "SPIAUT",
- "workCenterPlantId": "1100",
- "text": "Bygge stillas\\n\r\n3 x 3 x 5 meter",
- "standardTextTemplate": "1100-GS",
- "isCompleted": false,
- "plannedWorkHours": "PT3H",
- "actualWorkHours": "PT2H30M",
- "actualPercentageComplete": 75,
- "capacityCount": 1,
- "plannedDuration": "PT2H45M",
- "isScheduledExternally": true,
- "earliestStartDateTime": "2019-08-24T14:15:22Z",
- "earliestFinishDateTime": "2019-08-24T14:15:22Z",
- "schedulingStartConstraintId": "MSO",
- "schedulingStartConstraintDateTime": "2019-08-24T14:15:22Z",
- "schedulingFinishConstraintId": "MFO",
- "schedulingFinishConstraintDateTime": "2019-08-24T14:15:22Z",
- "calculationKey": "CALC_KEY_MANUAL",
- "tagId": "PX",
- "tagPlantId": "1100"
}
], - "statuses": [
- {
- "statusId": "RDEX",
- "status": "Ready for execution",
- "statusOrder": 2,
- "isActive": false,
- "activatedDateTime": "2019-08-24T14:15:22Z"
}
], - "tagsRelated": [
- {
- "equipmentId": "11948620",
- "equipment": "PEDESTAL,TH ISOLAT.SLEEVE,ASSY,10219863",
- "source": "ObjectList",
- "sourceId": "OL-8953097-2",
- "tagId": "AE5566",
- "tagPlantId": "1100",
- "tag": "CT5023/24 - POT.WATER PH PROBE."
}
], - "maintenanceRecords": [
- {
- "recordId": "45894100",
- "recordResource": "maintenance-records/modification-proposals",
- "tagId": "PX",
- "tagPlantId": "1100",
- "equipmentId": "12410072",
- "title": "Endre skalering på PDT",
- "source": "ObjectList",
- "sourceId": "OL-8953097-2",
- "_links": {
- "self": "/maintenance-records/failure-reports/45894100?api-version=v1"
}
}
], - "maintenancePlan": {
- "maintenancePlanId": "1108244",
- "maintenancePlanItemId": "10149640",
- "planDate": "2019-08-24",
- "isActive": true
}, - "tagDetails": {
- "isInactive": false,
- "parentTagId": "AT5566",
- "systemId": "BS",
- "system": "PM-PROG.SYST.",
- "ABCId": "5",
- "ABC": "Crit.=M & Red.=B",
- "locationId": "W14",
- "location": "METERING DECK",
- "areaId": "Deprecated - Use locationId",
- "area": "Deprecated - Use location",
- "catalogProfileId": "PM-160",
- "tagId": "AE5566",
- "tagPlantId": "1100",
- "tag": "CT5023/24 - POT.WATER PH PROBE."
}, - "attachments": [
- {
- "attachmentId": "H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU-LTMvJTMvHQFXQXn_IJKBQ1jTb2CvHQAwLV5WV4AAAA",
- "fileName": "equipment_location.jpg",
- "fileSize": "1636352",
- "mimeType": "image/jpg",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "_links": {
- "enclosure": "/work-orders/preventive-work-orders/20005446/attachments/H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU-LTMvJTMvHQFXQXn_IJKBQ1jTb2CvHQAwLV5WV4AAAA"
}
}
], - "text": "OBSERVERT FEILTILSTAND FYLLES UT AV INNMELDER:\nBeskriv feilen så godt som mulig (legg gjerne med bilde):\nHvor er utstyret fysisk plassert (legg gjerne med bilde)?\n-\n\nHvordan påvirker feilen utstyrets funksjon? ...\n",
- "workOrderTypeId": "preventiveWorkOrder",
- "plannerGroup": "Plattform PV",
- "workCenter": "AI Automasjon",
- "workOrderId": "24597659",
- "tagId": "BF",
- "tagPlantId": "1100",
- "tag": "CT5023/24 - POT.WATER PH PROBE.",
- "title": "Modifikasjon av brannmur",
- "workCenterId": "SPIAUT",
- "workCenterPlantId": "1100",
- "locationId": "CD17OU",
- "areaId": "Deprecated - Use locationId",
- "plantId": "1100",
- "planningPlantId": "1100",
- "plannerGroupId": "PPM",
- "activeStatusIds": "OSNO CRTE",
- "maintenanceTypeId": "002",
- "maintenanceType": "Periodic maintenance",
- "plannedDate": "2019-08-24",
- "revisionId": "PS02_21",
- "revision": "FV 26A/RIA",
- "basicStartDateTime": "2019-08-24T14:15:22Z",
- "basicEndDateTime": "2019-08-24T14:15:22Z",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "changedDateTime": "2019-08-24T14:15:22Z",
- "sortField": "PRS10239.WP12",
- "personResponsibleId": "433937",
- "personResponsibleEmail": "shortname@equinor.com",
- "ProductionCritical": false,
- "HSECritical": false
}
}
Used as a tool to ensure change control of software changes to Safety and Automation Systems.
Event published when a SAS Change work order has been created
type | string Value: "com.equinor.maintenance-events.work-orders.sas-change-work-orders.created" Event type |
subject | string SAS Change work order |
source | string <uri> Value: "https://equinor.github.io/maintenance-api-event-driven/#operation/com.equinor.maintenance-events.work-orders.sas-change-work-orders.created" |
specversion | string Value: "1.0" Cloudevents version |
id | string Unique id of the message |
time | string <date-time> Datetime the event was created |
datacontenttype | string Value: "application/json" Content type for the data property (always application/json) |
object (SASChangeWorkOrder) |
{- "type": "com.equinor.maintenance-events.work-orders.sas-change-work-orders.created",
- "subject": "45689000",
- "specversion": "1.0",
- "id": "A234-1234-1111",
- "time": "2023-04-05T17:31:00Z",
- "datacontenttype": "application/json",
- "data": {
- "operations": [
- {
- "activeStatusIds": "REL CNF",
- "materials": [
- {
- "reservationId": "25457443-001",
- "materialId": "741466",
- "material": "LIGHT,FIXTURE,26w,SZ 4155.100,RITTAL",
- "quantity": 1,
- "quantityUnit": "string",
- "quantityUnitId": "string",
- "location": "P10N utenfor lager",
- "holdDeliveryOnshore": true,
- "requiredDatetime": "2019-08-24T14:15:22Z"
}
], - "attachments": [
- {
- "attachmentId": "H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU-LTMvJTMvHQFXQXn_IJKBQ1jTb2CvHQAwLV5WV4AAAA",
- "fileName": "equipment_location.jpg",
- "fileSize": "1636352",
- "mimeType": "image/jpg",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "_links": {
- "enclosure": "/work-orders/preventive-work-orders/20005446/attachments/H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU-LTMvJTMvHQFXQXn_IJKBQ1jTb2CvHQAwLV5WV4AAAA"
}
}
], - "operationId": "1005419798-00000001",
- "operation": "0020",
- "title": "Bygge stillas",
- "workCenterId": "SPIAUT",
- "workCenterPlantId": "1100",
- "text": "Bygge stillas\\n\r\n3 x 3 x 5 meter",
- "standardTextTemplate": "1100-GS",
- "isCompleted": false,
- "plannedWorkHours": "PT3H",
- "actualWorkHours": "PT2H30M",
- "actualPercentageComplete": 75,
- "capacityCount": 1,
- "plannedDuration": "PT2H45M",
- "isScheduledExternally": true,
- "earliestStartDateTime": "2019-08-24T14:15:22Z",
- "earliestFinishDateTime": "2019-08-24T14:15:22Z",
- "schedulingStartConstraintId": "MSO",
- "schedulingStartConstraintDateTime": "2019-08-24T14:15:22Z",
- "schedulingFinishConstraintId": "MFO",
- "schedulingFinishConstraintDateTime": "2019-08-24T14:15:22Z",
- "calculationKey": "CALC_KEY_MANUAL",
- "tagId": "PX",
- "tagPlantId": "1100"
}
], - "statuses": [
- {
- "statusId": "RDEX",
- "status": "Ready for execution",
- "statusOrder": 2,
- "isActive": false,
- "activatedDateTime": "2019-08-24T14:15:22Z"
}
], - "tagsRelated": [
- {
- "equipmentId": "11948620",
- "equipment": "PEDESTAL,TH ISOLAT.SLEEVE,ASSY,10219863",
- "source": "ObjectList",
- "sourceId": "OL-8953097-2",
- "tagId": "AE5566",
- "tagPlantId": "1100",
- "tag": "CT5023/24 - POT.WATER PH PROBE."
}
], - "maintenanceRecords": [
- {
- "recordId": "45894100",
- "recordResource": "maintenance-records/modification-proposals",
- "tagId": "PX",
- "tagPlantId": "1100",
- "equipmentId": "12410072",
- "title": "Endre skalering på PDT",
- "source": "ObjectList",
- "sourceId": "OL-8953097-2",
- "_links": {
- "self": "/maintenance-records/failure-reports/45894100?api-version=v1"
}
}
], - "tagDetails": {
- "isInactive": false,
- "parentTagId": "AT5566",
- "systemId": "BS",
- "system": "PM-PROG.SYST.",
- "ABCId": "5",
- "ABC": "Crit.=M & Red.=B",
- "locationId": "W14",
- "location": "METERING DECK",
- "areaId": "Deprecated - Use locationId",
- "area": "Deprecated - Use location",
- "catalogProfileId": "PM-160",
- "tagId": "AE5566",
- "tagPlantId": "1100",
- "tag": "CT5023/24 - POT.WATER PH PROBE."
}, - "attachments": [
- {
- "attachmentId": "H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU-LTMvJTMvHQFXQXn_IJKBQ1jTb2CvHQAwLV5WV4AAAA",
- "fileName": "equipment_location.jpg",
- "fileSize": "1636352",
- "mimeType": "image/jpg",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "_links": {
- "enclosure": "/work-orders/preventive-work-orders/20005446/attachments/H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU-LTMvJTMvHQFXQXn_IJKBQ1jTb2CvHQAwLV5WV4AAAA"
}
}
], - "text": "Beskrivelse av prosjekt modifikasjon\n",
- "workOrderTypeId": "sasChangeWorkOrder",
- "costWBS": "Conc.: Well A10 GL hook-up FL",
- "plannerGroup": "Plattform PV",
- "workCenter": "AI Automasjon",
- "workOrderId": "24684145",
- "tagId": "LZ1012",
- "tagPlantId": "1100",
- "tag": "A10 OIL PRODUCTION WELL",
- "title": "1416/Installerer Flowlinw A10",
- "workCenterId": "PPMAUT",
- "workCenterPlantId": "1100",
- "locationId": "CD17OU",
- "areaId": "Deprecated - Use locationId",
- "systemId": "11",
- "plantId": "1100",
- "planningPlantId": "1100",
- "plannerGroupId": "PPM",
- "activeStatusIds": "OSNO CRTE",
- "maintenanceTypeId": "Z06",
- "maintenanceType": "SAS Change Activity",
- "revisionId": "PS02_21",
- "revision": "FV 26A/RIA",
- "basicStartDateTime": "2019-08-24T14:15:22Z",
- "basicEndDateTime": "2019-08-24T14:15:22Z",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "changedDateTime": "2019-08-24T14:15:22Z",
- "costWBSId": "M.O037C.20.A.0002.A2",
- "projectId": "M.O037C.20.A.0002",
- "costNetworkId": "9045173",
- "costNetworkOperationId": "0010",
- "sortField": "PRS10239.WP12"
}
}
Event published when a SAS Change work order has been released
type | string Value: "com.equinor.maintenance-events.work-orders.sas-change-work-orders.released" Event type |
subject | string SAS Change work order |
source | string <uri> Value: "https://equinor.github.io/maintenance-api-event-driven/#operation/com.equinor.maintenance-events.work-orders.sas-change-work-orders.released" |
specversion | string Value: "1.0" Cloudevents version |
id | string Unique id of the message |
time | string <date-time> Datetime the event was created |
datacontenttype | string Value: "application/json" Content type for the data property (always application/json) |
object (SASChangeWorkOrder) |
{- "type": "com.equinor.maintenance-events.work-orders.sas-change-work-orders.released",
- "subject": "45689000",
- "specversion": "1.0",
- "id": "A234-1234-1111",
- "time": "2023-04-05T17:31:00Z",
- "datacontenttype": "application/json",
- "data": {
- "operations": [
- {
- "activeStatusIds": "REL CNF",
- "materials": [
- {
- "reservationId": "25457443-001",
- "materialId": "741466",
- "material": "LIGHT,FIXTURE,26w,SZ 4155.100,RITTAL",
- "quantity": 1,
- "quantityUnit": "string",
- "quantityUnitId": "string",
- "location": "P10N utenfor lager",
- "holdDeliveryOnshore": true,
- "requiredDatetime": "2019-08-24T14:15:22Z"
}
], - "attachments": [
- {
- "attachmentId": "H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU-LTMvJTMvHQFXQXn_IJKBQ1jTb2CvHQAwLV5WV4AAAA",
- "fileName": "equipment_location.jpg",
- "fileSize": "1636352",
- "mimeType": "image/jpg",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "_links": {
- "enclosure": "/work-orders/preventive-work-orders/20005446/attachments/H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU-LTMvJTMvHQFXQXn_IJKBQ1jTb2CvHQAwLV5WV4AAAA"
}
}
], - "operationId": "1005419798-00000001",
- "operation": "0020",
- "title": "Bygge stillas",
- "workCenterId": "SPIAUT",
- "workCenterPlantId": "1100",
- "text": "Bygge stillas\\n\r\n3 x 3 x 5 meter",
- "standardTextTemplate": "1100-GS",
- "isCompleted": false,
- "plannedWorkHours": "PT3H",
- "actualWorkHours": "PT2H30M",
- "actualPercentageComplete": 75,
- "capacityCount": 1,
- "plannedDuration": "PT2H45M",
- "isScheduledExternally": true,
- "earliestStartDateTime": "2019-08-24T14:15:22Z",
- "earliestFinishDateTime": "2019-08-24T14:15:22Z",
- "schedulingStartConstraintId": "MSO",
- "schedulingStartConstraintDateTime": "2019-08-24T14:15:22Z",
- "schedulingFinishConstraintId": "MFO",
- "schedulingFinishConstraintDateTime": "2019-08-24T14:15:22Z",
- "calculationKey": "CALC_KEY_MANUAL",
- "tagId": "PX",
- "tagPlantId": "1100"
}
], - "statuses": [
- {
- "statusId": "RDEX",
- "status": "Ready for execution",
- "statusOrder": 2,
- "isActive": false,
- "activatedDateTime": "2019-08-24T14:15:22Z"
}
], - "tagsRelated": [
- {
- "equipmentId": "11948620",
- "equipment": "PEDESTAL,TH ISOLAT.SLEEVE,ASSY,10219863",
- "source": "ObjectList",
- "sourceId": "OL-8953097-2",
- "tagId": "AE5566",
- "tagPlantId": "1100",
- "tag": "CT5023/24 - POT.WATER PH PROBE."
}
], - "maintenanceRecords": [
- {
- "recordId": "45894100",
- "recordResource": "maintenance-records/modification-proposals",
- "tagId": "PX",
- "tagPlantId": "1100",
- "equipmentId": "12410072",
- "title": "Endre skalering på PDT",
- "source": "ObjectList",
- "sourceId": "OL-8953097-2",
- "_links": {
- "self": "/maintenance-records/failure-reports/45894100?api-version=v1"
}
}
], - "tagDetails": {
- "isInactive": false,
- "parentTagId": "AT5566",
- "systemId": "BS",
- "system": "PM-PROG.SYST.",
- "ABCId": "5",
- "ABC": "Crit.=M & Red.=B",
- "locationId": "W14",
- "location": "METERING DECK",
- "areaId": "Deprecated - Use locationId",
- "area": "Deprecated - Use location",
- "catalogProfileId": "PM-160",
- "tagId": "AE5566",
- "tagPlantId": "1100",
- "tag": "CT5023/24 - POT.WATER PH PROBE."
}, - "attachments": [
- {
- "attachmentId": "H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU-LTMvJTMvHQFXQXn_IJKBQ1jTb2CvHQAwLV5WV4AAAA",
- "fileName": "equipment_location.jpg",
- "fileSize": "1636352",
- "mimeType": "image/jpg",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "_links": {
- "enclosure": "/work-orders/preventive-work-orders/20005446/attachments/H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU-LTMvJTMvHQFXQXn_IJKBQ1jTb2CvHQAwLV5WV4AAAA"
}
}
], - "text": "Beskrivelse av prosjekt modifikasjon\n",
- "workOrderTypeId": "sasChangeWorkOrder",
- "costWBS": "Conc.: Well A10 GL hook-up FL",
- "plannerGroup": "Plattform PV",
- "workCenter": "AI Automasjon",
- "workOrderId": "24684145",
- "tagId": "LZ1012",
- "tagPlantId": "1100",
- "tag": "A10 OIL PRODUCTION WELL",
- "title": "1416/Installerer Flowlinw A10",
- "workCenterId": "PPMAUT",
- "workCenterPlantId": "1100",
- "locationId": "CD17OU",
- "areaId": "Deprecated - Use locationId",
- "systemId": "11",
- "plantId": "1100",
- "planningPlantId": "1100",
- "plannerGroupId": "PPM",
- "activeStatusIds": "OSNO CRTE",
- "maintenanceTypeId": "Z06",
- "maintenanceType": "SAS Change Activity",
- "revisionId": "PS02_21",
- "revision": "FV 26A/RIA",
- "basicStartDateTime": "2019-08-24T14:15:22Z",
- "basicEndDateTime": "2019-08-24T14:15:22Z",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "changedDateTime": "2019-08-24T14:15:22Z",
- "costWBSId": "M.O037C.20.A.0002.A2",
- "projectId": "M.O037C.20.A.0002",
- "costNetworkId": "9045173",
- "costNetworkOperationId": "0010",
- "sortField": "PRS10239.WP12"
}
}
Event published when a SAS Change work order has been modified
type | string Value: "com.equinor.maintenance-events.work-orders.sas-change-work-orders.modified" Event type |
subject | string SAS Change work order |
source | string <uri> Value: "https://equinor.github.io/maintenance-api-event-driven/#operation/com.equinor.maintenance-events.work-orders.sas-change-work-orders.modified" |
specversion | string Value: "1.0" Cloudevents version |
id | string Unique id of the message |
time | string <date-time> Datetime the event was created |
datacontenttype | string Value: "application/json" Content type for the data property (always application/json) |
object (SASChangeWorkOrder) |
{- "type": "com.equinor.maintenance-events.work-orders.sas-change-work-orders.modified",
- "subject": "45689000",
- "specversion": "1.0",
- "id": "A234-1234-1111",
- "time": "2023-04-05T17:31:00Z",
- "datacontenttype": "application/json",
- "data": {
- "operations": [
- {
- "activeStatusIds": "REL CNF",
- "materials": [
- {
- "reservationId": "25457443-001",
- "materialId": "741466",
- "material": "LIGHT,FIXTURE,26w,SZ 4155.100,RITTAL",
- "quantity": 1,
- "quantityUnit": "string",
- "quantityUnitId": "string",
- "location": "P10N utenfor lager",
- "holdDeliveryOnshore": true,
- "requiredDatetime": "2019-08-24T14:15:22Z"
}
], - "attachments": [
- {
- "attachmentId": "H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU-LTMvJTMvHQFXQXn_IJKBQ1jTb2CvHQAwLV5WV4AAAA",
- "fileName": "equipment_location.jpg",
- "fileSize": "1636352",
- "mimeType": "image/jpg",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "_links": {
- "enclosure": "/work-orders/preventive-work-orders/20005446/attachments/H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU-LTMvJTMvHQFXQXn_IJKBQ1jTb2CvHQAwLV5WV4AAAA"
}
}
], - "operationId": "1005419798-00000001",
- "operation": "0020",
- "title": "Bygge stillas",
- "workCenterId": "SPIAUT",
- "workCenterPlantId": "1100",
- "text": "Bygge stillas\\n\r\n3 x 3 x 5 meter",
- "standardTextTemplate": "1100-GS",
- "isCompleted": false,
- "plannedWorkHours": "PT3H",
- "actualWorkHours": "PT2H30M",
- "actualPercentageComplete": 75,
- "capacityCount": 1,
- "plannedDuration": "PT2H45M",
- "isScheduledExternally": true,
- "earliestStartDateTime": "2019-08-24T14:15:22Z",
- "earliestFinishDateTime": "2019-08-24T14:15:22Z",
- "schedulingStartConstraintId": "MSO",
- "schedulingStartConstraintDateTime": "2019-08-24T14:15:22Z",
- "schedulingFinishConstraintId": "MFO",
- "schedulingFinishConstraintDateTime": "2019-08-24T14:15:22Z",
- "calculationKey": "CALC_KEY_MANUAL",
- "tagId": "PX",
- "tagPlantId": "1100"
}
], - "statuses": [
- {
- "statusId": "RDEX",
- "status": "Ready for execution",
- "statusOrder": 2,
- "isActive": false,
- "activatedDateTime": "2019-08-24T14:15:22Z"
}
], - "tagsRelated": [
- {
- "equipmentId": "11948620",
- "equipment": "PEDESTAL,TH ISOLAT.SLEEVE,ASSY,10219863",
- "source": "ObjectList",
- "sourceId": "OL-8953097-2",
- "tagId": "AE5566",
- "tagPlantId": "1100",
- "tag": "CT5023/24 - POT.WATER PH PROBE."
}
], - "maintenanceRecords": [
- {
- "recordId": "45894100",
- "recordResource": "maintenance-records/modification-proposals",
- "tagId": "PX",
- "tagPlantId": "1100",
- "equipmentId": "12410072",
- "title": "Endre skalering på PDT",
- "source": "ObjectList",
- "sourceId": "OL-8953097-2",
- "_links": {
- "self": "/maintenance-records/failure-reports/45894100?api-version=v1"
}
}
], - "tagDetails": {
- "isInactive": false,
- "parentTagId": "AT5566",
- "systemId": "BS",
- "system": "PM-PROG.SYST.",
- "ABCId": "5",
- "ABC": "Crit.=M & Red.=B",
- "locationId": "W14",
- "location": "METERING DECK",
- "areaId": "Deprecated - Use locationId",
- "area": "Deprecated - Use location",
- "catalogProfileId": "PM-160",
- "tagId": "AE5566",
- "tagPlantId": "1100",
- "tag": "CT5023/24 - POT.WATER PH PROBE."
}, - "attachments": [
- {
- "attachmentId": "H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU-LTMvJTMvHQFXQXn_IJKBQ1jTb2CvHQAwLV5WV4AAAA",
- "fileName": "equipment_location.jpg",
- "fileSize": "1636352",
- "mimeType": "image/jpg",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "_links": {
- "enclosure": "/work-orders/preventive-work-orders/20005446/attachments/H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU-LTMvJTMvHQFXQXn_IJKBQ1jTb2CvHQAwLV5WV4AAAA"
}
}
], - "text": "Beskrivelse av prosjekt modifikasjon\n",
- "workOrderTypeId": "sasChangeWorkOrder",
- "costWBS": "Conc.: Well A10 GL hook-up FL",
- "plannerGroup": "Plattform PV",
- "workCenter": "AI Automasjon",
- "workOrderId": "24684145",
- "tagId": "LZ1012",
- "tagPlantId": "1100",
- "tag": "A10 OIL PRODUCTION WELL",
- "title": "1416/Installerer Flowlinw A10",
- "workCenterId": "PPMAUT",
- "workCenterPlantId": "1100",
- "locationId": "CD17OU",
- "areaId": "Deprecated - Use locationId",
- "systemId": "11",
- "plantId": "1100",
- "planningPlantId": "1100",
- "plannerGroupId": "PPM",
- "activeStatusIds": "OSNO CRTE",
- "maintenanceTypeId": "Z06",
- "maintenanceType": "SAS Change Activity",
- "revisionId": "PS02_21",
- "revision": "FV 26A/RIA",
- "basicStartDateTime": "2019-08-24T14:15:22Z",
- "basicEndDateTime": "2019-08-24T14:15:22Z",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "changedDateTime": "2019-08-24T14:15:22Z",
- "costWBSId": "M.O037C.20.A.0002.A2",
- "projectId": "M.O037C.20.A.0002",
- "costNetworkId": "9045173",
- "costNetworkOperationId": "0010",
- "sortField": "PRS10239.WP12"
}
}
Event published when a SAS Change work order has been technical complete (TECO)
type | string Value: "com.equinor.maintenance-events.work-orders.sas-change-work-orders.technical-complete" Event type |
subject | string SAS Change work order |
source | string <uri> Value: "https://equinor.github.io/maintenance-api-event-driven/#operation/com.equinor.maintenance-events.work-orders.sas-change-work-orders.technical-complete" |
specversion | string Value: "1.0" Cloudevents version |
id | string Unique id of the message |
time | string <date-time> Datetime the event was created |
datacontenttype | string Value: "application/json" Content type for the data property (always application/json) |
object (SASChangeWorkOrder) |
{- "type": "com.equinor.maintenance-events.work-orders.sas-change-work-orders.technical-complete",
- "subject": "45689000",
- "specversion": "1.0",
- "id": "A234-1234-1111",
- "time": "2023-04-05T17:31:00Z",
- "datacontenttype": "application/json",
- "data": {
- "operations": [
- {
- "activeStatusIds": "REL CNF",
- "materials": [
- {
- "reservationId": "25457443-001",
- "materialId": "741466",
- "material": "LIGHT,FIXTURE,26w,SZ 4155.100,RITTAL",
- "quantity": 1,
- "quantityUnit": "string",
- "quantityUnitId": "string",
- "location": "P10N utenfor lager",
- "holdDeliveryOnshore": true,
- "requiredDatetime": "2019-08-24T14:15:22Z"
}
], - "attachments": [
- {
- "attachmentId": "H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU-LTMvJTMvHQFXQXn_IJKBQ1jTb2CvHQAwLV5WV4AAAA",
- "fileName": "equipment_location.jpg",
- "fileSize": "1636352",
- "mimeType": "image/jpg",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "_links": {
- "enclosure": "/work-orders/preventive-work-orders/20005446/attachments/H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU-LTMvJTMvHQFXQXn_IJKBQ1jTb2CvHQAwLV5WV4AAAA"
}
}
], - "operationId": "1005419798-00000001",
- "operation": "0020",
- "title": "Bygge stillas",
- "workCenterId": "SPIAUT",
- "workCenterPlantId": "1100",
- "text": "Bygge stillas\\n\r\n3 x 3 x 5 meter",
- "standardTextTemplate": "1100-GS",
- "isCompleted": false,
- "plannedWorkHours": "PT3H",
- "actualWorkHours": "PT2H30M",
- "actualPercentageComplete": 75,
- "capacityCount": 1,
- "plannedDuration": "PT2H45M",
- "isScheduledExternally": true,
- "earliestStartDateTime": "2019-08-24T14:15:22Z",
- "earliestFinishDateTime": "2019-08-24T14:15:22Z",
- "schedulingStartConstraintId": "MSO",
- "schedulingStartConstraintDateTime": "2019-08-24T14:15:22Z",
- "schedulingFinishConstraintId": "MFO",
- "schedulingFinishConstraintDateTime": "2019-08-24T14:15:22Z",
- "calculationKey": "CALC_KEY_MANUAL",
- "tagId": "PX",
- "tagPlantId": "1100"
}
], - "statuses": [
- {
- "statusId": "RDEX",
- "status": "Ready for execution",
- "statusOrder": 2,
- "isActive": false,
- "activatedDateTime": "2019-08-24T14:15:22Z"
}
], - "tagsRelated": [
- {
- "equipmentId": "11948620",
- "equipment": "PEDESTAL,TH ISOLAT.SLEEVE,ASSY,10219863",
- "source": "ObjectList",
- "sourceId": "OL-8953097-2",
- "tagId": "AE5566",
- "tagPlantId": "1100",
- "tag": "CT5023/24 - POT.WATER PH PROBE."
}
], - "maintenanceRecords": [
- {
- "recordId": "45894100",
- "recordResource": "maintenance-records/modification-proposals",
- "tagId": "PX",
- "tagPlantId": "1100",
- "equipmentId": "12410072",
- "title": "Endre skalering på PDT",
- "source": "ObjectList",
- "sourceId": "OL-8953097-2",
- "_links": {
- "self": "/maintenance-records/failure-reports/45894100?api-version=v1"
}
}
], - "tagDetails": {
- "isInactive": false,
- "parentTagId": "AT5566",
- "systemId": "BS",
- "system": "PM-PROG.SYST.",
- "ABCId": "5",
- "ABC": "Crit.=M & Red.=B",
- "locationId": "W14",
- "location": "METERING DECK",
- "areaId": "Deprecated - Use locationId",
- "area": "Deprecated - Use location",
- "catalogProfileId": "PM-160",
- "tagId": "AE5566",
- "tagPlantId": "1100",
- "tag": "CT5023/24 - POT.WATER PH PROBE."
}, - "attachments": [
- {
- "attachmentId": "H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU-LTMvJTMvHQFXQXn_IJKBQ1jTb2CvHQAwLV5WV4AAAA",
- "fileName": "equipment_location.jpg",
- "fileSize": "1636352",
- "mimeType": "image/jpg",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "_links": {
- "enclosure": "/work-orders/preventive-work-orders/20005446/attachments/H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU-LTMvJTMvHQFXQXn_IJKBQ1jTb2CvHQAwLV5WV4AAAA"
}
}
], - "text": "Beskrivelse av prosjekt modifikasjon\n",
- "workOrderTypeId": "sasChangeWorkOrder",
- "costWBS": "Conc.: Well A10 GL hook-up FL",
- "plannerGroup": "Plattform PV",
- "workCenter": "AI Automasjon",
- "workOrderId": "24684145",
- "tagId": "LZ1012",
- "tagPlantId": "1100",
- "tag": "A10 OIL PRODUCTION WELL",
- "title": "1416/Installerer Flowlinw A10",
- "workCenterId": "PPMAUT",
- "workCenterPlantId": "1100",
- "locationId": "CD17OU",
- "areaId": "Deprecated - Use locationId",
- "systemId": "11",
- "plantId": "1100",
- "planningPlantId": "1100",
- "plannerGroupId": "PPM",
- "activeStatusIds": "OSNO CRTE",
- "maintenanceTypeId": "Z06",
- "maintenanceType": "SAS Change Activity",
- "revisionId": "PS02_21",
- "revision": "FV 26A/RIA",
- "basicStartDateTime": "2019-08-24T14:15:22Z",
- "basicEndDateTime": "2019-08-24T14:15:22Z",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "changedDateTime": "2019-08-24T14:15:22Z",
- "costWBSId": "M.O037C.20.A.0002.A2",
- "projectId": "M.O037C.20.A.0002",
- "costNetworkId": "9045173",
- "costNetworkOperationId": "0010",
- "sortField": "PRS10239.WP12"
}
}
Used for modification projects that are controlled and managed using standard modification project structures that include WBS, network orders and activities.
Event published when a project work order has been created
type | string Value: "com.equinor.maintenance-events.work-orders.project-work-orders.created" Event type |
subject | string Project work order |
source | string <uri> Value: "https://equinor.github.io/maintenance-api-event-driven/#operation/com.equinor.maintenance-events.work-orders.project-work-orders.created" |
specversion | string Value: "1.0" Cloudevents version |
id | string Unique id of the message |
time | string <date-time> Datetime the event was created |
datacontenttype | string Value: "application/json" Content type for the data property (always application/json) |
object (ProjectWorkOrder) |
{- "type": "com.equinor.maintenance-events.work-orders.project-work-orders.created",
- "subject": "45689000",
- "specversion": "1.0",
- "id": "A234-1234-1111",
- "time": "2023-04-05T17:31:00Z",
- "datacontenttype": "application/json",
- "data": {
- "operations": [
- {
- "activeStatusIds": "REL CNF",
- "materials": [
- {
- "reservationId": "25457443-001",
- "materialId": "741466",
- "material": "LIGHT,FIXTURE,26w,SZ 4155.100,RITTAL",
- "quantity": 1,
- "quantityUnit": "string",
- "quantityUnitId": "string",
- "location": "P10N utenfor lager",
- "holdDeliveryOnshore": true,
- "requiredDatetime": "2019-08-24T14:15:22Z"
}
], - "attachments": [
- {
- "attachmentId": "H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU-LTMvJTMvHQFXQXn_IJKBQ1jTb2CvHQAwLV5WV4AAAA",
- "fileName": "equipment_location.jpg",
- "fileSize": "1636352",
- "mimeType": "image/jpg",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "_links": {
- "enclosure": "/work-orders/preventive-work-orders/20005446/attachments/H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU-LTMvJTMvHQFXQXn_IJKBQ1jTb2CvHQAwLV5WV4AAAA"
}
}
], - "operationId": "1005419798-00000001",
- "operation": "0020",
- "title": "Bygge stillas",
- "workCenterId": "SPIAUT",
- "workCenterPlantId": "1100",
- "text": "Bygge stillas\\n\r\n3 x 3 x 5 meter",
- "standardTextTemplate": "1100-GS",
- "isCompleted": false,
- "plannedWorkHours": "PT3H",
- "actualWorkHours": "PT2H30M",
- "actualPercentageComplete": 75,
- "capacityCount": 1,
- "plannedDuration": "PT2H45M",
- "isScheduledExternally": true,
- "earliestStartDateTime": "2019-08-24T14:15:22Z",
- "earliestFinishDateTime": "2019-08-24T14:15:22Z",
- "schedulingStartConstraintId": "MSO",
- "schedulingStartConstraintDateTime": "2019-08-24T14:15:22Z",
- "schedulingFinishConstraintId": "MFO",
- "schedulingFinishConstraintDateTime": "2019-08-24T14:15:22Z",
- "calculationKey": "CALC_KEY_MANUAL",
- "tagId": "PX",
- "tagPlantId": "1100"
}
], - "statuses": [
- {
- "statusId": "RDEX",
- "status": "Ready for execution",
- "statusOrder": 2,
- "isActive": false,
- "activatedDateTime": "2019-08-24T14:15:22Z"
}
], - "tagsRelated": [
- {
- "equipmentId": "11948620",
- "equipment": "PEDESTAL,TH ISOLAT.SLEEVE,ASSY,10219863",
- "source": "ObjectList",
- "sourceId": "OL-8953097-2",
- "tagId": "AE5566",
- "tagPlantId": "1100",
- "tag": "CT5023/24 - POT.WATER PH PROBE."
}
], - "maintenanceRecords": [
- {
- "recordId": "45894100",
- "recordResource": "maintenance-records/modification-proposals",
- "tagId": "PX",
- "tagPlantId": "1100",
- "equipmentId": "12410072",
- "title": "Endre skalering på PDT",
- "source": "ObjectList",
- "sourceId": "OL-8953097-2",
- "_links": {
- "self": "/maintenance-records/failure-reports/45894100?api-version=v1"
}
}
], - "tagDetails": {
- "isInactive": false,
- "parentTagId": "AT5566",
- "systemId": "BS",
- "system": "PM-PROG.SYST.",
- "ABCId": "5",
- "ABC": "Crit.=M & Red.=B",
- "locationId": "W14",
- "location": "METERING DECK",
- "areaId": "Deprecated - Use locationId",
- "area": "Deprecated - Use location",
- "catalogProfileId": "PM-160",
- "tagId": "AE5566",
- "tagPlantId": "1100",
- "tag": "CT5023/24 - POT.WATER PH PROBE."
}, - "attachments": [
- {
- "attachmentId": "H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU-LTMvJTMvHQFXQXn_IJKBQ1jTb2CvHQAwLV5WV4AAAA",
- "fileName": "equipment_location.jpg",
- "fileSize": "1636352",
- "mimeType": "image/jpg",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "_links": {
- "enclosure": "/work-orders/preventive-work-orders/20005446/attachments/H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU-LTMvJTMvHQFXQXn_IJKBQ1jTb2CvHQAwLV5WV4AAAA"
}
}
], - "text": "Beskrivelse av prosjekt modifikasjon\n",
- "workOrderTypeId": "projectWorkOrder",
- "costWBS": "Conc.: Well A10 GL hook-up FL",
- "plannerGroup": "Plattform PV",
- "workCenter": "AI Automasjon",
- "workOrderId": "24684145",
- "tagId": "LZ1012",
- "tagPlantId": "1100",
- "tag": "A10 OIL PRODUCTION WELL",
- "title": "1416/Installerer Flowlinw A10",
- "isTimeOnlyWorkOrder": false,
- "workCenterId": "PPMAUT",
- "workCenterPlantId": "1100",
- "locationId": "CD17OU",
- "areaId": "Deprecated - Use locationId",
- "systemId": "11",
- "plantId": "1100",
- "planningPlantId": "1100",
- "plannerGroupId": "PPM",
- "activeStatusIds": "OSNO CRTE",
- "maintenanceTypeId": "015",
- "maintenanceType": "Project work",
- "revisionId": "PS02_21",
- "revision": "FV 26A/RIA",
- "basicStartDateTime": "2019-08-24T14:15:22Z",
- "basicEndDateTime": "2019-08-24T14:15:22Z",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "changedDateTime": "2019-08-24T14:15:22Z",
- "costWBSId": "M.O037C.20.A.0002.A2",
- "projectId": "M.O037C.20.A.0002",
- "costNetworkId": "9045173",
- "costNetworkOperationId": "0010",
- "sortField": "PRS10239.WP12"
}
}
Event published when a project work order has been released
type | string Value: "com.equinor.maintenance-events.work-orders.project-work-orders.released" Event type |
subject | string Project work order |
source | string <uri> Value: "https://equinor.github.io/maintenance-api-event-driven/#operation/com.equinor.maintenance-events.work-orders.project-work-orders.released" |
specversion | string Value: "1.0" Cloudevents version |
id | string Unique id of the message |
time | string <date-time> Datetime the event was created |
datacontenttype | string Value: "application/json" Content type for the data property (always application/json) |
object (ProjectWorkOrder) |
{- "type": "com.equinor.maintenance-events.work-orders.project-work-orders.released",
- "subject": "45689000",
- "specversion": "1.0",
- "id": "A234-1234-1111",
- "time": "2023-04-05T17:31:00Z",
- "datacontenttype": "application/json",
- "data": {
- "operations": [
- {
- "activeStatusIds": "REL CNF",
- "materials": [
- {
- "reservationId": "25457443-001",
- "materialId": "741466",
- "material": "LIGHT,FIXTURE,26w,SZ 4155.100,RITTAL",
- "quantity": 1,
- "quantityUnit": "string",
- "quantityUnitId": "string",
- "location": "P10N utenfor lager",
- "holdDeliveryOnshore": true,
- "requiredDatetime": "2019-08-24T14:15:22Z"
}
], - "attachments": [
- {
- "attachmentId": "H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU-LTMvJTMvHQFXQXn_IJKBQ1jTb2CvHQAwLV5WV4AAAA",
- "fileName": "equipment_location.jpg",
- "fileSize": "1636352",
- "mimeType": "image/jpg",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "_links": {
- "enclosure": "/work-orders/preventive-work-orders/20005446/attachments/H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU-LTMvJTMvHQFXQXn_IJKBQ1jTb2CvHQAwLV5WV4AAAA"
}
}
], - "operationId": "1005419798-00000001",
- "operation": "0020",
- "title": "Bygge stillas",
- "workCenterId": "SPIAUT",
- "workCenterPlantId": "1100",
- "text": "Bygge stillas\\n\r\n3 x 3 x 5 meter",
- "standardTextTemplate": "1100-GS",
- "isCompleted": false,
- "plannedWorkHours": "PT3H",
- "actualWorkHours": "PT2H30M",
- "actualPercentageComplete": 75,
- "capacityCount": 1,
- "plannedDuration": "PT2H45M",
- "isScheduledExternally": true,
- "earliestStartDateTime": "2019-08-24T14:15:22Z",
- "earliestFinishDateTime": "2019-08-24T14:15:22Z",
- "schedulingStartConstraintId": "MSO",
- "schedulingStartConstraintDateTime": "2019-08-24T14:15:22Z",
- "schedulingFinishConstraintId": "MFO",
- "schedulingFinishConstraintDateTime": "2019-08-24T14:15:22Z",
- "calculationKey": "CALC_KEY_MANUAL",
- "tagId": "PX",
- "tagPlantId": "1100"
}
], - "statuses": [
- {
- "statusId": "RDEX",
- "status": "Ready for execution",
- "statusOrder": 2,
- "isActive": false,
- "activatedDateTime": "2019-08-24T14:15:22Z"
}
], - "tagsRelated": [
- {
- "equipmentId": "11948620",
- "equipment": "PEDESTAL,TH ISOLAT.SLEEVE,ASSY,10219863",
- "source": "ObjectList",
- "sourceId": "OL-8953097-2",
- "tagId": "AE5566",
- "tagPlantId": "1100",
- "tag": "CT5023/24 - POT.WATER PH PROBE."
}
], - "maintenanceRecords": [
- {
- "recordId": "45894100",
- "recordResource": "maintenance-records/modification-proposals",
- "tagId": "PX",
- "tagPlantId": "1100",
- "equipmentId": "12410072",
- "title": "Endre skalering på PDT",
- "source": "ObjectList",
- "sourceId": "OL-8953097-2",
- "_links": {
- "self": "/maintenance-records/failure-reports/45894100?api-version=v1"
}
}
], - "tagDetails": {
- "isInactive": false,
- "parentTagId": "AT5566",
- "systemId": "BS",
- "system": "PM-PROG.SYST.",
- "ABCId": "5",
- "ABC": "Crit.=M & Red.=B",
- "locationId": "W14",
- "location": "METERING DECK",
- "areaId": "Deprecated - Use locationId",
- "area": "Deprecated - Use location",
- "catalogProfileId": "PM-160",
- "tagId": "AE5566",
- "tagPlantId": "1100",
- "tag": "CT5023/24 - POT.WATER PH PROBE."
}, - "attachments": [
- {
- "attachmentId": "H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU-LTMvJTMvHQFXQXn_IJKBQ1jTb2CvHQAwLV5WV4AAAA",
- "fileName": "equipment_location.jpg",
- "fileSize": "1636352",
- "mimeType": "image/jpg",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "_links": {
- "enclosure": "/work-orders/preventive-work-orders/20005446/attachments/H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU-LTMvJTMvHQFXQXn_IJKBQ1jTb2CvHQAwLV5WV4AAAA"
}
}
], - "text": "Beskrivelse av prosjekt modifikasjon\n",
- "workOrderTypeId": "projectWorkOrder",
- "costWBS": "Conc.: Well A10 GL hook-up FL",
- "plannerGroup": "Plattform PV",
- "workCenter": "AI Automasjon",
- "workOrderId": "24684145",
- "tagId": "LZ1012",
- "tagPlantId": "1100",
- "tag": "A10 OIL PRODUCTION WELL",
- "title": "1416/Installerer Flowlinw A10",
- "isTimeOnlyWorkOrder": false,
- "workCenterId": "PPMAUT",
- "workCenterPlantId": "1100",
- "locationId": "CD17OU",
- "areaId": "Deprecated - Use locationId",
- "systemId": "11",
- "plantId": "1100",
- "planningPlantId": "1100",
- "plannerGroupId": "PPM",
- "activeStatusIds": "OSNO CRTE",
- "maintenanceTypeId": "015",
- "maintenanceType": "Project work",
- "revisionId": "PS02_21",
- "revision": "FV 26A/RIA",
- "basicStartDateTime": "2019-08-24T14:15:22Z",
- "basicEndDateTime": "2019-08-24T14:15:22Z",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "changedDateTime": "2019-08-24T14:15:22Z",
- "costWBSId": "M.O037C.20.A.0002.A2",
- "projectId": "M.O037C.20.A.0002",
- "costNetworkId": "9045173",
- "costNetworkOperationId": "0010",
- "sortField": "PRS10239.WP12"
}
}
Event published when a project work order has been modified
type | string Value: "com.equinor.maintenance-events.work-orders.project-work-orders.modified" Event type |
subject | string Project work order |
source | string <uri> Value: "https://equinor.github.io/maintenance-api-event-driven/#operation/com.equinor.maintenance-events.work-orders.project-work-orders.modified" |
specversion | string Value: "1.0" Cloudevents version |
id | string Unique id of the message |
time | string <date-time> Datetime the event was created |
datacontenttype | string Value: "application/json" Content type for the data property (always application/json) |
object (ProjectWorkOrder) |
{- "type": "com.equinor.maintenance-events.work-orders.project-work-orders.modified",
- "subject": "45689000",
- "specversion": "1.0",
- "id": "A234-1234-1111",
- "time": "2023-04-05T17:31:00Z",
- "datacontenttype": "application/json",
- "data": {
- "operations": [
- {
- "activeStatusIds": "REL CNF",
- "materials": [
- {
- "reservationId": "25457443-001",
- "materialId": "741466",
- "material": "LIGHT,FIXTURE,26w,SZ 4155.100,RITTAL",
- "quantity": 1,
- "quantityUnit": "string",
- "quantityUnitId": "string",
- "location": "P10N utenfor lager",
- "holdDeliveryOnshore": true,
- "requiredDatetime": "2019-08-24T14:15:22Z"
}
], - "attachments": [
- {
- "attachmentId": "H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU-LTMvJTMvHQFXQXn_IJKBQ1jTb2CvHQAwLV5WV4AAAA",
- "fileName": "equipment_location.jpg",
- "fileSize": "1636352",
- "mimeType": "image/jpg",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "_links": {
- "enclosure": "/work-orders/preventive-work-orders/20005446/attachments/H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU-LTMvJTMvHQFXQXn_IJKBQ1jTb2CvHQAwLV5WV4AAAA"
}
}
], - "operationId": "1005419798-00000001",
- "operation": "0020",
- "title": "Bygge stillas",
- "workCenterId": "SPIAUT",
- "workCenterPlantId": "1100",
- "text": "Bygge stillas\\n\r\n3 x 3 x 5 meter",
- "standardTextTemplate": "1100-GS",
- "isCompleted": false,
- "plannedWorkHours": "PT3H",
- "actualWorkHours": "PT2H30M",
- "actualPercentageComplete": 75,
- "capacityCount": 1,
- "plannedDuration": "PT2H45M",
- "isScheduledExternally": true,
- "earliestStartDateTime": "2019-08-24T14:15:22Z",
- "earliestFinishDateTime": "2019-08-24T14:15:22Z",
- "schedulingStartConstraintId": "MSO",
- "schedulingStartConstraintDateTime": "2019-08-24T14:15:22Z",
- "schedulingFinishConstraintId": "MFO",
- "schedulingFinishConstraintDateTime": "2019-08-24T14:15:22Z",
- "calculationKey": "CALC_KEY_MANUAL",
- "tagId": "PX",
- "tagPlantId": "1100"
}
], - "statuses": [
- {
- "statusId": "RDEX",
- "status": "Ready for execution",
- "statusOrder": 2,
- "isActive": false,
- "activatedDateTime": "2019-08-24T14:15:22Z"
}
], - "tagsRelated": [
- {
- "equipmentId": "11948620",
- "equipment": "PEDESTAL,TH ISOLAT.SLEEVE,ASSY,10219863",
- "source": "ObjectList",
- "sourceId": "OL-8953097-2",
- "tagId": "AE5566",
- "tagPlantId": "1100",
- "tag": "CT5023/24 - POT.WATER PH PROBE."
}
], - "maintenanceRecords": [
- {
- "recordId": "45894100",
- "recordResource": "maintenance-records/modification-proposals",
- "tagId": "PX",
- "tagPlantId": "1100",
- "equipmentId": "12410072",
- "title": "Endre skalering på PDT",
- "source": "ObjectList",
- "sourceId": "OL-8953097-2",
- "_links": {
- "self": "/maintenance-records/failure-reports/45894100?api-version=v1"
}
}
], - "tagDetails": {
- "isInactive": false,
- "parentTagId": "AT5566",
- "systemId": "BS",
- "system": "PM-PROG.SYST.",
- "ABCId": "5",
- "ABC": "Crit.=M & Red.=B",
- "locationId": "W14",
- "location": "METERING DECK",
- "areaId": "Deprecated - Use locationId",
- "area": "Deprecated - Use location",
- "catalogProfileId": "PM-160",
- "tagId": "AE5566",
- "tagPlantId": "1100",
- "tag": "CT5023/24 - POT.WATER PH PROBE."
}, - "attachments": [
- {
- "attachmentId": "H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU-LTMvJTMvHQFXQXn_IJKBQ1jTb2CvHQAwLV5WV4AAAA",
- "fileName": "equipment_location.jpg",
- "fileSize": "1636352",
- "mimeType": "image/jpg",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "_links": {
- "enclosure": "/work-orders/preventive-work-orders/20005446/attachments/H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU-LTMvJTMvHQFXQXn_IJKBQ1jTb2CvHQAwLV5WV4AAAA"
}
}
], - "text": "Beskrivelse av prosjekt modifikasjon\n",
- "workOrderTypeId": "projectWorkOrder",
- "costWBS": "Conc.: Well A10 GL hook-up FL",
- "plannerGroup": "Plattform PV",
- "workCenter": "AI Automasjon",
- "workOrderId": "24684145",
- "tagId": "LZ1012",
- "tagPlantId": "1100",
- "tag": "A10 OIL PRODUCTION WELL",
- "title": "1416/Installerer Flowlinw A10",
- "isTimeOnlyWorkOrder": false,
- "workCenterId": "PPMAUT",
- "workCenterPlantId": "1100",
- "locationId": "CD17OU",
- "areaId": "Deprecated - Use locationId",
- "systemId": "11",
- "plantId": "1100",
- "planningPlantId": "1100",
- "plannerGroupId": "PPM",
- "activeStatusIds": "OSNO CRTE",
- "maintenanceTypeId": "015",
- "maintenanceType": "Project work",
- "revisionId": "PS02_21",
- "revision": "FV 26A/RIA",
- "basicStartDateTime": "2019-08-24T14:15:22Z",
- "basicEndDateTime": "2019-08-24T14:15:22Z",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "changedDateTime": "2019-08-24T14:15:22Z",
- "costWBSId": "M.O037C.20.A.0002.A2",
- "projectId": "M.O037C.20.A.0002",
- "costNetworkId": "9045173",
- "costNetworkOperationId": "0010",
- "sortField": "PRS10239.WP12"
}
}
Event published when a project work order has been technical complete (TECO)
type | string Value: "com.equinor.maintenance-events.work-orders.project-work-orders.technical-complete" Event type |
subject | string Project work order |
source | string <uri> Value: "https://equinor.github.io/maintenance-api-event-driven/#operation/com.equinor.maintenance-events.work-orders.project-work-orders.technical-complete" |
specversion | string Value: "1.0" Cloudevents version |
id | string Unique id of the message |
time | string <date-time> Datetime the event was created |
datacontenttype | string Value: "application/json" Content type for the data property (always application/json) |
object (ProjectWorkOrder) |
{- "type": "com.equinor.maintenance-events.work-orders.project-work-orders.technical-complete",
- "subject": "45689000",
- "specversion": "1.0",
- "id": "A234-1234-1111",
- "time": "2023-04-05T17:31:00Z",
- "datacontenttype": "application/json",
- "data": {
- "operations": [
- {
- "activeStatusIds": "REL CNF",
- "materials": [
- {
- "reservationId": "25457443-001",
- "materialId": "741466",
- "material": "LIGHT,FIXTURE,26w,SZ 4155.100,RITTAL",
- "quantity": 1,
- "quantityUnit": "string",
- "quantityUnitId": "string",
- "location": "P10N utenfor lager",
- "holdDeliveryOnshore": true,
- "requiredDatetime": "2019-08-24T14:15:22Z"
}
], - "attachments": [
- {
- "attachmentId": "H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU-LTMvJTMvHQFXQXn_IJKBQ1jTb2CvHQAwLV5WV4AAAA",
- "fileName": "equipment_location.jpg",
- "fileSize": "1636352",
- "mimeType": "image/jpg",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "_links": {
- "enclosure": "/work-orders/preventive-work-orders/20005446/attachments/H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU-LTMvJTMvHQFXQXn_IJKBQ1jTb2CvHQAwLV5WV4AAAA"
}
}
], - "operationId": "1005419798-00000001",
- "operation": "0020",
- "title": "Bygge stillas",
- "workCenterId": "SPIAUT",
- "workCenterPlantId": "1100",
- "text": "Bygge stillas\\n\r\n3 x 3 x 5 meter",
- "standardTextTemplate": "1100-GS",
- "isCompleted": false,
- "plannedWorkHours": "PT3H",
- "actualWorkHours": "PT2H30M",
- "actualPercentageComplete": 75,
- "capacityCount": 1,
- "plannedDuration": "PT2H45M",
- "isScheduledExternally": true,
- "earliestStartDateTime": "2019-08-24T14:15:22Z",
- "earliestFinishDateTime": "2019-08-24T14:15:22Z",
- "schedulingStartConstraintId": "MSO",
- "schedulingStartConstraintDateTime": "2019-08-24T14:15:22Z",
- "schedulingFinishConstraintId": "MFO",
- "schedulingFinishConstraintDateTime": "2019-08-24T14:15:22Z",
- "calculationKey": "CALC_KEY_MANUAL",
- "tagId": "PX",
- "tagPlantId": "1100"
}
], - "statuses": [
- {
- "statusId": "RDEX",
- "status": "Ready for execution",
- "statusOrder": 2,
- "isActive": false,
- "activatedDateTime": "2019-08-24T14:15:22Z"
}
], - "tagsRelated": [
- {
- "equipmentId": "11948620",
- "equipment": "PEDESTAL,TH ISOLAT.SLEEVE,ASSY,10219863",
- "source": "ObjectList",
- "sourceId": "OL-8953097-2",
- "tagId": "AE5566",
- "tagPlantId": "1100",
- "tag": "CT5023/24 - POT.WATER PH PROBE."
}
], - "maintenanceRecords": [
- {
- "recordId": "45894100",
- "recordResource": "maintenance-records/modification-proposals",
- "tagId": "PX",
- "tagPlantId": "1100",
- "equipmentId": "12410072",
- "title": "Endre skalering på PDT",
- "source": "ObjectList",
- "sourceId": "OL-8953097-2",
- "_links": {
- "self": "/maintenance-records/failure-reports/45894100?api-version=v1"
}
}
], - "tagDetails": {
- "isInactive": false,
- "parentTagId": "AT5566",
- "systemId": "BS",
- "system": "PM-PROG.SYST.",
- "ABCId": "5",
- "ABC": "Crit.=M & Red.=B",
- "locationId": "W14",
- "location": "METERING DECK",
- "areaId": "Deprecated - Use locationId",
- "area": "Deprecated - Use location",
- "catalogProfileId": "PM-160",
- "tagId": "AE5566",
- "tagPlantId": "1100",
- "tag": "CT5023/24 - POT.WATER PH PROBE."
}, - "attachments": [
- {
- "attachmentId": "H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU-LTMvJTMvHQFXQXn_IJKBQ1jTb2CvHQAwLV5WV4AAAA",
- "fileName": "equipment_location.jpg",
- "fileSize": "1636352",
- "mimeType": "image/jpg",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "_links": {
- "enclosure": "/work-orders/preventive-work-orders/20005446/attachments/H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU-LTMvJTMvHQFXQXn_IJKBQ1jTb2CvHQAwLV5WV4AAAA"
}
}
], - "text": "Beskrivelse av prosjekt modifikasjon\n",
- "workOrderTypeId": "projectWorkOrder",
- "costWBS": "Conc.: Well A10 GL hook-up FL",
- "plannerGroup": "Plattform PV",
- "workCenter": "AI Automasjon",
- "workOrderId": "24684145",
- "tagId": "LZ1012",
- "tagPlantId": "1100",
- "tag": "A10 OIL PRODUCTION WELL",
- "title": "1416/Installerer Flowlinw A10",
- "isTimeOnlyWorkOrder": false,
- "workCenterId": "PPMAUT",
- "workCenterPlantId": "1100",
- "locationId": "CD17OU",
- "areaId": "Deprecated - Use locationId",
- "systemId": "11",
- "plantId": "1100",
- "planningPlantId": "1100",
- "plannerGroupId": "PPM",
- "activeStatusIds": "OSNO CRTE",
- "maintenanceTypeId": "015",
- "maintenanceType": "Project work",
- "revisionId": "PS02_21",
- "revision": "FV 26A/RIA",
- "basicStartDateTime": "2019-08-24T14:15:22Z",
- "basicEndDateTime": "2019-08-24T14:15:22Z",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "changedDateTime": "2019-08-24T14:15:22Z",
- "costWBSId": "M.O037C.20.A.0002.A2",
- "projectId": "M.O037C.20.A.0002",
- "costNetworkId": "9045173",
- "costNetworkOperationId": "0010",
- "sortField": "PRS10239.WP12"
}
}
Event published when a modification work order has been created
type | string Value: "com.equinor.maintenance-events.work-orders.modification-work-orders.created" Event type |
subject | string Modification work order |
source | string <uri> Value: "https://equinor.github.io/maintenance-api-event-driven/#operation/com.equinor.maintenance-events.work-orders.modification-work-orders.created" |
specversion | string Value: "1.0" Cloudevents version |
id | string Unique id of the message |
time | string <date-time> Datetime the event was created |
datacontenttype | string Value: "application/json" Content type for the data property (always application/json) |
object (ModificationWorkOrder) |
{- "type": "com.equinor.maintenance-events.work-orders.modification-work-orders.created",
- "subject": "45689000",
- "specversion": "1.0",
- "id": "A234-1234-1111",
- "time": "2023-04-05T17:31:00Z",
- "datacontenttype": "application/json",
- "data": {
- "operations": [
- {
- "activeStatusIds": "REL CNF",
- "materials": [
- {
- "reservationId": "25457443-001",
- "materialId": "741466",
- "material": "LIGHT,FIXTURE,26w,SZ 4155.100,RITTAL",
- "quantity": 1,
- "quantityUnit": "string",
- "quantityUnitId": "string",
- "location": "P10N utenfor lager",
- "holdDeliveryOnshore": true,
- "requiredDatetime": "2019-08-24T14:15:22Z"
}
], - "attachments": [
- {
- "attachmentId": "H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU-LTMvJTMvHQFXQXn_IJKBQ1jTb2CvHQAwLV5WV4AAAA",
- "fileName": "equipment_location.jpg",
- "fileSize": "1636352",
- "mimeType": "image/jpg",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "_links": {
- "enclosure": "/work-orders/preventive-work-orders/20005446/attachments/H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU-LTMvJTMvHQFXQXn_IJKBQ1jTb2CvHQAwLV5WV4AAAA"
}
}
], - "operationId": "1005419798-00000001",
- "operation": "0020",
- "title": "Bygge stillas",
- "workCenterId": "SPIAUT",
- "workCenterPlantId": "1100",
- "text": "Bygge stillas\\n\r\n3 x 3 x 5 meter",
- "standardTextTemplate": "1100-GS",
- "isCompleted": false,
- "plannedWorkHours": "PT3H",
- "actualWorkHours": "PT2H30M",
- "actualPercentageComplete": 75,
- "capacityCount": 1,
- "plannedDuration": "PT2H45M",
- "isScheduledExternally": true,
- "earliestStartDateTime": "2019-08-24T14:15:22Z",
- "earliestFinishDateTime": "2019-08-24T14:15:22Z",
- "schedulingStartConstraintId": "MSO",
- "schedulingStartConstraintDateTime": "2019-08-24T14:15:22Z",
- "schedulingFinishConstraintId": "MFO",
- "schedulingFinishConstraintDateTime": "2019-08-24T14:15:22Z",
- "calculationKey": "CALC_KEY_MANUAL",
- "tagId": "PX",
- "tagPlantId": "1100"
}
], - "statuses": [
- {
- "statusId": "RDEX",
- "status": "Ready for execution",
- "statusOrder": 2,
- "isActive": false,
- "activatedDateTime": "2019-08-24T14:15:22Z"
}
], - "tagsRelated": [
- {
- "equipmentId": "11948620",
- "equipment": "PEDESTAL,TH ISOLAT.SLEEVE,ASSY,10219863",
- "source": "ObjectList",
- "sourceId": "OL-8953097-2",
- "tagId": "AE5566",
- "tagPlantId": "1100",
- "tag": "CT5023/24 - POT.WATER PH PROBE."
}
], - "maintenanceRecords": [
- {
- "recordId": "45894100",
- "recordResource": "maintenance-records/modification-proposals",
- "tagId": "PX",
- "tagPlantId": "1100",
- "equipmentId": "12410072",
- "title": "Endre skalering på PDT",
- "source": "ObjectList",
- "sourceId": "OL-8953097-2",
- "_links": {
- "self": "/maintenance-records/failure-reports/45894100?api-version=v1"
}
}
], - "tagDetails": {
- "isInactive": false,
- "parentTagId": "AT5566",
- "systemId": "BS",
- "system": "PM-PROG.SYST.",
- "ABCId": "5",
- "ABC": "Crit.=M & Red.=B",
- "locationId": "W14",
- "location": "METERING DECK",
- "areaId": "Deprecated - Use locationId",
- "area": "Deprecated - Use location",
- "catalogProfileId": "PM-160",
- "tagId": "AE5566",
- "tagPlantId": "1100",
- "tag": "CT5023/24 - POT.WATER PH PROBE."
}, - "attachments": [
- {
- "attachmentId": "H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU-LTMvJTMvHQFXQXn_IJKBQ1jTb2CvHQAwLV5WV4AAAA",
- "fileName": "equipment_location.jpg",
- "fileSize": "1636352",
- "mimeType": "image/jpg",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "_links": {
- "enclosure": "/work-orders/preventive-work-orders/20005446/attachments/H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU-LTMvJTMvHQFXQXn_IJKBQ1jTb2CvHQAwLV5WV4AAAA"
}
}
], - "text": "Beskrivelse av prosjekt modifikasjon\n",
- "workOrderTypeId": "modificationWorkOrder",
- "costWBS": "Conc.: Well A10 GL hook-up FL",
- "plannerGroup": "Plattform PV",
- "workCenter": "AI Automasjon",
- "workOrderId": "24684145",
- "tagId": "LZ1012",
- "tagPlantId": "1100",
- "tag": "A10 OIL PRODUCTION WELL",
- "title": "1416/Installerer Flowlinw A10",
- "workCenterId": "PPMAUT",
- "workCenterPlantId": "1100",
- "modificationProposalId": "46415269",
- "locationId": "CD17OU",
- "plantId": "1100",
- "planningPlantId": "1100",
- "plannerGroupId": "PPM",
- "activeStatusIds": "OSNO CRTE",
- "maintenanceTypeId": "006",
- "maintenanceType": "Improvement / minor modificat.",
- "revisionId": "PS02_21",
- "revision": "FV 26A/RIA",
- "basicStartDateTime": "2019-08-24T14:15:22Z",
- "basicEndDateTime": "2019-08-24T14:15:22Z",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "changedDateTime": "2019-08-24T14:15:22Z",
- "costWBSId": "M.O037C.20.A.0002.A2",
- "projectId": "M.O037C.20.A.0002",
- "sortField": "PRS10239.WP12"
}
}
Event published when a modification work order has been released
type | string Value: "com.equinor.maintenance-events.work-orders.modification-work-orders.released" Event type |
subject | string Modification work order |
source | string <uri> Value: "https://equinor.github.io/maintenance-api-event-driven/#operation/com.equinor.maintenance-events.work-orders.modification-work-orders.released" |
specversion | string Value: "1.0" Cloudevents version |
id | string Unique id of the message |
time | string <date-time> Datetime the event was created |
datacontenttype | string Value: "application/json" Content type for the data property (always application/json) |
object (ModificationWorkOrder) |
{- "type": "com.equinor.maintenance-events.work-orders.modification-work-orders.released",
- "subject": "45689000",
- "specversion": "1.0",
- "id": "A234-1234-1111",
- "time": "2023-04-05T17:31:00Z",
- "datacontenttype": "application/json",
- "data": {
- "operations": [
- {
- "activeStatusIds": "REL CNF",
- "materials": [
- {
- "reservationId": "25457443-001",
- "materialId": "741466",
- "material": "LIGHT,FIXTURE,26w,SZ 4155.100,RITTAL",
- "quantity": 1,
- "quantityUnit": "string",
- "quantityUnitId": "string",
- "location": "P10N utenfor lager",
- "holdDeliveryOnshore": true,
- "requiredDatetime": "2019-08-24T14:15:22Z"
}
], - "attachments": [
- {
- "attachmentId": "H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU-LTMvJTMvHQFXQXn_IJKBQ1jTb2CvHQAwLV5WV4AAAA",
- "fileName": "equipment_location.jpg",
- "fileSize": "1636352",
- "mimeType": "image/jpg",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "_links": {
- "enclosure": "/work-orders/preventive-work-orders/20005446/attachments/H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU-LTMvJTMvHQFXQXn_IJKBQ1jTb2CvHQAwLV5WV4AAAA"
}
}
], - "operationId": "1005419798-00000001",
- "operation": "0020",
- "title": "Bygge stillas",
- "workCenterId": "SPIAUT",
- "workCenterPlantId": "1100",
- "text": "Bygge stillas\\n\r\n3 x 3 x 5 meter",
- "standardTextTemplate": "1100-GS",
- "isCompleted": false,
- "plannedWorkHours": "PT3H",
- "actualWorkHours": "PT2H30M",
- "actualPercentageComplete": 75,
- "capacityCount": 1,
- "plannedDuration": "PT2H45M",
- "isScheduledExternally": true,
- "earliestStartDateTime": "2019-08-24T14:15:22Z",
- "earliestFinishDateTime": "2019-08-24T14:15:22Z",
- "schedulingStartConstraintId": "MSO",
- "schedulingStartConstraintDateTime": "2019-08-24T14:15:22Z",
- "schedulingFinishConstraintId": "MFO",
- "schedulingFinishConstraintDateTime": "2019-08-24T14:15:22Z",
- "calculationKey": "CALC_KEY_MANUAL",
- "tagId": "PX",
- "tagPlantId": "1100"
}
], - "statuses": [
- {
- "statusId": "RDEX",
- "status": "Ready for execution",
- "statusOrder": 2,
- "isActive": false,
- "activatedDateTime": "2019-08-24T14:15:22Z"
}
], - "tagsRelated": [
- {
- "equipmentId": "11948620",
- "equipment": "PEDESTAL,TH ISOLAT.SLEEVE,ASSY,10219863",
- "source": "ObjectList",
- "sourceId": "OL-8953097-2",
- "tagId": "AE5566",
- "tagPlantId": "1100",
- "tag": "CT5023/24 - POT.WATER PH PROBE."
}
], - "maintenanceRecords": [
- {
- "recordId": "45894100",
- "recordResource": "maintenance-records/modification-proposals",
- "tagId": "PX",
- "tagPlantId": "1100",
- "equipmentId": "12410072",
- "title": "Endre skalering på PDT",
- "source": "ObjectList",
- "sourceId": "OL-8953097-2",
- "_links": {
- "self": "/maintenance-records/failure-reports/45894100?api-version=v1"
}
}
], - "tagDetails": {
- "isInactive": false,
- "parentTagId": "AT5566",
- "systemId": "BS",
- "system": "PM-PROG.SYST.",
- "ABCId": "5",
- "ABC": "Crit.=M & Red.=B",
- "locationId": "W14",
- "location": "METERING DECK",
- "areaId": "Deprecated - Use locationId",
- "area": "Deprecated - Use location",
- "catalogProfileId": "PM-160",
- "tagId": "AE5566",
- "tagPlantId": "1100",
- "tag": "CT5023/24 - POT.WATER PH PROBE."
}, - "attachments": [
- {
- "attachmentId": "H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU-LTMvJTMvHQFXQXn_IJKBQ1jTb2CvHQAwLV5WV4AAAA",
- "fileName": "equipment_location.jpg",
- "fileSize": "1636352",
- "mimeType": "image/jpg",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "_links": {
- "enclosure": "/work-orders/preventive-work-orders/20005446/attachments/H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU-LTMvJTMvHQFXQXn_IJKBQ1jTb2CvHQAwLV5WV4AAAA"
}
}
], - "text": "Beskrivelse av prosjekt modifikasjon\n",
- "workOrderTypeId": "modificationWorkOrder",
- "costWBS": "Conc.: Well A10 GL hook-up FL",
- "plannerGroup": "Plattform PV",
- "workCenter": "AI Automasjon",
- "workOrderId": "24684145",
- "tagId": "LZ1012",
- "tagPlantId": "1100",
- "tag": "A10 OIL PRODUCTION WELL",
- "title": "1416/Installerer Flowlinw A10",
- "workCenterId": "PPMAUT",
- "workCenterPlantId": "1100",
- "modificationProposalId": "46415269",
- "locationId": "CD17OU",
- "plantId": "1100",
- "planningPlantId": "1100",
- "plannerGroupId": "PPM",
- "activeStatusIds": "OSNO CRTE",
- "maintenanceTypeId": "006",
- "maintenanceType": "Improvement / minor modificat.",
- "revisionId": "PS02_21",
- "revision": "FV 26A/RIA",
- "basicStartDateTime": "2019-08-24T14:15:22Z",
- "basicEndDateTime": "2019-08-24T14:15:22Z",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "changedDateTime": "2019-08-24T14:15:22Z",
- "costWBSId": "M.O037C.20.A.0002.A2",
- "projectId": "M.O037C.20.A.0002",
- "sortField": "PRS10239.WP12"
}
}
Event published when a modification work order has been modified
type | string Value: "com.equinor.maintenance-events.work-orders.modification-work-orders.modified" Event type |
subject | string Modification work order |
source | string <uri> Value: "https://equinor.github.io/maintenance-api-event-driven/#operation/com.equinor.maintenance-events.work-orders.modification-work-orders.modified" |
specversion | string Value: "1.0" Cloudevents version |
id | string Unique id of the message |
time | string <date-time> Datetime the event was created |
datacontenttype | string Value: "application/json" Content type for the data property (always application/json) |
object (ModificationWorkOrder) |
{- "type": "com.equinor.maintenance-events.work-orders.modification-work-orders.modified",
- "subject": "45689000",
- "specversion": "1.0",
- "id": "A234-1234-1111",
- "time": "2023-04-05T17:31:00Z",
- "datacontenttype": "application/json",
- "data": {
- "operations": [
- {
- "activeStatusIds": "REL CNF",
- "materials": [
- {
- "reservationId": "25457443-001",
- "materialId": "741466",
- "material": "LIGHT,FIXTURE,26w,SZ 4155.100,RITTAL",
- "quantity": 1,
- "quantityUnit": "string",
- "quantityUnitId": "string",
- "location": "P10N utenfor lager",
- "holdDeliveryOnshore": true,
- "requiredDatetime": "2019-08-24T14:15:22Z"
}
], - "attachments": [
- {
- "attachmentId": "H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU-LTMvJTMvHQFXQXn_IJKBQ1jTb2CvHQAwLV5WV4AAAA",
- "fileName": "equipment_location.jpg",
- "fileSize": "1636352",
- "mimeType": "image/jpg",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "_links": {
- "enclosure": "/work-orders/preventive-work-orders/20005446/attachments/H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU-LTMvJTMvHQFXQXn_IJKBQ1jTb2CvHQAwLV5WV4AAAA"
}
}
], - "operationId": "1005419798-00000001",
- "operation": "0020",
- "title": "Bygge stillas",
- "workCenterId": "SPIAUT",
- "workCenterPlantId": "1100",
- "text": "Bygge stillas\\n\r\n3 x 3 x 5 meter",
- "standardTextTemplate": "1100-GS",
- "isCompleted": false,
- "plannedWorkHours": "PT3H",
- "actualWorkHours": "PT2H30M",
- "actualPercentageComplete": 75,
- "capacityCount": 1,
- "plannedDuration": "PT2H45M",
- "isScheduledExternally": true,
- "earliestStartDateTime": "2019-08-24T14:15:22Z",
- "earliestFinishDateTime": "2019-08-24T14:15:22Z",
- "schedulingStartConstraintId": "MSO",
- "schedulingStartConstraintDateTime": "2019-08-24T14:15:22Z",
- "schedulingFinishConstraintId": "MFO",
- "schedulingFinishConstraintDateTime": "2019-08-24T14:15:22Z",
- "calculationKey": "CALC_KEY_MANUAL",
- "tagId": "PX",
- "tagPlantId": "1100"
}
], - "statuses": [
- {
- "statusId": "RDEX",
- "status": "Ready for execution",
- "statusOrder": 2,
- "isActive": false,
- "activatedDateTime": "2019-08-24T14:15:22Z"
}
], - "tagsRelated": [
- {
- "equipmentId": "11948620",
- "equipment": "PEDESTAL,TH ISOLAT.SLEEVE,ASSY,10219863",
- "source": "ObjectList",
- "sourceId": "OL-8953097-2",
- "tagId": "AE5566",
- "tagPlantId": "1100",
- "tag": "CT5023/24 - POT.WATER PH PROBE."
}
], - "maintenanceRecords": [
- {
- "recordId": "45894100",
- "recordResource": "maintenance-records/modification-proposals",
- "tagId": "PX",
- "tagPlantId": "1100",
- "equipmentId": "12410072",
- "title": "Endre skalering på PDT",
- "source": "ObjectList",
- "sourceId": "OL-8953097-2",
- "_links": {
- "self": "/maintenance-records/failure-reports/45894100?api-version=v1"
}
}
], - "tagDetails": {
- "isInactive": false,
- "parentTagId": "AT5566",
- "systemId": "BS",
- "system": "PM-PROG.SYST.",
- "ABCId": "5",
- "ABC": "Crit.=M & Red.=B",
- "locationId": "W14",
- "location": "METERING DECK",
- "areaId": "Deprecated - Use locationId",
- "area": "Deprecated - Use location",
- "catalogProfileId": "PM-160",
- "tagId": "AE5566",
- "tagPlantId": "1100",
- "tag": "CT5023/24 - POT.WATER PH PROBE."
}, - "attachments": [
- {
- "attachmentId": "H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU-LTMvJTMvHQFXQXn_IJKBQ1jTb2CvHQAwLV5WV4AAAA",
- "fileName": "equipment_location.jpg",
- "fileSize": "1636352",
- "mimeType": "image/jpg",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "_links": {
- "enclosure": "/work-orders/preventive-work-orders/20005446/attachments/H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU-LTMvJTMvHQFXQXn_IJKBQ1jTb2CvHQAwLV5WV4AAAA"
}
}
], - "text": "Beskrivelse av prosjekt modifikasjon\n",
- "workOrderTypeId": "modificationWorkOrder",
- "costWBS": "Conc.: Well A10 GL hook-up FL",
- "plannerGroup": "Plattform PV",
- "workCenter": "AI Automasjon",
- "workOrderId": "24684145",
- "tagId": "LZ1012",
- "tagPlantId": "1100",
- "tag": "A10 OIL PRODUCTION WELL",
- "title": "1416/Installerer Flowlinw A10",
- "workCenterId": "PPMAUT",
- "workCenterPlantId": "1100",
- "modificationProposalId": "46415269",
- "locationId": "CD17OU",
- "plantId": "1100",
- "planningPlantId": "1100",
- "plannerGroupId": "PPM",
- "activeStatusIds": "OSNO CRTE",
- "maintenanceTypeId": "006",
- "maintenanceType": "Improvement / minor modificat.",
- "revisionId": "PS02_21",
- "revision": "FV 26A/RIA",
- "basicStartDateTime": "2019-08-24T14:15:22Z",
- "basicEndDateTime": "2019-08-24T14:15:22Z",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "changedDateTime": "2019-08-24T14:15:22Z",
- "costWBSId": "M.O037C.20.A.0002.A2",
- "projectId": "M.O037C.20.A.0002",
- "sortField": "PRS10239.WP12"
}
}
Event published when a modification work order has been technical complete (TECO)
type | string Value: "com.equinor.maintenance-events.work-orders.modification-work-orders.technical-complete" Event type |
subject | string Modification work order |
source | string <uri> Value: "https://equinor.github.io/maintenance-api-event-driven/#operation/com.equinor.maintenance-events.work-orders.modification-work-orders.technical-complete" |
specversion | string Value: "1.0" Cloudevents version |
id | string Unique id of the message |
time | string <date-time> Datetime the event was created |
datacontenttype | string Value: "application/json" Content type for the data property (always application/json) |
object (ModificationWorkOrder) |
{- "type": "com.equinor.maintenance-events.work-orders.modification-work-orders.technical-complete",
- "subject": "45689000",
- "specversion": "1.0",
- "id": "A234-1234-1111",
- "time": "2023-04-05T17:31:00Z",
- "datacontenttype": "application/json",
- "data": {
- "operations": [
- {
- "activeStatusIds": "REL CNF",
- "materials": [
- {
- "reservationId": "25457443-001",
- "materialId": "741466",
- "material": "LIGHT,FIXTURE,26w,SZ 4155.100,RITTAL",
- "quantity": 1,
- "quantityUnit": "string",
- "quantityUnitId": "string",
- "location": "P10N utenfor lager",
- "holdDeliveryOnshore": true,
- "requiredDatetime": "2019-08-24T14:15:22Z"
}
], - "attachments": [
- {
- "attachmentId": "H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU-LTMvJTMvHQFXQXn_IJKBQ1jTb2CvHQAwLV5WV4AAAA",
- "fileName": "equipment_location.jpg",
- "fileSize": "1636352",
- "mimeType": "image/jpg",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "_links": {
- "enclosure": "/work-orders/preventive-work-orders/20005446/attachments/H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU-LTMvJTMvHQFXQXn_IJKBQ1jTb2CvHQAwLV5WV4AAAA"
}
}
], - "operationId": "1005419798-00000001",
- "operation": "0020",
- "title": "Bygge stillas",
- "workCenterId": "SPIAUT",
- "workCenterPlantId": "1100",
- "text": "Bygge stillas\\n\r\n3 x 3 x 5 meter",
- "standardTextTemplate": "1100-GS",
- "isCompleted": false,
- "plannedWorkHours": "PT3H",
- "actualWorkHours": "PT2H30M",
- "actualPercentageComplete": 75,
- "capacityCount": 1,
- "plannedDuration": "PT2H45M",
- "isScheduledExternally": true,
- "earliestStartDateTime": "2019-08-24T14:15:22Z",
- "earliestFinishDateTime": "2019-08-24T14:15:22Z",
- "schedulingStartConstraintId": "MSO",
- "schedulingStartConstraintDateTime": "2019-08-24T14:15:22Z",
- "schedulingFinishConstraintId": "MFO",
- "schedulingFinishConstraintDateTime": "2019-08-24T14:15:22Z",
- "calculationKey": "CALC_KEY_MANUAL",
- "tagId": "PX",
- "tagPlantId": "1100"
}
], - "statuses": [
- {
- "statusId": "RDEX",
- "status": "Ready for execution",
- "statusOrder": 2,
- "isActive": false,
- "activatedDateTime": "2019-08-24T14:15:22Z"
}
], - "tagsRelated": [
- {
- "equipmentId": "11948620",
- "equipment": "PEDESTAL,TH ISOLAT.SLEEVE,ASSY,10219863",
- "source": "ObjectList",
- "sourceId": "OL-8953097-2",
- "tagId": "AE5566",
- "tagPlantId": "1100",
- "tag": "CT5023/24 - POT.WATER PH PROBE."
}
], - "maintenanceRecords": [
- {
- "recordId": "45894100",
- "recordResource": "maintenance-records/modification-proposals",
- "tagId": "PX",
- "tagPlantId": "1100",
- "equipmentId": "12410072",
- "title": "Endre skalering på PDT",
- "source": "ObjectList",
- "sourceId": "OL-8953097-2",
- "_links": {
- "self": "/maintenance-records/failure-reports/45894100?api-version=v1"
}
}
], - "tagDetails": {
- "isInactive": false,
- "parentTagId": "AT5566",
- "systemId": "BS",
- "system": "PM-PROG.SYST.",
- "ABCId": "5",
- "ABC": "Crit.=M & Red.=B",
- "locationId": "W14",
- "location": "METERING DECK",
- "areaId": "Deprecated - Use locationId",
- "area": "Deprecated - Use location",
- "catalogProfileId": "PM-160",
- "tagId": "AE5566",
- "tagPlantId": "1100",
- "tag": "CT5023/24 - POT.WATER PH PROBE."
}, - "attachments": [
- {
- "attachmentId": "H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU-LTMvJTMvHQFXQXn_IJKBQ1jTb2CvHQAwLV5WV4AAAA",
- "fileName": "equipment_location.jpg",
- "fileSize": "1636352",
- "mimeType": "image/jpg",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "_links": {
- "enclosure": "/work-orders/preventive-work-orders/20005446/attachments/H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU-LTMvJTMvHQFXQXn_IJKBQ1jTb2CvHQAwLV5WV4AAAA"
}
}
], - "text": "Beskrivelse av prosjekt modifikasjon\n",
- "workOrderTypeId": "modificationWorkOrder",
- "costWBS": "Conc.: Well A10 GL hook-up FL",
- "plannerGroup": "Plattform PV",
- "workCenter": "AI Automasjon",
- "workOrderId": "24684145",
- "tagId": "LZ1012",
- "tagPlantId": "1100",
- "tag": "A10 OIL PRODUCTION WELL",
- "title": "1416/Installerer Flowlinw A10",
- "workCenterId": "PPMAUT",
- "workCenterPlantId": "1100",
- "modificationProposalId": "46415269",
- "locationId": "CD17OU",
- "plantId": "1100",
- "planningPlantId": "1100",
- "plannerGroupId": "PPM",
- "activeStatusIds": "OSNO CRTE",
- "maintenanceTypeId": "006",
- "maintenanceType": "Improvement / minor modificat.",
- "revisionId": "PS02_21",
- "revision": "FV 26A/RIA",
- "basicStartDateTime": "2019-08-24T14:15:22Z",
- "basicEndDateTime": "2019-08-24T14:15:22Z",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "changedDateTime": "2019-08-24T14:15:22Z",
- "costWBSId": "M.O037C.20.A.0002.A2",
- "projectId": "M.O037C.20.A.0002",
- "sortField": "PRS10239.WP12"
}
}
Event published when a subsea work order has been created
type | string Value: "com.equinor.maintenance-events.work-orders.subsea-work-orders.created" Event type |
subject | string Subsea work order |
source | string <uri> Value: "https://equinor.github.io/maintenance-api-event-driven/#operation/com.equinor.maintenance-events.work-orders.subsea-work-orders.created" |
specversion | string Value: "1.0" Cloudevents version |
id | string Unique id of the message |
time | string <date-time> Datetime the event was created |
datacontenttype | string Value: "application/json" Content type for the data property (always application/json) |
object (SubseaWorkOrder) |
{- "type": "com.equinor.maintenance-events.work-orders.subsea-work-orders.created",
- "subject": "45689000",
- "specversion": "1.0",
- "id": "A234-1234-1111",
- "time": "2023-04-05T17:31:00Z",
- "datacontenttype": "application/json",
- "data": {
- "personResponsibleId": "433937",
- "personResponsibleEmail": "shortname@equinor.com",
- "operations": [
- {
- "materials": [
- {
- "equipmentId": "11948620",
- "equipment": "PEDESTAL,TH ISOLAT.SLEEVE,ASSY,10219863",
- "supplyingPlantId": "1915",
- "reservationId": "25457443-001",
- "materialId": "741466",
- "material": "LIGHT,FIXTURE,26w,SZ 4155.100,RITTAL",
- "quantity": 1,
- "quantityUnit": "string",
- "quantityUnitId": "string",
- "location": "P10N utenfor lager",
- "holdDeliveryOnshore": true,
- "requiredDatetime": "2019-08-24T14:15:22Z"
}
], - "attachments": [
- {
- "attachmentId": "H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU-LTMvJTMvHQFXQXn_IJKBQ1jTb2CvHQAwLV5WV4AAAA",
- "fileName": "equipment_location.jpg",
- "fileSize": "1636352",
- "mimeType": "image/jpg",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "_links": {
- "enclosure": "/work-orders/preventive-work-orders/20005446/attachments/H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU-LTMvJTMvHQFXQXn_IJKBQ1jTb2CvHQAwLV5WV4AAAA"
}
}
], - "activeStatusIds": "REL CNF",
- "operationId": "1005419798-00000001",
- "operation": "0020",
- "title": "Bygge stillas",
- "workCenterId": "SPIAUT",
- "workCenterPlantId": "1100",
- "text": "Bygge stillas\\n\r\n3 x 3 x 5 meter",
- "standardTextTemplate": "1100-GS",
- "isCompleted": false,
- "plannedWorkHours": "PT3H",
- "actualWorkHours": "PT2H30M",
- "actualPercentageComplete": 75,
- "capacityCount": 1,
- "plannedDuration": "PT2H45M",
- "isScheduledExternally": true,
- "earliestStartDateTime": "2019-08-24T14:15:22Z",
- "earliestFinishDateTime": "2019-08-24T14:15:22Z",
- "schedulingStartConstraintId": "MSO",
- "schedulingStartConstraintDateTime": "2019-08-24T14:15:22Z",
- "schedulingFinishConstraintId": "MFO",
- "schedulingFinishConstraintDateTime": "2019-08-24T14:15:22Z",
- "calculationKey": "CALC_KEY_MANUAL",
- "tagId": "PX",
- "tagPlantId": "1100"
}
], - "statuses": [
- {
- "statusId": "RDEX",
- "status": "Ready for execution",
- "statusOrder": 2,
- "isActive": false,
- "activatedDateTime": "2019-08-24T14:15:22Z"
}
], - "attachments": [
- {
- "attachmentId": "H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU-LTMvJTMvHQFXQXn_IJKBQ1jTb2CvHQAwLV5WV4AAAA",
- "fileName": "equipment_location.jpg",
- "fileSize": "1636352",
- "mimeType": "image/jpg",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "_links": {
- "enclosure": "/work-orders/preventive-work-orders/20005446/attachments/H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU-LTMvJTMvHQFXQXn_IJKBQ1jTb2CvHQAwLV5WV4AAAA"
}
}
], - "tagsRelated": [
- {
- "equipmentId": "11948620",
- "equipment": "PEDESTAL,TH ISOLAT.SLEEVE,ASSY,10219863",
- "source": "ObjectList",
- "sourceId": "OL-8953097-2",
- "tagId": "AE5566",
- "tagPlantId": "1100",
- "tag": "CT5023/24 - POT.WATER PH PROBE."
}
], - "text": "OBSERVERT FEILTILSTAND FYLLES UT AV INNMELDER:\nBeskriv feilen så godt som mulig (legg gjerne med bilde):\nHvor er utstyret fysisk plassert (legg gjerne med bilde)?\n-\n\nHvordan påvirker feilen utstyrets funksjon? ...\n",
- "workOrderTypeId": "subseaWorkOrder",
- "plannerGroup": "Plattform PV",
- "workCenter": "AI Automasjon",
- "hasPersonResponsible": true,
- "costWBSId": "T.O089E.WI.00007",
- "projectId": "T.O089E",
- "costNetworkId": "9045173",
- "costNetworkOperationId": "0010",
- "workOrderId": "24983466",
- "tagId": "BF",
- "tagPlantId": "1100",
- "tag": "CT5023/24 - POT.WATER PH PROBE.",
- "title": "Modifikasjon av brannmur",
- "isObsoleteSubseaWorkOrderType": false,
- "workCenterId": "SPIAUT",
- "workCenterPlantId": "1100",
- "locationId": "CD17OU",
- "failureReportId": "45836077",
- "plantId": "1100",
- "planningPlantId": "1100",
- "plannerGroupId": "PPM",
- "activeStatusIds": "OSNO CRTE",
- "maintenanceTypeId": "002",
- "maintenanceType": "Periodic maintenance",
- "requiredEndDate": "2019-08-24",
- "revisionId": "PS02_21",
- "revision": "FV 26A/RIA",
- "basicStartDateTime": "2019-08-24T14:15:22Z",
- "basicEndDateTime": "2019-08-24T14:15:22Z",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "changedDateTime": "2019-08-24T14:15:22Z",
- "sortField": "PRS10239.WP12",
- "priorityId": "L"
}
}
Event published when a subsea work order has been released
type | string Value: "com.equinor.maintenance-events.work-orders.subsea-work-orders.released" Event type |
subject | string Subsea work order |
source | string <uri> Value: "https://equinor.github.io/maintenance-api-event-driven/#operation/com.equinor.maintenance-events.work-orders.subsea-work-orders.released" |
specversion | string Value: "1.0" Cloudevents version |
id | string Unique id of the message |
time | string <date-time> Datetime the event was created |
datacontenttype | string Value: "application/json" Content type for the data property (always application/json) |
object (SubseaWorkOrder) |
{- "type": "com.equinor.maintenance-events.work-orders.subsea-work-orders.released",
- "subject": "45689000",
- "specversion": "1.0",
- "id": "A234-1234-1111",
- "time": "2023-04-05T17:31:00Z",
- "datacontenttype": "application/json",
- "data": {
- "personResponsibleId": "433937",
- "personResponsibleEmail": "shortname@equinor.com",
- "operations": [
- {
- "materials": [
- {
- "equipmentId": "11948620",
- "equipment": "PEDESTAL,TH ISOLAT.SLEEVE,ASSY,10219863",
- "supplyingPlantId": "1915",
- "reservationId": "25457443-001",
- "materialId": "741466",
- "material": "LIGHT,FIXTURE,26w,SZ 4155.100,RITTAL",
- "quantity": 1,
- "quantityUnit": "string",
- "quantityUnitId": "string",
- "location": "P10N utenfor lager",
- "holdDeliveryOnshore": true,
- "requiredDatetime": "2019-08-24T14:15:22Z"
}
], - "attachments": [
- {
- "attachmentId": "H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU-LTMvJTMvHQFXQXn_IJKBQ1jTb2CvHQAwLV5WV4AAAA",
- "fileName": "equipment_location.jpg",
- "fileSize": "1636352",
- "mimeType": "image/jpg",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "_links": {
- "enclosure": "/work-orders/preventive-work-orders/20005446/attachments/H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU-LTMvJTMvHQFXQXn_IJKBQ1jTb2CvHQAwLV5WV4AAAA"
}
}
], - "activeStatusIds": "REL CNF",
- "operationId": "1005419798-00000001",
- "operation": "0020",
- "title": "Bygge stillas",
- "workCenterId": "SPIAUT",
- "workCenterPlantId": "1100",
- "text": "Bygge stillas\\n\r\n3 x 3 x 5 meter",
- "standardTextTemplate": "1100-GS",
- "isCompleted": false,
- "plannedWorkHours": "PT3H",
- "actualWorkHours": "PT2H30M",
- "actualPercentageComplete": 75,
- "capacityCount": 1,
- "plannedDuration": "PT2H45M",
- "isScheduledExternally": true,
- "earliestStartDateTime": "2019-08-24T14:15:22Z",
- "earliestFinishDateTime": "2019-08-24T14:15:22Z",
- "schedulingStartConstraintId": "MSO",
- "schedulingStartConstraintDateTime": "2019-08-24T14:15:22Z",
- "schedulingFinishConstraintId": "MFO",
- "schedulingFinishConstraintDateTime": "2019-08-24T14:15:22Z",
- "calculationKey": "CALC_KEY_MANUAL",
- "tagId": "PX",
- "tagPlantId": "1100"
}
], - "statuses": [
- {
- "statusId": "RDEX",
- "status": "Ready for execution",
- "statusOrder": 2,
- "isActive": false,
- "activatedDateTime": "2019-08-24T14:15:22Z"
}
], - "attachments": [
- {
- "attachmentId": "H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU-LTMvJTMvHQFXQXn_IJKBQ1jTb2CvHQAwLV5WV4AAAA",
- "fileName": "equipment_location.jpg",
- "fileSize": "1636352",
- "mimeType": "image/jpg",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "_links": {
- "enclosure": "/work-orders/preventive-work-orders/20005446/attachments/H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU-LTMvJTMvHQFXQXn_IJKBQ1jTb2CvHQAwLV5WV4AAAA"
}
}
], - "tagsRelated": [
- {
- "equipmentId": "11948620",
- "equipment": "PEDESTAL,TH ISOLAT.SLEEVE,ASSY,10219863",
- "source": "ObjectList",
- "sourceId": "OL-8953097-2",
- "tagId": "AE5566",
- "tagPlantId": "1100",
- "tag": "CT5023/24 - POT.WATER PH PROBE."
}
], - "text": "OBSERVERT FEILTILSTAND FYLLES UT AV INNMELDER:\nBeskriv feilen så godt som mulig (legg gjerne med bilde):\nHvor er utstyret fysisk plassert (legg gjerne med bilde)?\n-\n\nHvordan påvirker feilen utstyrets funksjon? ...\n",
- "workOrderTypeId": "subseaWorkOrder",
- "plannerGroup": "Plattform PV",
- "workCenter": "AI Automasjon",
- "hasPersonResponsible": true,
- "costWBSId": "T.O089E.WI.00007",
- "projectId": "T.O089E",
- "costNetworkId": "9045173",
- "costNetworkOperationId": "0010",
- "workOrderId": "24983466",
- "tagId": "BF",
- "tagPlantId": "1100",
- "tag": "CT5023/24 - POT.WATER PH PROBE.",
- "title": "Modifikasjon av brannmur",
- "isObsoleteSubseaWorkOrderType": false,
- "workCenterId": "SPIAUT",
- "workCenterPlantId": "1100",
- "locationId": "CD17OU",
- "failureReportId": "45836077",
- "plantId": "1100",
- "planningPlantId": "1100",
- "plannerGroupId": "PPM",
- "activeStatusIds": "OSNO CRTE",
- "maintenanceTypeId": "002",
- "maintenanceType": "Periodic maintenance",
- "requiredEndDate": "2019-08-24",
- "revisionId": "PS02_21",
- "revision": "FV 26A/RIA",
- "basicStartDateTime": "2019-08-24T14:15:22Z",
- "basicEndDateTime": "2019-08-24T14:15:22Z",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "changedDateTime": "2019-08-24T14:15:22Z",
- "sortField": "PRS10239.WP12",
- "priorityId": "L"
}
}
Event published when a subsea work order has been modified
type | string Value: "com.equinor.maintenance-events.work-orders.subsea-work-orders.modified" Event type |
subject | string Subsea work order |
source | string <uri> Value: "https://equinor.github.io/maintenance-api-event-driven/#operation/com.equinor.maintenance-events.work-orders.subsea-work-orders.modified" |
specversion | string Value: "1.0" Cloudevents version |
id | string Unique id of the message |
time | string <date-time> Datetime the event was created |
datacontenttype | string Value: "application/json" Content type for the data property (always application/json) |
object (SubseaWorkOrder) |
{- "type": "com.equinor.maintenance-events.work-orders.subsea-work-orders.modified",
- "subject": "45689000",
- "specversion": "1.0",
- "id": "A234-1234-1111",
- "time": "2023-04-05T17:31:00Z",
- "datacontenttype": "application/json",
- "data": {
- "personResponsibleId": "433937",
- "personResponsibleEmail": "shortname@equinor.com",
- "operations": [
- {
- "materials": [
- {
- "equipmentId": "11948620",
- "equipment": "PEDESTAL,TH ISOLAT.SLEEVE,ASSY,10219863",
- "supplyingPlantId": "1915",
- "reservationId": "25457443-001",
- "materialId": "741466",
- "material": "LIGHT,FIXTURE,26w,SZ 4155.100,RITTAL",
- "quantity": 1,
- "quantityUnit": "string",
- "quantityUnitId": "string",
- "location": "P10N utenfor lager",
- "holdDeliveryOnshore": true,
- "requiredDatetime": "2019-08-24T14:15:22Z"
}
], - "attachments": [
- {
- "attachmentId": "H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU-LTMvJTMvHQFXQXn_IJKBQ1jTb2CvHQAwLV5WV4AAAA",
- "fileName": "equipment_location.jpg",
- "fileSize": "1636352",
- "mimeType": "image/jpg",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "_links": {
- "enclosure": "/work-orders/preventive-work-orders/20005446/attachments/H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU-LTMvJTMvHQFXQXn_IJKBQ1jTb2CvHQAwLV5WV4AAAA"
}
}
], - "activeStatusIds": "REL CNF",
- "operationId": "1005419798-00000001",
- "operation": "0020",
- "title": "Bygge stillas",
- "workCenterId": "SPIAUT",
- "workCenterPlantId": "1100",
- "text": "Bygge stillas\\n\r\n3 x 3 x 5 meter",
- "standardTextTemplate": "1100-GS",
- "isCompleted": false,
- "plannedWorkHours": "PT3H",
- "actualWorkHours": "PT2H30M",
- "actualPercentageComplete": 75,
- "capacityCount": 1,
- "plannedDuration": "PT2H45M",
- "isScheduledExternally": true,
- "earliestStartDateTime": "2019-08-24T14:15:22Z",
- "earliestFinishDateTime": "2019-08-24T14:15:22Z",
- "schedulingStartConstraintId": "MSO",
- "schedulingStartConstraintDateTime": "2019-08-24T14:15:22Z",
- "schedulingFinishConstraintId": "MFO",
- "schedulingFinishConstraintDateTime": "2019-08-24T14:15:22Z",
- "calculationKey": "CALC_KEY_MANUAL",
- "tagId": "PX",
- "tagPlantId": "1100"
}
], - "statuses": [
- {
- "statusId": "RDEX",
- "status": "Ready for execution",
- "statusOrder": 2,
- "isActive": false,
- "activatedDateTime": "2019-08-24T14:15:22Z"
}
], - "attachments": [
- {
- "attachmentId": "H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU-LTMvJTMvHQFXQXn_IJKBQ1jTb2CvHQAwLV5WV4AAAA",
- "fileName": "equipment_location.jpg",
- "fileSize": "1636352",
- "mimeType": "image/jpg",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "_links": {
- "enclosure": "/work-orders/preventive-work-orders/20005446/attachments/H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU-LTMvJTMvHQFXQXn_IJKBQ1jTb2CvHQAwLV5WV4AAAA"
}
}
], - "tagsRelated": [
- {
- "equipmentId": "11948620",
- "equipment": "PEDESTAL,TH ISOLAT.SLEEVE,ASSY,10219863",
- "source": "ObjectList",
- "sourceId": "OL-8953097-2",
- "tagId": "AE5566",
- "tagPlantId": "1100",
- "tag": "CT5023/24 - POT.WATER PH PROBE."
}
], - "text": "OBSERVERT FEILTILSTAND FYLLES UT AV INNMELDER:\nBeskriv feilen så godt som mulig (legg gjerne med bilde):\nHvor er utstyret fysisk plassert (legg gjerne med bilde)?\n-\n\nHvordan påvirker feilen utstyrets funksjon? ...\n",
- "workOrderTypeId": "subseaWorkOrder",
- "plannerGroup": "Plattform PV",
- "workCenter": "AI Automasjon",
- "hasPersonResponsible": true,
- "costWBSId": "T.O089E.WI.00007",
- "projectId": "T.O089E",
- "costNetworkId": "9045173",
- "costNetworkOperationId": "0010",
- "workOrderId": "24983466",
- "tagId": "BF",
- "tagPlantId": "1100",
- "tag": "CT5023/24 - POT.WATER PH PROBE.",
- "title": "Modifikasjon av brannmur",
- "isObsoleteSubseaWorkOrderType": false,
- "workCenterId": "SPIAUT",
- "workCenterPlantId": "1100",
- "locationId": "CD17OU",
- "failureReportId": "45836077",
- "plantId": "1100",
- "planningPlantId": "1100",
- "plannerGroupId": "PPM",
- "activeStatusIds": "OSNO CRTE",
- "maintenanceTypeId": "002",
- "maintenanceType": "Periodic maintenance",
- "requiredEndDate": "2019-08-24",
- "revisionId": "PS02_21",
- "revision": "FV 26A/RIA",
- "basicStartDateTime": "2019-08-24T14:15:22Z",
- "basicEndDateTime": "2019-08-24T14:15:22Z",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "changedDateTime": "2019-08-24T14:15:22Z",
- "sortField": "PRS10239.WP12",
- "priorityId": "L"
}
}
Event published when a subsea work order has been technical complete (TECO)
type | string Value: "com.equinor.maintenance-events.work-orders.subsea-work-orders.technical-complete" Event type |
subject | string Subsea work order |
source | string <uri> Value: "https://equinor.github.io/maintenance-api-event-driven/#operation/com.equinor.maintenance-events.work-orders.subsea-work-orders.technical-complete" |
specversion | string Value: "1.0" Cloudevents version |
id | string Unique id of the message |
time | string <date-time> Datetime the event was created |
datacontenttype | string Value: "application/json" Content type for the data property (always application/json) |
object (SubseaWorkOrder) |
{- "type": "com.equinor.maintenance-events.work-orders.subsea-work-orders.technical-complete",
- "subject": "45689000",
- "specversion": "1.0",
- "id": "A234-1234-1111",
- "time": "2023-04-05T17:31:00Z",
- "datacontenttype": "application/json",
- "data": {
- "personResponsibleId": "433937",
- "personResponsibleEmail": "shortname@equinor.com",
- "operations": [
- {
- "materials": [
- {
- "equipmentId": "11948620",
- "equipment": "PEDESTAL,TH ISOLAT.SLEEVE,ASSY,10219863",
- "supplyingPlantId": "1915",
- "reservationId": "25457443-001",
- "materialId": "741466",
- "material": "LIGHT,FIXTURE,26w,SZ 4155.100,RITTAL",
- "quantity": 1,
- "quantityUnit": "string",
- "quantityUnitId": "string",
- "location": "P10N utenfor lager",
- "holdDeliveryOnshore": true,
- "requiredDatetime": "2019-08-24T14:15:22Z"
}
], - "attachments": [
- {
- "attachmentId": "H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU-LTMvJTMvHQFXQXn_IJKBQ1jTb2CvHQAwLV5WV4AAAA",
- "fileName": "equipment_location.jpg",
- "fileSize": "1636352",
- "mimeType": "image/jpg",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "_links": {
- "enclosure": "/work-orders/preventive-work-orders/20005446/attachments/H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU-LTMvJTMvHQFXQXn_IJKBQ1jTb2CvHQAwLV5WV4AAAA"
}
}
], - "activeStatusIds": "REL CNF",
- "operationId": "1005419798-00000001",
- "operation": "0020",
- "title": "Bygge stillas",
- "workCenterId": "SPIAUT",
- "workCenterPlantId": "1100",
- "text": "Bygge stillas\\n\r\n3 x 3 x 5 meter",
- "standardTextTemplate": "1100-GS",
- "isCompleted": false,
- "plannedWorkHours": "PT3H",
- "actualWorkHours": "PT2H30M",
- "actualPercentageComplete": 75,
- "capacityCount": 1,
- "plannedDuration": "PT2H45M",
- "isScheduledExternally": true,
- "earliestStartDateTime": "2019-08-24T14:15:22Z",
- "earliestFinishDateTime": "2019-08-24T14:15:22Z",
- "schedulingStartConstraintId": "MSO",
- "schedulingStartConstraintDateTime": "2019-08-24T14:15:22Z",
- "schedulingFinishConstraintId": "MFO",
- "schedulingFinishConstraintDateTime": "2019-08-24T14:15:22Z",
- "calculationKey": "CALC_KEY_MANUAL",
- "tagId": "PX",
- "tagPlantId": "1100"
}
], - "statuses": [
- {
- "statusId": "RDEX",
- "status": "Ready for execution",
- "statusOrder": 2,
- "isActive": false,
- "activatedDateTime": "2019-08-24T14:15:22Z"
}
], - "attachments": [
- {
- "attachmentId": "H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU-LTMvJTMvHQFXQXn_IJKBQ1jTb2CvHQAwLV5WV4AAAA",
- "fileName": "equipment_location.jpg",
- "fileSize": "1636352",
- "mimeType": "image/jpg",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "_links": {
- "enclosure": "/work-orders/preventive-work-orders/20005446/attachments/H4sIAAAAAAAACqsxMDA1MDVzNDQ3srAwdHVxdDR0dDI1MjB3MjFyMzA0cqsxMgAqMTExq6mpMTQwMDSwNKoBitQ4GRsA6ZqAzOSS0qLU-LTMvJTMvHQFXQXn_IJKBQ1jTb2CvHQAwLV5WV4AAAA"
}
}
], - "tagsRelated": [
- {
- "equipmentId": "11948620",
- "equipment": "PEDESTAL,TH ISOLAT.SLEEVE,ASSY,10219863",
- "source": "ObjectList",
- "sourceId": "OL-8953097-2",
- "tagId": "AE5566",
- "tagPlantId": "1100",
- "tag": "CT5023/24 - POT.WATER PH PROBE."
}
], - "text": "OBSERVERT FEILTILSTAND FYLLES UT AV INNMELDER:\nBeskriv feilen så godt som mulig (legg gjerne med bilde):\nHvor er utstyret fysisk plassert (legg gjerne med bilde)?\n-\n\nHvordan påvirker feilen utstyrets funksjon? ...\n",
- "workOrderTypeId": "subseaWorkOrder",
- "plannerGroup": "Plattform PV",
- "workCenter": "AI Automasjon",
- "hasPersonResponsible": true,
- "costWBSId": "T.O089E.WI.00007",
- "projectId": "T.O089E",
- "costNetworkId": "9045173",
- "costNetworkOperationId": "0010",
- "workOrderId": "24983466",
- "tagId": "BF",
- "tagPlantId": "1100",
- "tag": "CT5023/24 - POT.WATER PH PROBE.",
- "title": "Modifikasjon av brannmur",
- "isObsoleteSubseaWorkOrderType": false,
- "workCenterId": "SPIAUT",
- "workCenterPlantId": "1100",
- "locationId": "CD17OU",
- "failureReportId": "45836077",
- "plantId": "1100",
- "planningPlantId": "1100",
- "plannerGroupId": "PPM",
- "activeStatusIds": "OSNO CRTE",
- "maintenanceTypeId": "002",
- "maintenanceType": "Periodic maintenance",
- "requiredEndDate": "2019-08-24",
- "revisionId": "PS02_21",
- "revision": "FV 26A/RIA",
- "basicStartDateTime": "2019-08-24T14:15:22Z",
- "basicEndDateTime": "2019-08-24T14:15:22Z",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "changedDateTime": "2019-08-24T14:15:22Z",
- "sortField": "PRS10239.WP12",
- "priorityId": "L"
}
}