Loading...
Overview

Gateway

The Gateway resource represents a critical component within the digital customer platform that acts as a central communication hub for connecting various devices within an industrial ecosystem. It facilitates the management of device connectivity and data transmission between connected industrial assets and the platform. The Gateway model encompasses relationships with actual devices, account information, dataflows related to the exchange of information, and metadata for additional context or configurations. It offers a comprehensive API scope for developers to interact with these aspects, providing functionalities for associated device management, account association, and data routing, ensuring seamless data acquisition from industrial environments.

Attributes

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

Name Description Permissions
id A unique identifier for the Gateway instance, typically used as a primary key in a database. READ ONLY
name The human-readable name assigned to the gateway, often used to identify the purpose or location of the gateway. READ AND UPDATE
description A detailed explanation or commentary about the gateway's function, features, or associated services. READ AND UPDATE
created_at The timestamp indicating when the Gateway instance was initially created in the system. READ ONLY
updated_at The timestamp of the most recent modification made to the Gateway's data or configuration. READ ONLY
image Binary or encoded representation of the image associated with the Gateway model. READ AND UPDATE

Get Gateway by ID

GEThttps://48d4b327a2.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://48d4b327a2.autonoma.cloud/connect/v1/resources/gateway/[ID]/[RELATION]

This table shows all available resources that can be queried

Relation Objecttype Relationtype

Retrieve clone information for a specific account

Calls the clone handler using the GET method for a provided account identifier.

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

This table shows all available parameters

Name Description Required
account Numeric identifier representing the account value provided to the endpoint. required

Update Gateway

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

Create a new Gateway.


Delete Gateway

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

Delete the resource Gateway by ID.

Top Top