mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 19:55:54 +00:00
Clio server_info method
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
---
|
||||
html: clio-server-info.html
|
||||
parent: clio-methods.html
|
||||
html: clio-server_info.html
|
||||
parent: server-info-methods.html
|
||||
blurb: Retrieve status of the Clio server in human-readable format.
|
||||
labels:
|
||||
- Core Server
|
||||
---
|
||||
# server_info
|
||||
# server_info (Clio)
|
||||
[[Source]](https://github.com/XRPLF/clio/blob/master/src/rpc/handlers/ServerInfo.cpp "Source")
|
||||
|
||||
The `server_info` command asks the Clio server for a human-readable version of various information about the Clio server being queried.
|
||||
The `server_info` command asks the [Clio server](the-clio-server.html) for a human-readable version of various information about the Clio server being queried. For `rippled` servers, see [`server_info` (`rippled`)](server_info.html) instead.
|
||||
|
||||
## Request Format
|
||||
An example of the request format:
|
||||
@@ -5,7 +5,7 @@ blurb: rippledサーバーについての各種情報を、人間が読めるフ
|
||||
labels:
|
||||
- コアサーバー
|
||||
---
|
||||
# server_info
|
||||
# server_info (rippled)
|
||||
[[ソース]](https://github.com/ripple/rippled/blob/master/src/ripple/rpc/handlers/ServerInfo.cpp "Source")
|
||||
|
||||
`server_info`コマンドは、問い合わせ中の`rippled`サーバーについての各種情報を、人間が読めるフォーマットでサーバーに要求します。
|
||||
|
||||
@@ -5,10 +5,10 @@ blurb: Retrieve status of the server in human-readable format.
|
||||
labels:
|
||||
- Core Server
|
||||
---
|
||||
# server_info
|
||||
# server_info (rippled)
|
||||
[[Source]](https://github.com/ripple/rippled/blob/master/src/ripple/rpc/handlers/ServerInfo.cpp "Source")
|
||||
|
||||
The `server_info` command asks the server for a human-readable version of various information about the `rippled` server being queried.
|
||||
The `server_info` command asks the server for a human-readable version of various information about [the `rippled` server](xrpl-servers.html) being queried. For [Clio servers](the-clio-server.html), see [`server_info` (Clio)](clio-server_info.html) instead.
|
||||
|
||||
## Request Format
|
||||
An example of the request format:
|
||||
|
||||
Reference in New Issue
Block a user