X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=layers%2Fnetutils%2Factions.yaml;h=5c99e21c1ffe64614884c0c229e2019743e9c364;hb=1e00fd1645b22d74c0b563e275e2433b937a3ee6;hp=9995f777df835fbe5808593dd1e16f5038a3adf6;hpb=3377928d267019b66a219da3bba007618256d2d4;p=osm%2Fdevops.git diff --git a/layers/netutils/actions.yaml b/layers/netutils/actions.yaml index 9995f777..5c99e21c 100644 --- a/layers/netutils/actions.yaml +++ b/layers/netutils/actions.yaml @@ -30,3 +30,18 @@ traceroute: 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 +