Gives the Helios host status for the agent, which includes all jobs, their statuses, as well as host and agent information.
{ "agentInfo" : { #... see the description of AgentInfo }, "environment" : { "SYSLOG_HOST_PORT" : "10.99.0.1:514", }, "hostInfo" : { #... see the description of HostInfo }, "jobs" : { "myservice:0.5:3539b7bc2235d53f79e6e8511942bbeaa8816265" : { "goal" : "START", "jobId" : "myservice:0.5:3539b7bc2235d53f79e6e8511942bbeaa8816265", } }, "status" : "UP", "statuses" : { "elva:0.0.4:9f64cf43353c55c36276b7df76b066584f9c49aa" : { "containerId" : "5a31d4fd48b5b4349980175e2f865494146704e684d89b6a95a9a766cc2f43a3", "env" : { "SYSLOG_HOST_PORT" : "10.99.0.1:514", }, "goal" : "START", "job" : { #... See definition of Job }, "state" : "RUNNING", "throttled" : "NO" } } }