Segment Status

glp/0/{SID}/fb/sts


The edge server publishes a status object in the feedback channel.  This topic is refreshed when the edge server starts, and whenever the content of the status object changes

Example

{
   state: "provisioned",

   health: "normal"
}

  

Properties

The Status Object has the following properties:

Field Name

Type

Description

health

string

The edge server indicates good health with normal. All values other than normal (including suspect) mean the edge server is not in good health.

For example, an edge server could be monitoring the connections managed by its local MQTT message broker, and report a suspiciously low or high number of current connections in a suspect health state.

state

string

Either provisioned or unprovisioned.