Skip to main content

types.StatusResponse

last_config_updatestring
local_modeboolean
namestring
node_idstring
orchestrator object
connectedboolean
last_seenstring
urlstring
pipelines object[]
  • Array [
  • idstring
    namestring
    statusstring
    versioninteger
  • ]
  • resources object
    cpu_percentnumber
    disk_percentnumber
    goroutinesinteger
    memory_percentnumber
    start_timestring
    statustypes.HealthStatusType (string)

    Possible values: [healthy, degraded, unhealthy]

    uptimestring
    versionstring
    types.StatusResponse
    {
    "last_config_update": "string",
    "local_mode": true,
    "name": "string",
    "node_id": "string",
    "orchestrator": {
    "connected": true,
    "last_seen": "string",
    "url": "string"
    },
    "pipelines": [
    {
    "id": "string",
    "name": "string",
    "status": "string",
    "version": 0
    }
    ],
    "resources": {
    "cpu_percent": 0,
    "disk_percent": 0,
    "goroutines": 0,
    "memory_percent": 0
    },
    "start_time": "string",
    "status": "healthy",
    "uptime": "string",
    "version": "string"
    }