You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@zookeeper.apache.org by "maoling (JIRA)" <ji...@apache.org> on 2019/07/12 07:39:00 UTC

[jira] [Updated] (ZOOKEEPER-3461) add a doc about the admin server command

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

maoling updated ZOOKEEPER-3461:
-------------------------------
    Description: 
{code:java}
<a name="sc_adminserver"></a>

#### The AdminServer

**New in 3.5.0:** The AdminServer is
an embedded Jetty server that provides an HTTP interface to the four
letter word commands. By default, the server is started on port 8080,
and commands are issued by going to the URL "/commands/\[command name]",
e.g., http://localhost:8080/commands/stat. The command response is
returned as JSON. Unlike the original protocol, commands are not
{code}

> add a doc about the admin server command
> ----------------------------------------
>
>                 Key: ZOOKEEPER-3461
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3461
>             Project: ZooKeeper
>          Issue Type: Improvement
>          Components: documentation
>    Affects Versions: 3.6.0
>            Reporter: maoling
>            Priority: Major
>
> {code:java}
> <a name="sc_adminserver"></a>
> #### The AdminServer
> **New in 3.5.0:** The AdminServer is
> an embedded Jetty server that provides an HTTP interface to the four
> letter word commands. By default, the server is started on port 8080,
> and commands are issued by going to the URL "/commands/\[command name]",
> e.g., http://localhost:8080/commands/stat. The command response is
> returned as JSON. Unlike the original protocol, commands are not
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)