[core] draft-ietf-core-resource-directory = GET /rd
Jim Schaad <ietf@augustcellars.com> Thu, 31 August 2017 01:59 UTC
Return-Path: <ietf@augustcellars.com>
X-Original-To: core@ietfa.amsl.com
Delivered-To: core@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id EB84013219A; Wed, 30 Aug 2017 18:59:53 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.001
X-Spam-Level:
X-Spam-Status: No, score=-2.001 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (2048-bit key) header.d=augustcellars.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 y2fzdVtBwYY4; Wed, 30 Aug 2017 18:59:52 -0700 (PDT)
Received: from mail4.augustcellars.com (augustcellars.com [50.45.239.150]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 482D912008A; Wed, 30 Aug 2017 18:59:52 -0700 (PDT)
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Content-Language: en-us
DKIM-Signature: v=1; a=rsa-sha256; d=augustcellars.com; s=winery; c=simple/simple; t=1504144758; h=from:subject:to:date:message-id; bh=SQjiBMHIUK+iyCZwV+o94aUKTo1oVeiYAlWR80/c1No=; b=jpZpSTMyD6Wa+vZTO6i7P7MTRdcTBQ4xctqBRzmKjdLs6cG+OScl7eIyTdqxAyUgxfLgv1z30MN 3Faga1qnRuhT9zzGXo/Qu3JgTYLR59fhKCM4OJfoZDoJQFv3FBASPjKGvRb4x3/B/Hiqc7rbWO68c pLN12K/07XPIYQ3gWd5axW7JT0FixEP8G5MCMbjHwVeFmVxezqN8v/KpZQHC3haplU5HWLE5RwoUW MHwlgXLYDJ+H+KfNk2BbI1El3eKlToYNmFzd8FihHPQwE2eLfsAAPnylt4iMZCv714FyHNYZlSpAe 9OehhqAgnwqDk3lpYtQ9+5wEDc3SQbWD+G5w==
Received: from mail2.augustcellars.com (192.168.1.201) by mail4.augustcellars.com (192.168.1.153) with Microsoft SMTP Server (TLS) id 15.0.1263.5; Wed, 30 Aug 2017 18:59:17 -0700
Received: from Hebrews (73.180.8.170) by mail2.augustcellars.com (192.168.0.56) with Microsoft SMTP Server (TLS) id 15.0.1263.5; Wed, 30 Aug 2017 18:59:13 -0700
From: Jim Schaad <ietf@augustcellars.com>
To: draft-ietf-core-resource-directory@ietf.org
CC: core@ietf.org
Date: Wed, 30 Aug 2017 18:59:44 -0700
Message-ID: <016801d321fc$d2820d50$778627f0$@augustcellars.com>
MIME-Version: 1.0
X-Mailer: Microsoft Outlook 16.0
Thread-Index: AdMh+lDNFE87jaZiTrSD4LE+r4oZvg==
X-Originating-IP: [73.180.8.170]
Archived-At: <https://mailarchive.ietf.org/arch/msg/core/HYhAYSoCXzO8VooYywhdOOgza_Q>
Subject: [core] draft-ietf-core-resource-directory = GET /rd
X-BeenThere: core@ietf.org
X-Mailman-Version: 2.1.22
Precedence: list
List-Id: "Constrained RESTful Environments \(CoRE\) Working Group list" <core.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/core>, <mailto:core-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/core/>
List-Post: <mailto:core@ietf.org>
List-Help: <mailto:core-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/core>, <mailto:core-request@ietf.org?subject=subscribe>
X-List-Received-Date: Thu, 31 Aug 2017 01:59:54 -0000
I am wondering if there should be a GET action defined against the resource directory object. Currently, if an entity does a registration for an endpoint it gets back a location for that registration. If a second entity modifies the endpoint and wants to update the registration, it currently has no method to get the location associated with the endpoint and cannot make a second new registration since the <domain, endpoint> pair is required to be unique. Thus Interaction: EP -> RD Method: GET URI Template: {+rd}{?ep,d} Content-Format: application/link-format (or variants) <rd/0099>;ep=endpoint1,<rd/0098>;ep=endpoint1;domain=beta, ... Jim
- [core] draft-ietf-core-resource-directory = GET /… Jim Schaad
- Re: [core] draft-ietf-core-resource-directory = G… peter van der Stok
- Re: [core] draft-ietf-core-resource-directory = G… Jim Schaad
- Re: [core] draft-ietf-core-resource-directory = G… Michael Koster
- Re: [core] draft-ietf-core-resource-directory = G… peter van der Stok
- Re: [core] draft-ietf-core-resource-directory = G… Michael Koster
- Re: [core] draft-ietf-core-resource-directory = G… Jim Schaad
- Re: [core] draft-ietf-core-resource-directory = G… peter van der Stok
- Re: [core] draft-ietf-core-resource-directory = G… Michael Koster
- Re: [core] draft-ietf-core-resource-directory = G… peter van der Stok
- Re: [core] draft-ietf-core-resource-directory = G… Michael Koster
- Re: [core] draft-ietf-core-resource-directory = G… Christian Amsüss