EventInspection
The EventInspection resource represents the process of monitoring and assessing events related to digital industrial assets managed within the digital customer platform. It holds information about the correlation of an event to specific devices and the recipients of these event reports. This resource supports soft-deletion strategies as well as efficient data retrieval through caching mechanisms. Relevant event details, devices involved, and the notification list for each event can be managed through this resource.Attributes
These are all attributes that can be read and updated through the API
Name | Description | Permissions |
---|
Get EventInspection by ID
GEThttps://app.autonoma.cloud/connect/v1/resources/eventinspection/[ID]Returns a specific EventInspection by ID.
Relations
It is possible to get related objects from EventInspections.
GEThttps://app.autonoma.cloud/connect/v1/resources/eventinspection/[ID]/[RELATION]This table shows all available resources that can be queried
Relation | Objecttype | Relationtype | |
---|---|---|---|
asset | Asset | 1:1 | Show details |
eventinspectioncorrelations | EventInspectionCorrelation | 1:many | Show details |
Update EventInspection
POSThttps://app.autonoma.cloud/connect/v1/resources/eventinspection/[ID]Update fields of EventInspection by ID. The fields must be sent as x-www-form-urlencoded parameter.
Create EventInspection
PUThttps://app.autonoma.cloud/connect/v1/resources/eventinspectionCreate a new EventInspection.
Delete EventInspection
DELETEhttps://app.autonoma.cloud/connect/v1/resources/eventinspection/[ID]Delete the resource EventInspection by ID.
This action can not be reverted!