Re: [netconf] restconf collections

Kent Watsen <kent+ietf@watsen.net> Wed, 30 September 2020 17:33 UTC

Return-Path: <01000174e013b1f6-fd0b45d1-951d-41dd-85d8-39685a52e998-000000@amazonses.watsen.net>
X-Original-To: netconf@ietfa.amsl.com
Delivered-To: netconf@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 35FA13A0A43 for <netconf@ietfa.amsl.com>; Wed, 30 Sep 2020 10:33:44 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.899
X-Spam-Level:
X-Spam-Status: No, score=-1.899 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_NONE=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=amazonses.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id d3nMrUCfJ2xc for <netconf@ietfa.amsl.com>; Wed, 30 Sep 2020 10:33:42 -0700 (PDT)
Received: from a8-33.smtp-out.amazonses.com (a8-33.smtp-out.amazonses.com [54.240.8.33]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 7CC123A0A38 for <netconf@ietf.org>; Wed, 30 Sep 2020 10:33:42 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=224i4yxa5dv7c2xz3womw6peuasteono; d=amazonses.com; t=1601487221; h=Content-Type:Mime-Version:Subject:From:In-Reply-To:Date:Cc:Content-Transfer-Encoding:Message-Id:References:To:Feedback-ID; bh=2aFUEDmitDAKsEhHdr8MYKD40A5mYHNPl8UedOY3fI4=; b=bm2jXiKygf6dRGxN8tXxvTr6BjZ0xMaxr/X6P9CE5X3FH769Ancf2k9e/9TSzI7O qvtfyo4AKteUkHhMW0g9Mmm7FcvjZegx/s+cnbNRRBIcEk6dSB7y5z8L0pLC9iqfD/I NIAT5wpbvwO/r1j0mNhF/rtMaL2/rzehuM++XlOY=
Content-Type: text/plain; charset="utf-8"
Mime-Version: 1.0 (Mac OS X Mail 13.4 \(3608.80.23.2.2\))
From: Kent Watsen <kent+ietf@watsen.net>
In-Reply-To: <441d95cc-fe41-6d63-849f-a1d30c86859d@hq.sk>
Date: Wed, 30 Sep 2020 17:33:41 +0000
Cc: Qin Wu <bill.wu@huawei.com>, Andy Bierman <andy@yumaworks.com>, "netconf@ietf.org" <netconf@ietf.org>
Content-Transfer-Encoding: quoted-printable
Message-ID: <01000174e013b1f6-fd0b45d1-951d-41dd-85d8-39685a52e998-000000@email.amazonses.com>
References: <B8F9A780D330094D99AF023C5877DABAADA343D1@dggeml531-mbs.china.huawei.com> <441d95cc-fe41-6d63-849f-a1d30c86859d@hq.sk>
To: Robert Varga <nite@hq.sk>
X-Mailer: Apple Mail (2.3608.80.23.2.2)
X-SES-Outgoing: 2020.09.30-54.240.8.33
Feedback-ID: 1.us-east-1.DKmIRZFhhsBhtmFMNikgwZUWVrODEw9qVcPhqJEI2DA=:AmazonSES
Archived-At: <https://mailarchive.ietf.org/arch/msg/netconf/yG6dwEqiG7mTJRMnIiX_60OBgeQ>
Subject: Re: [netconf] restconf collections
X-BeenThere: netconf@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: NETCONF WG list <netconf.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/netconf>, <mailto:netconf-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/netconf/>
List-Post: <mailto:netconf@ietf.org>
List-Help: <mailto:netconf-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/netconf>, <mailto:netconf-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 30 Sep 2020 17:33:44 -0000

Hi Robert,

> That is assuming the list in question has iteration order which is
> stable. I do not believe this is something RFC7950 mandates on anything
> except ordered-by=user.

If not “ordered-by user”, then its “ordered-by system” that, as RFC 7950 says, "the server is free to sort the list entries in any reasonable order.”  This is a stable ordering, IMO.



> So let's say the list has 4 elements A, B, C, D.
> 
> 1) The first request returns items A, B, C.
> 2) An item is inserted before C, so that the list is E, A, B, C, D.
> 3) What does the second request return?
> 
> Similarly:
> 
> 1) The first request returns items A, B, C.
> 2) An item is deleted before C, so that the list is B, C, D.
> 3) What does the second request return?
> 
> Pagination is deceptively hard.

Is your conjecture that the solution should enable something akin to cursors?  Would this be an advanced feature that a server might support on a list-by-list basis?   Maybe "node-tags” could be useful here too…

K.