{ "opencollection": "1.0.0", "info": { "name": "IPFS RPC Add Ping API", "version": "v0" }, "items": [ { "info": { "name": "Ping", "type": "folder" }, "items": [ { "info": { "name": "ping", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:5001/api/v0/ping", "params": [ { "name": "arg", "value": "", "type": "query", "description": "ID of peer to be pinged." }, { "name": "count", "value": "", "type": "query", "description": "Number of ping messages to send." } ] }, "docs": "Send echo request packets to IPFS hosts." } ] } ], "bundled": true }