2acc33db632eb22ea1183ae456c102ae23153501
[osm/devops.git] / charms / layers / vyos-proxy / actions.yaml
1 "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"