Loading...
Overview

Asset

Represents an industrial asset in the digital customer platform, such as a machine or plant, with its data, metadata, relationships, and connected services.

Attributes

These are all attributes that can be read and updated through the API

Name Description Permissions
id Unique identifier for the asset. READ ONLY
name Human-readable name of the asset. READ AND UPDATE
description Detailed information about the asset. READ AND UPDATE
created_at Timestamp when the asset was created. READ ONLY
updated_at Timestamp when the asset was last updated. READ ONLY

Get Asset by ID

GEThttps://autonoma.cloud/connect/v1/resources/asset/[ID]

Returns a specific Asset by ID.


Relations

It is possible to get related objects from Assets.

GEThttps://autonoma.cloud/connect/v1/resources/asset/[ID]/[RELATION]

This table shows all available resources that can be queried

Relation Objecttype Relationtype
account Account 1:1 Show details
datastreams Datastream 1:many Show details
dashboards Dashboard Not available Show details
metadatas Metadata many:many Show details
gateways Gateway Not available Show details
assets Asset 1:many

Update Asset

POSThttps://autonoma.cloud/connect/v1/resources/asset/[ID]

Update fields of Asset by ID. The fields must be sent as x-www-form-urlencoded parameter.


Create Asset

PUThttps://autonoma.cloud/connect/v1/resources/asset

Create a new Asset.


Delete Asset

DELETEhttps://autonoma.cloud/connect/v1/resources/asset/[ID]

Delete the resource Asset by ID.

Top Top