github.com/niedbalski/juju@v0.0.0-20190215020005-8ff100488e47/acceptancetests/repository/charms/network-health/actions.yaml (about)

     1  ping:
     2    description: Ping a target or series of targets given as a dict
     3    params:
     4      targets:
     5        type: string
     6        description: |
     7          Dict holding targets. Format as 'juju status --format json'
     8          Only unit and public-address are used for now.
     9  unit-info:
    10    description: Poll unit for interface and DNS info