| Field | Value |
|---|---|
| Name | peerStatus |
| Title | Peer Status |
| Description | Return current peer status information |
Input Schema
{
"type": "object",
"properties": { }
}Output Schema
{
"type": "object",
"properties": {
"message": {
"type": "string",
"description": "Optional human-readable message"
},
"status": {
"description": "Peer status map keyed by keyword"
}
}
}