getpeersgray: Difference between revisions
Jump to navigation
Jump to search
(Created page with "== Input == {| class="wikitable" ! Argument !! Mandatory !! Description !! Format |- | colspan="4" | none |} == Output == {| class="wikitable" ! Argument !! Description !! Fo...") |
No edit summary |
||
Line 17: | Line 17: | ||
== Description == | == Description == | ||
* This method returns list of peers in gray list as array of strings. Gray list contains peers not seen recently. | * This method returns list of peers in gray list as array of strings. Gray list contains peers not seen recently. | ||
== Usage == | |||
=== cURL === | |||
* <nowiki>curl http://127.0.0.1:33888/getpeersgray</nowiki> |
Latest revision as of 13:00, 24 March 2020
Input
Argument | Mandatory | Description | Format |
---|---|---|---|
none |
Output
Argument | Description | Format |
---|---|---|
status | Status of the request, "OK" if successful | string |
peers | List of peers in gray list | array |
Description
- This method returns list of peers in gray list as array of strings. Gray list contains peers not seen recently.
Usage
cURL
- curl http://127.0.0.1:33888/getpeersgray