datatracker.ietf.org
Sign In
Version 4.51.p2, 2013-06-11
Report a bug

CoRE Interfaces
draft-shelby-core-interfaces-05

Active Internet-Draft (None)
Document Stream: No stream defined
Last updated: 2013-03-16
Intended RFC status: (None)
Other versions: plain text, xml, pdf, html

Document shepherd:(None)
Shepherd writeup

IESG State: I-D Exists
Responsible AD: (None)
Send notices to: No addresses provided

CoRE                                                           Z. Shelby
Internet-Draft                                                 Sensinode
Intended status: Standards Track                               M.V. Vial
Expires: September 17, 2013                           Schneider-Electric
                                                          March 16, 2013

                            CoRE Interfaces
                    draft-shelby-core-interfaces-05

Abstract

   This document defines well-known REST interface descriptions for
   Batch, Sensor, Parameter and Actuator types for use in contrained web
   servers using the CoRE Link Format.  A short reference is provided
   for each type that can be efficiently included in the interface
   description attribute of the CoRE Link Format.  These descriptions
   are intended to be for general use in resource designs or for
   inclusion in more specific interface profiles.  In addition, this
   document defines the concepts of Function Set and Binding.  The
   former is the basis element to create RESTful profiles and the latter
   helps the configuration of links between resources located on one or
   more endpoints.

Status of This Memo

   This Internet-Draft is submitted in full conformance with the
   provisions of BCP 78 and BCP 79.

   Internet-Drafts are working documents of the Internet Engineering
   Task Force (IETF).  Note that other groups may also distribute
   working documents as Internet-Drafts.  The list of current Internet-
   Drafts is at http://datatracker.ietf.org/drafts/current/.

   Internet-Drafts are draft documents valid for a maximum of six months
   and may be updated, replaced, or obsoleted by other documents at any
   time.  It is inappropriate to use Internet-Drafts as reference
   material or to cite them other than as "work in progress."

   This Internet-Draft will expire on September 17, 2013.

Copyright Notice

   Copyright (c) 2013 IETF Trust and the persons identified as the
   document authors.  All rights reserved.

   This document is subject to BCP 78 and the IETF Trust's Legal
   Provisions Relating to IETF Documents

Shelby & Vial          Expires September 17, 2013               [Page 1]
Internet-Draft              CoRE Interfaces                   March 2013

   (http://trustee.ietf.org/license-info) in effect on the date of
   publication of this document.  Please review these documents
   carefully, as they describe your rights and restrictions with respect
   to this document.  Code Components extracted from this document must
   include Simplified BSD License text as described in Section 4.e of
   the Trust Legal Provisions and are provided without warranty as
   described in the Simplified BSD License.

Table of Contents

   1.  Introduction  . . . . . . . . . . . . . . . . . . . . . . . .   2
   2.  Terminology . . . . . . . . . . . . . . . . . . . . . . . . .   3
   3.  Function Set  . . . . . . . . . . . . . . . . . . . . . . . .   4
     3.1.  Defining a Function Set . . . . . . . . . . . . . . . . .   4
       3.1.1.  Path template . . . . . . . . . . . . . . . . . . . .   4
       3.1.2.  Resource Type . . . . . . . . . . . . . . . . . . . .   5
       3.1.3.  Interface Description . . . . . . . . . . . . . . . .   5
       3.1.4.  Data type . . . . . . . . . . . . . . . . . . . . . .   5
     3.2.  Discovery . . . . . . . . . . . . . . . . . . . . . . . .   6
     3.3.  Versioning  . . . . . . . . . . . . . . . . . . . . . . .   6
   4.  Bindings  . . . . . . . . . . . . . . . . . . . . . . . . . .   6
     4.1.  Format  . . . . . . . . . . . . . . . . . . . . . . . . .   7
     4.2.  Binding methods . . . . . . . . . . . . . . . . . . . . .   8
     4.3.  Binding table . . . . . . . . . . . . . . . . . . . . . .   9
   5.  Interface Descriptions  . . . . . . . . . . . . . . . . . . .   9
     5.1.  Link List . . . . . . . . . . . . . . . . . . . . . . . .  10
     5.2.  Batch . . . . . . . . . . . . . . . . . . . . . . . . . .  11
     5.3.  Linked Batch  . . . . . . . . . . . . . . . . . . . . . .  11
     5.4.  Sensor  . . . . . . . . . . . . . . . . . . . . . . . . .  13
     5.5.  Parameter . . . . . . . . . . . . . . . . . . . . . . . .  13
     5.6.  Read-only Parameter . . . . . . . . . . . . . . . . . . .  14
     5.7.  Actuator  . . . . . . . . . . . . . . . . . . . . . . . .  14
     5.8.  Binding . . . . . . . . . . . . . . . . . . . . . . . . .  15
     5.9.  Resource Observation Attributes . . . . . . . . . . . . .  15
     5.10. Future Interfaces . . . . . . . . . . . . . . . . . . . .  18
     5.11. WADL Description  . . . . . . . . . . . . . . . . . . . .  18
   6.  Security Considerations . . . . . . . . . . . . . . . . . . .  22
   7.  IANA Considerations . . . . . . . . . . . . . . . . . . . . .  22
   8.  Acknowledgments . . . . . . . . . . . . . . . . . . . . . . .  22