You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'unknown_arg': 'There is no such argument. Run \'--help\' for details.',
5
-
'help': 'The following keys are availble:\n\n -u (--user): Provide the username to connect to the network element\n -p (--pass): Provide the password to connect to the network element\n -h (--help): Provide the help on the available keys\n -t (--target): Provide the list of endpoint in \'host:port\' format\n -o (--operation): Prvoide the type of gNMI request\n -c (--cert): Provide the path towards the certificate\n --insecure: Define whether gRPC channel is encrypted or not\n --gnmi-path: Provide path to the resource at the network function\n --print: Define whether Protobuf messages shall be printed in the STDOUT',
6
-
'bad_host': 'The host address is malformed. It shall be provided in a format \'ip_address:grpc_port\'.',
7
-
'not_defined_user': 'The username is not defined. The execution is terminated.',
8
-
'not_defined_pass': 'The password is not defined.',
9
-
'not_defined_target': 'There are no hosts provided. The execution is terminated.',
10
-
'not_enough_arg': 'There are not enough arguments.',
11
-
'wrong_data': 'The argument is provided in the wrong type (e.g. string instead of integer).',
12
-
'not_allowed_op': 'The request gNMI operation type is now allowed.',
13
-
'not_defined_op': 'The gNMI operation type is not defined.',
14
-
'not_defined_path': 'The gNMI path is ot defined with Get or Set operation.',
15
-
'not_defined_set': 'The gNMI path (for delete operation) or update messages (for update or replace operation) are not defined.'
16
-
}
4
+
"unknown_arg": "There is no such argument. Run '--help' for details.",
5
+
"help": "The following keys are availble:\n\n -u (--user): Provide the username to connect to the network element\n -p (--pass): Provide the password to connect to the network element\n -h (--help): Provide the help on the available keys\n -t (--target): Provide the list of endpoint in 'host:port' format\n -o (--operation): Prvoide the type of gNMI request\n -c (--cert): Provide the path towards the certificate\n --insecure: Define whether gRPC channel is encrypted or not\n --gnmi-path: Provide path to the resource at the network function\n --print: Define whether Protobuf messages shall be printed in the STDOUT",
6
+
"bad_host": "The host address is malformed. It shall be provided in a format 'ip_address:grpc_port'.",
7
+
"not_defined_user": "The username is not defined. The execution is terminated.",
8
+
"not_defined_pass": "The password is not defined.",
9
+
"not_defined_target": "There are no hosts provided. The execution is terminated.",
10
+
"not_enough_arg": "There are not enough arguments.",
11
+
"wrong_data": "The argument is provided in the wrong type (e.g. string instead of integer).",
12
+
"not_allowed_op": "The request gNMI operation type is now allowed.",
13
+
"not_defined_op": "The gNMI operation type is not defined.",
14
+
"not_defined_path": "The gNMI path is ot defined with Get or Set operation.",
15
+
"not_defined_set": "The gNMI path (for delete operation) or update messages (for update or replace operation) are not defined.",
0 commit comments