You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by "Noble Paul (Jira)" <ji...@apache.org> on 2020/03/03 04:22:00 UTC

[jira] [Updated] (SOLR-13942) /api/cluster/zk/* to fetch raw ZK data

     [ https://issues.apache.org/jira/browse/SOLR-13942?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Noble Paul updated SOLR-13942:
------------------------------
    Description: 
example
download the {{state.json}} of
{code}
GET http://localhost:8983/api/cluster/zk/collections/gettingstarted/state.json
{code}

get a list of all children under {{/live_nodes}}
{code}
GET http://localhost:8983/api/cluster/zk/live_nodes
{code}

If the requested path is a node with children show the list of child nodes and their meta data

  was:If the requested path is a node with children show the list of child nodes and their meta data


> /api/cluster/zk/* to fetch raw ZK data
> --------------------------------------
>
>                 Key: SOLR-13942
>                 URL: https://issues.apache.org/jira/browse/SOLR-13942
>             Project: Solr
>          Issue Type: Bug
>            Reporter: Noble Paul
>            Assignee: Noble Paul
>            Priority: Major
>
> example
> download the {{state.json}} of
> {code}
> GET http://localhost:8983/api/cluster/zk/collections/gettingstarted/state.json
> {code}
> get a list of all children under {{/live_nodes}}
> {code}
> GET http://localhost:8983/api/cluster/zk/live_nodes
> {code}
> If the requested path is a node with children show the list of child nodes and their meta data



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org