X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=layers%2Fnetutils%2Factions.yaml;h=f4f7884306fc89a2a51a07413523e5bd184b745d;hb=HEAD;hp=5c99e21c1ffe64614884c0c229e2019743e9c364;hpb=447b7a4e72b90ff00dd3b7552a40d7d70c118638;p=osm%2Fdevops.git diff --git a/layers/netutils/actions.yaml b/layers/netutils/actions.yaml deleted file mode 100644 index 5c99e21c..00000000 --- a/layers/netutils/actions.yaml +++ /dev/null @@ -1,47 +0,0 @@ -nmap: - description: "nmap a thing!" - params: - destination: - description: "destination to scan" - type: string - required: - - destination -ping: - description: 'ping a thing!' - params: - count: - description: "Stop after sending count ECHO_REQUEST packets" - type: integer - default: 30 - destination: - description: "destination of ping request" - type: string - required: - - destination -traceroute: - description: 'trace a thing!' - params: - hops: - description: "Stop tracing after count hops" - type: integer - default: 30 - destination: - description: "destination of traceroute request" - type: string - required: - - destination -dig: - description: "DNS lookup" - params: - nsserver: - description: "The nameserver to lookup against." - type: string - host: - description: "The host to lookup" - type: string - type: - description: "The DNS record type to lookup" - type: string - required: - - host -