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

Get AssetTemplate by ID

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

Returns a specific AssetTemplate by ID.


Relations

It is possible to get related objects from AssetTemplates.

GEThttps://app.autonoma.cloud/connect/v1/resources/assettemplate/[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
actions Action 1:many Show details
reports Report 1:many Show details
dashboards Dashboard many:1 Show details
dataexports Dataexport 1:many Show details
metadatas Metadata many:many Show details
gateways Gateway many:1 Show details
tags Tag many:many Show details

Update AssetTemplate

POSThttps://app.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://app.autonoma.cloud/connect/v1/resources/assettemplate

Create a new AssetTemplate.


Delete AssetTemplate

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

Delete the resource AssetTemplate by ID.

Top Top