v64

latestOpenAPI 3.1.0Apache 2.0raw.githubusercontent.com2026-08-088131,3912.6 MB
Event Gateway Nodes

Get a Node

Returns information about a specific node associated with the Event Gateway.

get/v1/event-gateways/{gatewayId}/nodes/{eventGatewayNodeId}

Response

A single node object.

idstring uuid required

The node ID.

versionstring required

The string representation of the node current version.

last_seen_atstring date-time required

An ISO-8604 timestamp representation of node last seen date.

created_atstring date-time required

An ISO-8604 timestamp representation of node creation date.

updated_atstring date-time required

An ISO-8604 timestamp representation of node update date.

config_applied_atstring date-time

The time the node succeeds in applying the configuration.

config_versionstring

The version number of the configuration applied by the node.

Example response

{
  "id": "7f9fd312-a987-4628-b4c5-bb4f4fddd5f7",
  "last_seen_at": "2025-08-04T20:10:06.927Z",
  "created_at": "2025-08-04T20:10:06.927Z",
  "updated_at": "2025-08-04T20:10:06.927Z",
  "config_version": "v1.123"
}