Yuma <datastore> extension for optimizing datastore polling mechanisms by allowing the client to request datastore content only ...
Organization:
Netconf Central
Module:
yuma-time-filter
Version:
2012-11-15
File:
Abstract:
Yuma <datastore> extension for optimizing datastore polling mechanisms by allowing the client to request datastore content only ...
Contact:
Andy Bierman <andy@netconfcentral.org>.
Check for an additional details:
Description:
Yuma <datastore> extension for optimizing datastore
polling mechanisms by allowing the client to
request datastore content only if it has been modified since
a specified date and time.
If the netconfd server advertises this module then
the 'last-modified' XML attribute will be added
to the <rpc-reply> element if there was no 'last-modified'
attribute in the <rpc> element. This is only done
for the NETCONF <get> and <get-config> protocol operations.
Example:
<rpc message-id='2'
xmlns='urn:ietf:params:xml:ns:netconf:base:1.0'>
<get />
</rpc>
<rpc-reply message-id='2'
last-modified='2011-08-14T00:16:49Z'
xmlns='urn:ietf:params:xml:ns:netconf:base:1.0'>
<data> ... </data>
</rpc-reply>
Copyright (c) 2011 - 2012 Andy Bierman and the persons
identified as authors of the code. All rights reserved.
Redistribution and use in source and binary forms, with or
without modification, is permitted pursuant to, and subject
to the license terms contained in, the BSD 3-Clause License
http://opensource.org/licenses/BSD-3-Clause
© 2023 YumaWorks, Inc. All rights reserved.