surekhasaharan commented on a change in pull request #8547: Add 
`sys.supervisors` table to system tables
URL: https://github.com/apache/incubator-druid/pull/8547#discussion_r330110679
 
 

 ##########
 File path: docs/operations/api-reference.md
 ##########
 @@ -522,6 +522,22 @@ Returns a list of objects of the currently active 
supervisors and their current
 |`state`|String|basic state of the supervisor. Available 
states:`UNHEALTHY_SUPERVISOR`, `UNHEALTHY_TASKS`, `PENDING`, `RUNNING`, 
`SUSPENDED`, `STOPPING`|
 |`detailedState`|String|supervisor specific state. (See documentation of 
specific supervisor for details)|
 |`healthy`|Boolean|true or false indicator of overall supervisor health|
+|`suspended`|Boolean|true or false indicator of whether the supervisor is in 
suspended state|
+
+* `/druid/indexer/v1/supervisor?fullStatus`
+
+Returns a list of objects of the currently active supervisors.
+
+|Field|Type|Description|
+|---|---|---|
+|`id`|String|supervisor unique identifier|
+|`state`|String|basic state of the supervisor. Available 
states:`UNHEALTHY_SUPERVISOR`, `UNHEALTHY_TASKS`, `PENDING`, `RUNNING`, 
`SUSPENDED`, `STOPPING`|
+|`detailedState`|String|supervisor specific state. (See documentation of 
specific supervisor for details)|
+|`healthy`|Boolean|true or false indicator of overall supervisor health|
+|`specString`|String|a JSON string of supervisor spec|
+|`type`|String|type of supervisor task, e.g., `kafka` or `kinesis`|
 
 Review comment:
   removed `task`

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@druid.apache.org
For additional commands, e-mail: commits-h...@druid.apache.org

Reply via email to