v1
latestOpenAPI 3.0.12026-07-17387979.8 KBGateway Lifecycle
Gateway Register or Heartbeat
Accepts a payload indicating either a gateway registration or a heartbeat update. The payloadType field distinguishes the operation.
post/notify-gateway
Request body
Example request
{
"payloadType": "REGISTER",
"gatewayProperties": {
"ipAddress": "192.168.1.100"
},
"loadingTenants": [
"tenant1.com",
"tenant2.org",
"carbon.super"
],
"environmentLabels": [
"default",
"production",
"sandbox"
]
}Response
Successful response for registration or heartbeat.
Example response
{
"status": "REGISTERED",
"gatewayId": "ID_1"
}