Hi All,
I have a question regarding encoding of origin annotation along with other
annotation (with-defaults) in JSON metadata encoding format.
Suppose if below is the GET method :
GET
/restconf/ds/ietf-datastores:operational/ietf-interface:interfaces/interface=eth1?with-defaults=report-all-tagged&with-origin
HTTP/1.1
How both origin and with-defaults annotations should be encoded in the JSON
metadata encoding format?
Currently in restconf RFC 8040, in section 5.3.2, example with only one
annotation is provided.
Refering to this example, whether multiple annotation representation
should be like below?
{
"example:interface" : [
{
"name" : "eth1",
"mtu" : 1500,
"@mtu" : {
"ietf-netconf-with-defaults:default" : true
},
{
"ietf-origin:origin" : intended
},
"status" : "up"
}
]
}
Thanks,
Amar
_______________________________________________
netmod mailing list
[email protected]
https://www.ietf.org/mailman/listinfo/netmod