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

Get Gateway by ID

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

Returns a specific Gateway by ID.


Relations

It is possible to get related objects from Gateways.

GEThttps://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

Update Gateway

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

Create a new Gateway.


Delete Gateway

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

Delete the resource Gateway by ID.

Top Top