Hi there! First of all, thank you all for the great work on enabling the easy usage of gNMI with python.
I was trying to query a SRLinux router and I wanted to configure the format of the response. I know that there is a encoding parameter, but as far as I understand, that is not controlling the format of the response payload. gnmic allows for configuring that with the --format flag, does pygnmi have a similar option?
If that is not currently possible, I would offer to try and contribute a PR for that. Thanks in advance.
Hi there! First of all, thank you all for the great work on enabling the easy usage of gNMI with python.
I was trying to query a SRLinux router and I wanted to configure the format of the response. I know that there is a
encodingparameter, but as far as I understand, that is not controlling the format of the response payload. gnmic allows for configuring that with the--formatflag, does pygnmi have a similar option?If that is not currently possible, I would offer to try and contribute a PR for that. Thanks in advance.