[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: indexing
>>>>> On Thu, 4 Mar 2004 13:59:41 -0800 (PST), Uncle Sam <andrewdavis76@yahoo.com> said:
Uncle> I have a question about indexing.
I think that indexing at this point is entirely left to the people
designing the data-model half of the work.
IE, this:
<rpc message-id="109" ...>
<get-all>
<state
<interface name="ethernet0/1">
<intstats></intstats>
</interface>
</state>
<format>xml</format>
</get-all>
</rpc>
Is making some assumptions about the data-model that the interface
will have a name attribute and it will be unique. (or maybe not. If
it isn't unique, I'd expect the query to return multiple interface set
information).
--
"In the bathtub of history the truth is harder to hold than the soap,
and much more difficult to find." -- Terry Pratchett
--
to unsubscribe send a message to netconf-request@ops.ietf.org with
the word 'unsubscribe' in a single line as the message text body.
archive: <http://ops.ietf.org/lists/netconf/>
- References:
- indexing
- From: Uncle Sam <andrewdavis76@yahoo.com>