Re: [netconf] Current activities on RESTCONF/NETCONF to support paging

Carsten Bormann <cabo@tzi.org> Thu, 14 March 2019 09:38 UTC

Return-Path: <cabo@tzi.org>
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 B60A312D84D for <netconf@ietfa.amsl.com>; Thu, 14 Mar 2019 02:38:01 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -4.199
X-Spam-Level:
X-Spam-Status: No, score=-4.199 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
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 OAgpMzHK7Z4X for <netconf@ietfa.amsl.com>; Thu, 14 Mar 2019 02:38:00 -0700 (PDT)
Received: from mailhost.informatik.uni-bremen.de (mailhost.informatik.uni-bremen.de [IPv6:2001:638:708:30c9::12]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D0B5C128BCC for <netconf@ietf.org>; Thu, 14 Mar 2019 02:37:59 -0700 (PDT)
X-Virus-Scanned: amavisd-new at informatik.uni-bremen.de
Received: from submithost.informatik.uni-bremen.de (submithost2.informatik.uni-bremen.de [IPv6:2001:638:708:30c8:406a:91ff:fe74:f2b7]) by mailhost.informatik.uni-bremen.de (8.14.5/8.14.5) with ESMTP id x2E9bpvT018312; Thu, 14 Mar 2019 10:37:56 +0100 (CET)
Received: from client-0024.vpn.uni-bremen.de (client-0024.vpn.uni-bremen.de [134.102.107.24]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by submithost.informatik.uni-bremen.de (Postfix) with ESMTPSA id 44KkCM47VQz1Bp8; Thu, 14 Mar 2019 10:37:51 +0100 (CET)
Content-Type: text/plain; charset="utf-8"
Mime-Version: 1.0 (Mac OS X Mail 11.5 \(3445.9.1\))
From: Carsten Bormann <cabo@tzi.org>
In-Reply-To: <C88A38CA-44B5-42A0-9DFA-A67AE5456951@nokia.com>
Date: Thu, 14 Mar 2019 10:37:50 +0100
Cc: "netconf@ietf.org" <netconf@ietf.org>
X-Mao-Original-Outgoing-Id: 574249069.085375-ed076113238fa96eba629a19145ce51f
Content-Transfer-Encoding: quoted-printable
Message-Id: <A9A36CB5-AD6A-48DA-AB4D-34164E0560C8@tzi.org>
References: <C88A38CA-44B5-42A0-9DFA-A67AE5456951@nokia.com>
To: "Wisotzky, Sven (Nokia - DE/Stuttgart)" <sven.wisotzky@nokia.com>
X-Mailer: Apple Mail (2.3445.9.1)
Archived-At: <https://mailarchive.ietf.org/arch/msg/netconf/U02ETOfg1PYAGvnr8yNYKLLLfjA>
Subject: Re: [netconf] Current activities on RESTCONF/NETCONF to support paging
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: Thu, 14 Mar 2019 09:38:13 -0000

On Mar 14, 2019, at 10:23, Wisotzky, Sven (Nokia - DE/Stuttgart) <sven.wisotzky@nokia.com> wrote:
> 
> paging for extra-long lists

We happen to have page/count in the CoRE resource directory for this purpose.

https://tools.ietf.org/html/draft-ietf-core-resource-directory-20#section-6.2

This is not YANG-based but maybe an example for how this can be done.

And, no, we haven’t solved the concurrency problem either.

Grüße, Carsten