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
| JSON | A JSON encoded string as per [2.3.1](#231-json-and-json_ietf). |`json_val`| 0 |
325
-
| Bytes | An arbitrary sequence of bytes as per [2.3.2](#232-bytes). |`bytes_val`| 1 |
326
-
| Proto | A [Protobuf](https://developers.google.com/protocol-buffers/) encoded message using scalar values as per [Section 2.3.3](#233-protobuf). |`string_val`, `int_val`, `uint_val`, `bool_val`, `bytes_val`, `float_val`, `leaflist_val`| 2 |
327
-
| ASCII | An ASCII encoded string representing text formatted according to a target-defined convention (described in [Section 2.3.4](#234-ascii)). |`ascii_val`| 3 |
328
-
| JSON_IETF | A JSON encoded string as per [2.3.1](#231-json-and-json_ietf) using JSON encoding compatible with [RFC 7951](https://tools.ietf.org/html/rfc7951). |`json_ietf_val`| 4 |
324
+
| JSON | A JSON encoded string as per [2.3.1](#231-json-and-json_ietf). |`json_val`| 0|
325
+
| Bytes | An arbitrary sequence of bytes as per [2.3.2](#232-bytes). |`bytes_val`| 1|
326
+
| Proto | A [Protobuf](https://developers.google.com/protocol-buffers/) encoded message using scalar values as per [Section 2.3.3](#233-protobuf). |`string_val`, `int_val`, `uint_val`, `bool_val`, `bytes_val`, `float_val`, `leaflist_val`| 2|
327
+
| ASCII | An ASCII encoded string representing text formatted according to a target-defined convention (described in [Section 2.3.4](#234-ascii)). |`ascii_val`| 3|
328
+
| JSON_IETF | A JSON encoded string as per [2.3.1](#231-json-and-json_ietf) using JSON encoding compatible with [RFC 7951](https://tools.ietf.org/html/rfc7951). |`json_ietf_val`| 4|
329
329
330
330
### 2.3.1 JSON and JSON_IETF
331
331
@@ -995,12 +995,12 @@ request a telemetry stream (see [Section
995
995
996
996
The following table clarifies the target behaviors for `Get` for certain scenarios:
| Subscribed paths exist or a YANG default value is [in use](https://datatracker.ietf.org/doc/html/rfc7950#section-7.6.1). | Value(s) are returned | Value(s) are returned |
1744
+
| Subscribed paths exist or a YANG default value is [in use](https://datatracker.ietf.org/doc/html/rfc7950#section-7.6.1). | Value(s) are returned | Value(s) are returned|
1745
1745
| Subscribed paths are syntactically correct but one or more paths neither exist (yet) nor has a YANG default value in use. | No value returned for non-existent paths | nothing is sent for non-existent paths (yet), RPC is not closed |
1746
-
| Subscribed paths are syntactically correct but one or more paths is not implemented by the server. | Return `UNIMPLEMENTED`| Return `UNIMPLEMENTED`|
1747
-
| One or more subscribed paths is syntactically incorrect. | Return `INVALID_ARGUMENT`| Return `INVALID_ARGUMENT`|
1746
+
| Subscribed paths are syntactically correct but one or more paths is not implemented by the server. | Return `UNIMPLEMENTED`| Return `UNIMPLEMENTED`|
1747
+
| One or more subscribed paths is syntactically incorrect. | Return `INVALID_ARGUMENT`| Return `INVALID_ARGUMENT`|
1748
1748
1749
1749
# 4 Appendix: Current Protobuf Message and Service Specification
0 commit comments