blob: 2acc33db632eb22ea1183ae456c102ae23153501 [file] [log] [blame]
Philip Josephf9c72222016-10-02 23:31:02 +05301"ping":
2 "description": "ping a thing!"
3 "params":
4 "count":
5 "description": "Stop after sending count ECHO_REQUEST packets"
6 "type": "integer"
7 "default": !!int "30"
8 "destination":
9 "description": "destination of ping request"
10 "type": "string"
11 "required":
12 - "destination"