Registration Data Access Protocol (RDAP) Query Format
draft-ietf-regext-rfc7482bis-03
Document | Type | Active Internet-Draft (regext WG) | ||
---|---|---|---|---|
Authors | Scott Hollenbeck , Andrew Newton | |||
Last updated | 2021-03-02 (latest revision 2021-02-22) | |||
Replaces | draft-hollenbeck-regext-rfc7482bis | |||
Stream | Internent Engineering Task Force (IETF) | |||
Intended RFC status | Internet Standard | |||
Formats | plain text xml pdf htmlized (tools) htmlized bibtex | |||
Reviews | ||||
Stream | WG state | WG Consensus: Waiting for Write-Up (wg milestone: Aug 2020 - Submit for publicati... ) | ||
Document shepherd | Mario Loffredo | |||
Shepherd write-up | Show (last changed 2021-01-12) | |||
IESG | IESG state | RFC Ed Queue | ||
Action Holders |
(None)
|
|||
Consensus Boilerplate | Yes | |||
Telechat date | ||||
Responsible AD | Barry Leiba | |||
Send notices to | Mario Loffredo <mario.loffredo@iit.cnr.it> | |||
IANA | IANA review state | IANA OK - No Actions Needed | ||
IANA action state | No IANA Actions | |||
RFC Editor | RFC Editor state | EDIT | ||
Details |
REGEXT Working Group S. Hollenbeck Internet-Draft Verisign Labs Obsoletes: 7482 (if approved) A. Newton Intended status: Standards Track AWS Expires: 26 August 2021 22 February 2021 Registration Data Access Protocol (RDAP) Query Format draft-ietf-regext-rfc7482bis-03 Abstract This document describes uniform patterns to construct HTTP URLs that may be used to retrieve registration information from registries (including both Regional Internet Registries (RIRs) and Domain Name Registries (DNRs)) using "RESTful" web access patterns. These uniform patterns define the query syntax for the Registration Data Access Protocol (RDAP). If approved, this document obsoletes RFC 7482. 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 https://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 26 August 2021. Copyright Notice Copyright (c) 2021 IETF Trust and the persons identified as the document authors. All rights reserved. Hollenbeck & Newton Expires 26 August 2021 [Page 1] Internet-Draft RDAP Query Format February 2021 This document is subject to BCP 78 and the IETF Trust's Legal Provisions Relating to IETF Documents (https://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 . . . . . . . . . . . . . . . . . . . . . . . . 3 2. Conventions Used in This Document . . . . . . . . . . . . . . 4 2.1. Acronyms and Abbreviations . . . . . . . . . . . . . . . 4 3. Path Segment Specification . . . . . . . . . . . . . . . . . 5 3.1. Lookup Path Segment Specification . . . . . . . . . . . . 6 3.1.1. IP Network Path Segment Specification . . . . . . . . 6 3.1.2. Autonomous System Path Segment Specification . . . . 7 3.1.3. Domain Path Segment Specification . . . . . . . . . . 7 3.1.4. Nameserver Path Segment Specification . . . . . . . . 9 3.1.5. Entity Path Segment Specification . . . . . . . . . . 9 3.1.6. Help Path Segment Specification . . . . . . . . . . . 9 3.2. Search Path Segment Specification . . . . . . . . . . . . 10 3.2.1. Domain Search . . . . . . . . . . . . . . . . . . . . 10 3.2.2. Nameserver Search . . . . . . . . . . . . . . . . . . 11 3.2.3. Entity Search . . . . . . . . . . . . . . . . . . . . 12 4. Query Processing . . . . . . . . . . . . . . . . . . . . . . 13 4.1. Partial String Searching . . . . . . . . . . . . . . . . 13 4.2. Associated Records . . . . . . . . . . . . . . . . . . . 14 5. Extensibility . . . . . . . . . . . . . . . . . . . . . . . . 15 6. Internationalization Considerations . . . . . . . . . . . . . 15 6.1. Character Encoding Considerations . . . . . . . . . . . . 15 7. Implementation Status . . . . . . . . . . . . . . . . . . . . 16 7.1. Viagenie . . . . . . . . . . . . . . . . . . . . . . . . 17 7.2. ARIN . . . . . . . . . . . . . . . . . . . . . . . . . . 17 7.3. NicInfo . . . . . . . . . . . . . . . . . . . . . . . . . 18 7.4. LACNIC . . . . . . . . . . . . . . . . . . . . . . . . . 18 7.5. ICANN . . . . . . . . . . . . . . . . . . . . . . . . . . 19 8. IANA Considerations . . . . . . . . . . . . . . . . . . . . . 20 9. Security Considerations . . . . . . . . . . . . . . . . . . . 20 10. References . . . . . . . . . . . . . . . . . . . . . . . . . 21 10.1. Normative References . . . . . . . . . . . . . . . . . . 21 10.2. Informative References . . . . . . . . . . . . . . . . . 23 Acknowledgments . . . . . . . . . . . . . . . . . . . . . . . . . 24 Changes from RFC 7482 . . . . . . . . . . . . . . . . . . . . . . 25 Authors' Addresses . . . . . . . . . . . . . . . . . . . . . . . 26Show full document text