Loading...
Overview

AssetTemplate

The AssetTemplate resource represents a blueprint from which digital representations of industrial assets can be created on the digital customer the platform. These templates define the default configuration, including the structure, settings, and associated dataflows for a particular type of asset. Users can utilize AssetTemplates as a starting point to efficiently create new digital assets that inherit the predefined configurations, promoting consistency and saving time in setting up multiple assets of the same type.

Attributes

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

Name Description Permissions
id The unique identifier for the AssetTemplate entity, typically represented as a numeric or universally unique identifier (UUID). READ ONLY
name The name of the AssetTemplate, which serves as a human-readable identifier and may be used to reference the template in searches or listings. READ AND UPDATE
description A brief summary or explanation of the AssetTemplate's purpose, content, or use cases, providing additional context to users. READ AND UPDATE
created_at The timestamp indicating when the AssetTemplate was initially created in the system. This is typically set automatically by the system at the time of creation. READ ONLY
updated_at The timestamp of the most recent update made to the AssetTemplate. This field reflects the last time any changes were applied to the template's data. READ ONLY
image Image associated with the asset template, if available. READ AND UPDATE

Get AssetTemplate by ID

GEThttps://48d4b327a2.autonoma.cloud/connect/v1/resources/assettemplate/[ID]

Returns a specific AssetTemplate by ID.


Get Relations

It is possible to get related objects from AssetTemplates.

GEThttps://48d4b327a2.autonoma.cloud/connect/v1/resources/assettemplate/[ID]/[RELATION]

This table shows all available resources that can be queried

Relation Objecttype Relationtype

Clone an existing asset template

Retrieves a cloned instance of an existing asset template using the specified account.

GEThttps://48d4b327a2.autonoma.cloud/connect/v1/resources/assettemplate/[ID]/call/clone

This table shows all available parameters

Name Description Required
account Numeric identifier representing the account used to perform the clone operation. required

Update AssetTemplate

POSThttps://48d4b327a2.autonoma.cloud/connect/v1/resources/assettemplate/[ID]

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


Create AssetTemplate

PUThttps://48d4b327a2.autonoma.cloud/connect/v1/resources/assettemplate

Create a new AssetTemplate.


Delete AssetTemplate

DELETEhttps://48d4b327a2.autonoma.cloud/connect/v1/resources/assettemplate/[ID]

Delete the resource AssetTemplate by ID.

Top Top