Clio server_info method

This commit is contained in:
mDuo13
2022-06-29 15:41:04 -07:00
parent b996d6441d
commit ffabb8f959
4 changed files with 13 additions and 7 deletions

View File

@@ -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:

View File

@@ -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`サーバーについての各種情報を、人間が読めるフォーマットでサーバーに要求します。

View File

@@ -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: