From 66e956cbf397a86f1a512396feb7cb87ea602f92 Mon Sep 17 00:00:00 2001 From: Nikhil Soni Date: Wed, 5 Aug 2020 20:01:07 +0530 Subject: [PATCH] Doc update for "Extend Websocket streams for data-less notifications" enhancement. Refer: https://git.opendaylight.org/gerrit/c/netconf/+/89928 JIRA: NETCONF-689 Signed-off-by: Nikhil Soni Change-Id: I5e36f30a61fb6313c85f34fbe9721c5a5fbc317d --- docs/dev-guide.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/dev-guide.rst b/docs/dev-guide.rst index 58e3b0df68..1555fc4e9c 100644 --- a/docs/dev-guide.rst +++ b/docs/dev-guide.rst @@ -1478,6 +1478,11 @@ In addition, the following ODL extension query parameter is supported: contain the leaf nodes modified instead of the entire subscription subtree. This can help in reducing the size of the notifications. +:odl-skip-notification-data: + If this parameter is set to "true", create and update notifications will only + contain modified leaf nodes without data. + This can help in reducing the size of the notifications. + The expected response status is 200 OK and response body should be empty. You will get your WebSocket location from **Location** header of response. For example in our particular toaster example location header -- 2.36.6