Sidebar
Overview
Resources
Action
The Action resource represents automated or user-triggered operations that can be performed on industrial devices within the digital customer platform. Actions are linked to specific devices and can be based on pre-defined action templates, allowing for standardized operational procedures. This resource contains crucial information for executing tasks such as configuration changes, executing start/stop commands, or monitoring events across digitalized industrial assets.Attributes
These are all attributes that can be read and updated through the API
Name | Description | Permissions |
---|
Get Action by ID
GEThttps://connect.autonoma.cloud/v1/resources/action/[ID]Returns a specific Action by ID.
Relations
It is possible to get related objects from Actions.
GEThttps://connect.autonoma.cloud/v1/resources/action/[ID]/[RELATION]This table shows all available resources that can be queried
Relation | Objecttype | Relationtype | |
---|---|---|---|
device | Asset | 1:1 | Show details |
Update Action
POSThttps://connect.autonoma.cloud/v1/resources/action/[ID]Update fields of Action by ID. The fields must be sent as x-www-form-urlencoded parameter.
Create Action
PUThttps://connect.autonoma.cloud/v1/resources/actionCreate a new Action.
Delete Action
DELETEhttps://connect.autonoma.cloud/v1/resources/action/[ID]Delete the resource Action by ID.
This action can not be reverted!