Loading...
Overview

Gateway

A gateway is a digital customer platform device that connects industrial assets and sites, manages data exchange, and enables remote access and monitoring.

Attributes

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

Name Description Permissions
id Unique identifier for the gateway. READ ONLY
name Name of the gateway. READ AND UPDATE
description Detailed description of the gateway. READ AND UPDATE
created_at Timestamp when the gateway was created. READ ONLY
updated_at Timestamp when the gateway was last updated. READ ONLY
image The image associated with the Gateway model. READ AND UPDATE

Get Gateway by ID

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

Returns a specific Gateway by ID.


Get Relations

It is possible to get related objects from Gateways.

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

This table shows all available resources that can be queried

Relation Objecttype Relationtype
account Account 1:1 Show details
asset Asset Not available Show details

Clone data to an account

Clones data into the specified account using the Gateway model.

GEThttps://dacaca59c0.autonoma.cloud/connect/v1/resources/gateway/[ID]/call/clone

This table shows all available parameters

Name Description Required
account An account ID required

Get last values for streams

Returns the last available values for the specified streams using the Gateway model.

GEThttps://dacaca59c0.autonoma.cloud/connect/v1/resources/gateway/[ID]/call/lastvalues

This table shows all available parameters

Name Description Required
streams [12888,31221] optional

Update Gateway

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

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


Create Gateway

PUThttps://dacaca59c0.autonoma.cloud/connect/v1/resources/gateway

Create a new Gateway.


Delete Gateway

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

Delete the resource Gateway by ID.

Top Top