
gnmic-get
List of commands for gnmic-get:
-
gnmic-get:tldr:17ec2 gnmic-get: Query the device state at multiple paths with a common prefix.$ gnmic -a ${ip:port} get --prefix ${prefix} --path ${path1} --path ${path2}try on your machineexplain this command
-
gnmic-get:tldr:6772a gnmic-get: Get a snapshot of the device state at a specific path.$ gnmic --address ${ip:port} get --path ${path}try on your machineexplain this command
-
gnmic-get:tldr:d8460 gnmic-get: Query the device state at multiple paths.$ gnmic -a ${ip:port} get --path ${path1} --path ${path2}try on your machineexplain this command
-
gnmic-get:tldr:fd83f gnmic-get: Query the device state and specify response encoding (json_ietf).$ gnmic -a ${ip:port} get --path ${path} --encoding json_ietftry on your machineexplain this command