09-25-2019 08:45 PM
When I tried to get one leaf instance via RESTCONF, the response is like this:
http://{{ip}}:{{port}}/restconf/data/china169-qos-service:qos/qos=1111/device=1.1.1.1/qos-acl/acl=test-acl/
Without query parameter:
GET /restconf/data/example:interfaces/interface=eth1 HTTP/1.1
Host: example.com
Accept: application/yang-data+json
The server might respond as follows:
HTTP/1.1 200 OK
Date: Thu, 26 Jan 2017 20:56:30 GMT
Server: example-server
Content-Type: application/yang-data+json
{
"example:interface" : [
{
"name" : "eth1",
"status" : "up"
}
]
}
09-26-2019 03:48 AM
09-26-2019 04:44 AM
Thanks for your reply.
Do you guys have a release plan that when will this issue can be fixed cause we have to give the customer a reply.
09-26-2019 06:37 AM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide