NETCONF M. Jethanandani
Internet-Draft Kloud Services
Intended status: Standards Track K. Watsen
Expires: 1 January 2027 Watsen Networks
30 June 2026
An HTTPS-based Transport for YANG Notifications
draft-ietf-netconf-https-notif-16
Abstract
This document defines a protocol for sending asynchronous event
notifications similar to notifications defined in RFC 5277, but over
HTTPS. YANG modules for configuring publishers are also defined.
Examples are provided illustrating how to configure various
publishers.
This document requires that the publisher is a "server" (e.g., a
NETCONF or RESTCONF server), but does not assume that the receiver is
a server.
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 1 January 2027.
Copyright Notice
Copyright (c) 2026 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 (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
Jethanandani & Watsen Expires 1 January 2027 [Page 1]
Internet-Draft HTTPS Notification Transport June 2026
and restrictions with respect to this document. Code Components
extracted from this document must include Revised BSD License text as
described in Section 4.e of the Trust Legal Provisions and are
provided without warranty as described in the Revised BSD License.
Table of Contents
1. Introduction . . . . . . . . . . . . . . . . . . . . . . . . 3
1.1. Applicability Statement . . . . . . . . . . . . . . . . . 3
1.2. Note to RFC Editor . . . . . . . . . . . . . . . . . . . 4
1.3. Abbreviations . . . . . . . . . . . . . . . . . . . . . . 4
1.4. Terminology . . . . . . . . . . . . . . . . . . . . . . . 4
1.4.1. Terms Imported from other RFCs . . . . . . . . . . . 4
1.5. Tree Diagram . . . . . . . . . . . . . . . . . . . . . . 5
2. Overview of Publisher to Receiver Interaction . . . . . . . . 5
3. Discovering a Receiver's Capabilities . . . . . . . . . . . . 6
3.1. Applicability . . . . . . . . . . . . . . . . . . . . . . 6
3.2. Request . . . . . . . . . . . . . . . . . . . . . . . . . 7
3.3. Response . . . . . . . . . . . . . . . . . . . . . . . . 7
3.4. Example . . . . . . . . . . . . . . . . . . . . . . . . . 7
4. Sending Event Notifications . . . . . . . . . . . . . . . . . 8
4.1. Request . . . . . . . . . . . . . . . . . . . . . . . . . 9
4.2. Response . . . . . . . . . . . . . . . . . . . . . . . . 9
4.3. Example . . . . . . . . . . . . . . . . . . . . . . . . . 9
5. Support for Legacy Notifications (RFC 5277) . . . . . . . . . 10
5.1. Request . . . . . . . . . . . . . . . . . . . . . . . . . 10
5.2. Capabilities . . . . . . . . . . . . . . . . . . . . . . 10
5.3. Example . . . . . . . . . . . . . . . . . . . . . . . . . 11
6. The "ietf-subscribed-notif-receivers" Module . . . . . . . . 12
6.1. Data Model Overview . . . . . . . . . . . . . . . . . . . 12
6.2. YANG Module . . . . . . . . . . . . . . . . . . . . . . . 12
7. The "ietf-https-notif-transport" Module . . . . . . . . . . . 15
7.1. Data Model Overview . . . . . . . . . . . . . . . . . . . 15
7.2. YANG module . . . . . . . . . . . . . . . . . . . . . . . 18
8. Security Considerations . . . . . . . . . . . . . . . . . . . 22
9. IANA Considerations . . . . . . . . . . . . . . . . . . . . . 23
9.1. The "IETF XML" Registry . . . . . . . . . . . . . . . . . 23
9.2. The "YANG Module Names" Registry . . . . . . . . . . . . 24
9.3. Registration of 'yang-notif' URN Sub-namespace . . . . . 24
9.4. Registration of 'https' URN Sub-namespace . . . . . . . . 24
10. References . . . . . . . . . . . . . . . . . . . . . . . . . 25
10.1. Normative references . . . . . . . . . . . . . . . . . . 25
10.2. Informative references . . . . . . . . . . . . . . . . . 28
Appendix A. Configuration Examples . . . . . . . . . . . . . . . 28
A.1. Using Subscribed Notifications (RFC 8639) . . . . . . . . 28
A.2. Not Using Subscribed Notifications . . . . . . . . . . . 31
Acknowledgements . . . . . . . . . . . . . . . . . . . . . . . . 33
Authors' Addresses . . . . . . . . . . . . . . . . . . . . . . . 33
Jethanandani & Watsen Expires 1 January 2027 [Page 2]
Internet-Draft HTTPS Notification Transport June 2026
1. Introduction
This document defines a protocol for sending asynchronous event
notifications similar to notifications defined in NETCONF Event
Notifications [RFC5277], but over HTTPS. Using HTTP Semantics
[RFC9110], which maximizes transport-level interoperability, while
allowing for a variety of encoding options. The protocol supports
HTTP/1.1: Message Syntax and Routing [RFC9112] and, HTTP/2 [RFC9113].
While the payload does not change between these versions of HTTP and
HTTP/3 [RFC9114], the underlying transport does. Since there is no
support for configuring the minimum required parameters to enable
notifications over HTTP/3 [RFC9114], support for it is considered out
of scope of this document at this time.
This document defines support for JSON and XML content, using the
media types defined in RESTCONF [RFC8040]; future efforts may define
support for other encodings (e.g., CBOR). This document also defines
optional support for sending legacy notifications as defined in
NETCONF Event Notifications [RFC5277] using "application/xml" as the
media type. This document requires that the publisher is a network
management server (e.g., a NETCONF or RESTCONF server), but does not
require that the receiver also be a network management server. The
receiver is, however, required to be an HTTPS server capable of
receiving the notifications.
This document also defines two YANG 1.1 [RFC7950] modules that extend
the data model defined in Subscription to YANG Notifications
[RFC8639], enabling the configuration of HTTPS-based receivers.
An example module illustrating the configuration of a publisher not
using the data model defined in RFC 8639 is also provided.
Configured subscriptions enable a server (e.g., a NETCONF or RESTCONF
server), acting as a publisher of notifications, to proactively push
notifications to external receivers without the receivers needing to
first connect to the server, as is the case with dynamic
subscriptions.
1.1. Applicability Statement
While the YANG modules have been defined as an augmentation of
Subscription to YANG Notifications [RFC8639], the notification method
defined in this document MAY be used outside of Subscription to YANG
Notifications [RFC8639] by using some of the definitions from this
module along with the grouping defined in Groupings for HTTP Clients
and Servers [I-D.ietf-netconf-http-client-server]. For an example on
how that can be done, see Section A.2.
Jethanandani & Watsen Expires 1 January 2027 [Page 3]
Internet-Draft HTTPS Notification Transport June 2026
1.2. Note to RFC Editor
This document uses several placeholder values throughout the
document. Please replace them as follows and remove this section
before publication.
RFC XXXX, where XXXX is the number assigned to this document at the
time of publication.
RFC YYYY, where YYYY is the number assigned to
[I-D.ietf-netconf-http-client-server].
2026-06-30 with the actual date of the publication of this document.
1.3. Abbreviations
+=========+====================================+
| Acronym | Expansion |
+=========+====================================+
| HTTP | Hypertext Transfer Protocol |
+---------+------------------------------------+
| HTTPS | Hypertext Transfer Protocol Secure |
+---------+------------------------------------+
| SSE | Server-Sent Events |
+---------+------------------------------------+
| TCP | Transmission Control Protocol |
+---------+------------------------------------+
| TLS | Transport Layer Security |
+---------+------------------------------------+
Table 1
1.4. Terminology
The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT",
"SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and
"OPTIONAL" in this document are to be interpreted as described in BCP
14 [RFC2119] [RFC8174] when, and only when, they appear in all
capitals, as shown here.
1.4.1. Terms Imported from other RFCs
The following terms are defined in Subscription to YANG Notifications
[RFC8639].
* Publisher
* Receiver
Jethanandani & Watsen Expires 1 January 2027 [Page 4]
Internet-Draft HTTPS Notification Transport June 2026
* Subscribed Notifications
The following term is defined in RESTCONF Protocol [RFC8040].
* target resource
1.5. Tree Diagram
The tree diagram for the YANG modules defined in this document use
annotations defined in YANG Tree Diagrams. [RFC8340].
2. Overview of Publisher to Receiver Interaction
The protocol consists of two HTTP-based target resources presented by
the receiver. These two resources share a common prefix that the
publisher learns from a request it issues, as defined in section 3.2.
If the data model in section 6.2 is used, this common prefix is
defined by the "path" leaf in the "http-client-parameters" container.
* "capabilities": A target resource enabling the publisher to
discover what optional capabilities a receiver supports.
Publishers SHOULD query this target before sending any
notifications or if ever an error occurs.
* "relay-notification": A target resource enabling the publisher to
send one or more notification to a receiver. This document
defines support for sending only one notification per message; a
future effort MAY extend the protocol to send multiple
notifications per message.
The protocol is illustrated in the diagram below:
Jethanandani & Watsen Expires 1 January 2027 [Page 5]
Internet-Draft HTTPS Notification Transport June 2026
------------- --------------
| Publisher | | Receiver |
------------- --------------
Send HTTPS GET message ------>
to discover receiver's
capabilities
<------ Send 200 (OK) containing
capabilities supported
by the receiver
+-- For Each Notification ------------------ ---------------------+
| |
| Send HTTPS POST message ------> |
| with YANG defined |
| notification |
| |
| <------ Send 204 (No Content) |
+-----------------------------------------------------------------+
Note that, for RFC 8639 configured subscriptions, the very first
notification must be the "subscription-started" notification.
3. Discovering a Receiver's Capabilities
3.1. Applicability
For publishers using Subscription to YANG Notifications [RFC8639],
dynamic discovery of a receiver's supported encoding is necessary
only when the "/subscriptions/subscription/encoding" leaf is not
configured, per the "encoding" leaf's description statement in the
"ietf-subscribed-notification" module.
If the "encoding" leaf is not configured, and the publisher wants to
send a notification in a particular format, without going through the
setup operation of learning the receiver capabilities, it can do so,
but has to be prepared for the case when it receives an error
response, because the receiver does not support the format sent by
the publisher.
Jethanandani & Watsen Expires 1 January 2027 [Page 6]
Internet-Draft HTTPS Notification Transport June 2026
3.2. Request
To learn the capabilities of a receiver, a publisher can issue an
HTTPS GET request to the "capabilities" resource (see Section 2) on
the receiver with the "Accept" header set to "application/yang-
data+xml" and/or "application/yang-data+json", as defined in RESTCONF
[RFC8040].
3.3. Response
The receiver responds with a "200 (OK)" message, having the "Content-
Type" header set to either "application/yang-data+xml" or
"application/yang-data+json" (whichever was selected), and containing
in the response body a list of the receiver's capabilities encoded in
the selected format.
The response body MUST conform to the "receiver-capabilities"
structure defined in the "ietf-https-notif-transport" YANG module
(see YANG Data Structure Extensions [RFC8791]), which is shown below:
structure receiver-capabilities {
description
"A structure defining the response body for the capabilities
GET request.";
leaf-list receiver-capability {
type inet:uri;
description
"A capability supported by the receiver. A partial list of
capabilities is defined in the 'Capabilities for HTTPS
Notification Receivers' registry (see RFC XXXX). Additional
custom capabilities MAY be defined.";
}
}
As it is possible that the receiver may return custom capability
URIs, the publisher MUST ignore any capabilities that it does not
recognize.
3.4. Example
The publisher can send the following request to learn the receiver
capabilities. In this example, the "Accept" states that the
publisher wants to receive the capabilities response in XML but, if
not supported, then in JSON.
GET /some/path/capabilities HTTP/1.1
Host: example.com
Accept: application/yang-data+xml, application/yang-data+json;q=0.5
Jethanandani & Watsen Expires 1 January 2027 [Page 7]
Internet-Draft HTTPS Notification Transport June 2026
If the receiver is able to reply using "application/yang-data+xml",
and assuming it is able to receive JSON and XML encoded
notifications, and it is able to process the RFC 8639 state machine,
the response might look like this:
HTTP/1.1 200 OK
Date: Wed, 26 Feb 2020 20:33:30 GMT
Server: example-server
Cache-Control: no-cache
Content-Type: application/yang-data+xml
urn:ietf:params:yang-notif:https-capability:encoding:json
urn:ietf:params:yang-notif:https-capability:encoding:xml
urn:ietf:params:yang-notif:https-capability:sub-notif
If the receiver is unable to reply using "application/yang-data+xml",
the response might look like this:
HTTP/1.1 200 OK
Date: Wed, 26 Feb 2020 20:33:30 GMT
Server: example-server
Cache-Control: no-cache
Content-Type: application/yang-data+json
Content-Length: nnn
{
"ietf-https-notif-transport:receiver-capabilities": {
"receiver-capability": [
"urn:ietf:params:yang-notif:https-capability:encoding:json",
"urn:ietf:params:yang-notif:https-capability:encoding:xml",
"urn:ietf:params:yang-notif:https-capability:sub-notif"
]
}
}
4. Sending Event Notifications
Jethanandani & Watsen Expires 1 January 2027 [Page 8]
Internet-Draft HTTPS Notification Transport June 2026
4.1. Request
The publisher sends an HTTP POST request to the "relay-notification"
resource (see Section 2) on the receiver with the "Content-Type"
header set to either "application/yang-data+json" or "application/
yang-data+xml" and a body containing the notification encoded using
the specified format.
XML-encoded notifications are encoded using the format defined by
NETCONF Event Notifications [RFC5277] for XML.
JSON-encoded notifications are encoded the same as specified in
Section 6.4 in RESTCONF [RFC8040] with the following deviations:
* The notifications do not contain the "data:" prefix used by
Server-Sent Events (SSE).
* Instead of saying that, for JSON-encoding purposes, the module
name for the "notification" element is "ietf-restconf", the module
name will instead be "ietf-https-notif".
4.2. Response
The response on success SHOULD be from the 2XX class of codes. In
case of corrupted or malformed event, the response SHOULD be an
appropriate HTTP error response.
4.3. Example
An XML-encoded notification might be sent as follows:
POST /some/path/relay-notification HTTP/1.1
Host: example.com
Content-Type: application/yang-data+xml
2019-03-22T12:35:00Z
fault
Ethernet0
major
A JSON-encoded notification might be sent as follows:
Jethanandani & Watsen Expires 1 January 2027 [Page 9]
Internet-Draft HTTPS Notification Transport June 2026
POST /some/path/relay-notification HTTP/1.1
Host: example.com
Content-Type: application/yang-data+json
{
"ietf-https-notif:notification": {
"eventTime": "2013-12-21T00:01:00Z",
"example-mod:event" : {
"event-class" : "fault",
"reporting-entity" : { "card" : "Ethernet0" },
"severity" : "major"
}
}
}
And, in either case, the response on success might be as follows:
HTTP/1.1 204 No Content
Date: Wed, 26 Feb 2020 20:33:30 GMT
Server: example-server
5. Support for Legacy Notifications (RFC 5277)
This document primarily defines a transport for YANG notifications as
defined in Subscription to YANG Notifications [RFC8639]. However,
implementations MAY also use this HTTPS-based transport to send
legacy event notifications as defined in NETCONF Event Notifications
[RFC5277]. This section defines how such legacy notifications are
sent and how a receiver advertises support for them.
5.1. Request
When sending legacy RFC 5277 notifications, the publisher sends an
HTTP POST request to the "relay-notification" resource (see
Section 2) with the "Content-Type" header set to "application/xml".
The body MUST contain the notification encoded as defined in NETCONF
Event Notifications [RFC5277].
5.2. Capabilities
A receiver that supports legacy RFC 5277 notifications MUST advertise
this capability by including the following URI in its capabilities
response (see Section 2):
urn:ietf:params:yang-notif:https-capability:rfc5277-notif
Jethanandani & Watsen Expires 1 January 2027 [Page 10]
Internet-Draft HTTPS Notification Transport June 2026
A publisher MUST NOT send RFC 5277 legacy notifications unless it has
confirmed that the receiver supports the "rfc5277-notif" capability
URI. The publisher MUST confirm this either by querying the
receiver's capabilities as described in Section 2, or through prior
knowledge (e.g., static configuration).
A YANG-aware publisher SHOULD issue the capabilities request with an
"Accept" header set to "application/yang-data+xml" and/or
"application/yang-data+json", as described in Section 2. A legacy
publisher that only understands "application/xml" MAY instead set the
"Accept" header to "application/xml". In that case, the receiver
SHOULD respond with "Content-Type: application/xml" and the same
"receiver-capabilities" XML structure, allowing the legacy publisher
to parse the capability URIs without requiring knowledge of YANG
media types.
5.3. Example
A legacy publisher that only understands "application/xml" can
discover receiver capabilities as follows:
GET /some/path/capabilities HTTP/1.1
Host: example.com
Accept: application/xml
The receiver, recognizing that the publisher sent "Accept:
application/xml", responds with the same "receiver-capabilities"
structure but using "Content-Type: application/xml":
HTTP/1.1 200 OK
Date: Wed, 26 Feb 2020 20:33:30 GMT
Server: example-server
Cache-Control: no-cache
Content-Type: application/xml
urn:ietf:params:yang-notif:https-capability:encoding:json
urn:ietf:params:yang-notif:https-capability:encoding:xml
urn:ietf:params:yang-notif:https-capability:rfc5277-notif
Jethanandani & Watsen Expires 1 January 2027 [Page 11]
Internet-Draft HTTPS Notification Transport June 2026
Having confirmed the "rfc5277-notif" capability, the legacy publisher
then sends a notification as follows:
POST /some/path/relay-notification HTTP/1.1
Host: example.com
Content-Type: application/xml
2019-03-22T12:35:00Z
fault
Ethernet0
major
And the response on success might be as follows:
HTTP/1.1 204 No Content
Date: Wed, 26 Feb 2020 20:33:30 GMT
Server: example-server
6. The "ietf-subscribed-notif-receivers" Module
6.1. Data Model Overview
This YANG module augments the "ietf-subscribed-notifications" module
to define a choice of transport types that other modules such as the
"ietf-https-notif-transport" module can use to define a transport
specific receiver.
module: ietf-subscribed-notif-receivers
augment /sn:subscriptions:
+--rw receiver-instances
+--rw receiver-instance* [name]
+--rw name string
+--rw (transport-type)
augment /sn:subscriptions/sn:subscription/sn:receivers/sn:receiver:
+--rw receiver-instance-ref? leafref
6.2. YANG Module
The YANG module imports Subscription to YANG Notifications [RFC8639].
Jethanandani & Watsen Expires 1 January 2027 [Page 12]
Internet-Draft HTTPS Notification Transport June 2026
file "ietf-subscribed-notif-receivers@2026-06-30.yang"
module ietf-subscribed-notif-receivers {
yang-version 1.1;
namespace
"urn:ietf:params:xml:ns:yang:ietf-subscribed-notif-receivers";
prefix "snr";
import ietf-subscribed-notifications {
prefix sn;
reference
"RFC 8639: Subscription to YANG Notifications";
}
organization
"IETF NETCONF Working Group";
contact
"WG Web:
WG List:
Authors: Mahesh Jethanandani (mjethanandani at gmail dot com)
Kent Watsen (kent plus ietf at watsen dot net)";
description
"This YANG module is implemented by Publishers implementing
the 'ietf-subscribed-notifications' module defined in RFC 8639.
While this module is defined in RFC XXXX, which primarily
defines an HTTPS-based transport for notifications, this module
is not HTTP-specific. It is a generic extension that can be
used by any 'notif' transport.
This module defines two 'augment' statements. One statement
augments a 'container' statement called 'receiver-instances'
into the top-level 'subscriptions' container. The other
statement, called 'receiver-instance-ref', augments a 'leaf'
statement into each 'receiver' that references one of the
afore mentioned receiver instances. This indirection enables
multiple configured subscriptions to send notifications to
the same receiver instance.
Copyright (c) 2024 IETF Trust and the persons identified as
authors of the code. All rights reserved.
Redistribution and use in source and binary forms, with or
without modification, is permitted pursuant to, and subject
to the license terms contained in, the Revised BSD
License set forth in Section 4.c of the IETF Trust's Legal
Provisions Relating to IETF Documents
Jethanandani & Watsen Expires 1 January 2027 [Page 13]
Internet-Draft HTTPS Notification Transport June 2026
(http://trustee.ietf.org/license-info).
This version of this YANG module is part of RFC XXXX; see
the RFC itself for full legal notices.
The key words 'MUST', 'MUST NOT', 'REQUIRED', 'SHALL', 'SHALL
NOT', 'SHOULD', 'SHOULD NOT', 'RECOMMENDED', 'NOT RECOMMENDED',
'MAY', and 'OPTIONAL' in this document are to be interpreted as
described in BCP 14 (RFC 2119) (RFC 8174) when, and only when,
they appear in all capitals, as shown here.";
revision "2026-06-30" {
description
"Initial Version.";
reference
"RFC XXXX: An HTTPS-based Transport for YANG Notifications.";
}
augment "/sn:subscriptions" {
container receiver-instances {
description
"A container for all instances of receivers.";
list receiver-instance {
key "name";
leaf name {
type string;
description
"An arbitrary but unique name for this receiver
instance.";
}
choice transport-type {
mandatory true;
description
"Choice of different types of transports used to
send notifications. The 'case' statements must
be augmented in by other modules.";
}
description
"A list of all receiver instances.";
}
}
description
"Augment the subscriptions container to define the
transport type.";
}
Jethanandani & Watsen Expires 1 January 2027 [Page 14]
Internet-Draft HTTPS Notification Transport June 2026
augment
"/sn:subscriptions/sn:subscription/sn:receivers/sn:receiver" {
leaf receiver-instance-ref {
type leafref {
path "/sn:subscriptions/snr:receiver-instances/" +
"snr:receiver-instance/snr:name";
}
description
"Reference to a receiver instance.";
}
description
"Augment the subscriptions container to define an optional
reference to a receiver instance.";
}
}
7. The "ietf-https-notif-transport" Module
7.1. Data Model Overview
This YANG module is a definition of a set of receivers that are
interested in the notifications published by the publisher. The
module contains the TCP, TLS and HTTPS parameters that are needed to
communicate with the receiver. The module augments the "ietf-
subscribed-notif-receivers" module to define a transport specific
receiver.
As mentioned earlier, it uses a POST method to deliver the
notification. The "http-receiver/tls/http-client-parameters/path"
leaf defines the path for the resource on the receiver, as defined by
"path-absolute" in URI Generic Syntax [RFC3986]. The user-id used by
Network Configuration Access Control Model [RFC8341], is that of the
receiver and is derived from the certificate presented by the
receiver as part of "receiver-identity".
An abridged tree diagram representing the module is shown below.
module: ietf-https-notif-transport
augment /sn:subscriptions/snr:receiver-instances
/snr:receiver-instance/snr:transport-type:
+--:(https)
+--rw https-receiver
+--rw capabilities-endpoint
| +--rw uri
| | +--rw scheme string
| | +--rw authority!
Jethanandani & Watsen Expires 1 January 2027 [Page 15]
Internet-Draft HTTPS Notification Transport June 2026
| | | +--rw userinfo? string
| | | +--rw host inet:host
| | | +--rw port? inet:port-number
| | +--rw path? string
| | +--rw query? string
| | +--rw fragment? string
| +--rw protocol-versions!
| | +--rw protocol-version* httpv:http-protocol-version
| +--rw tls-client-parameters!
| | +--rw client-identity!
| | | +--rw (auth-type)
| | | +--:(certificate) {client-ident-x509-cert}?
| | | | ...
| | | +--:(raw-public-key)
| | | | {client-ident-raw-public-key}?
| | | | ...
| | | +--:(tls12-psk) {client-ident-tls12-psk}?
| | | | ...
| | | +--:(tls13-epsk) {client-ident-tls13-epsk}?
| | | ...
| | +--rw server-authentication
| | | +--rw ca-certs! {server-auth-x509-cert}?
| | | | +--rw (inline-or-truststore)
| | | | ...
| | | +--rw ee-certs! {server-auth-x509-cert}?
| | | | +--rw (inline-or-truststore)
| | | | ...
| | | +--rw raw-public-keys!
| | | | {server-auth-raw-public-key}?
| | | | +--rw (inline-or-truststore)
| | | | ...
| | | +--rw tls12-psks? empty
| | | | {server-auth-tls12-psk}?
| | | +--rw tls13-epsks? empty
| | | {server-auth-tls13-epsk}?
| | +--rw hello-params {tlscmn:hello-params}?
| | | +--rw tls-versions
| | | | +--rw min? identityref
| | | | +--rw max? identityref
| | | +--rw cipher-suites
| | | +--rw cipher-suite*
| | | tlscsa:tls-cipher-suite-algorithm
| | +--rw keepalives {tls-client-keepalives}?
| | +--rw peer-allowed-to-send? empty
| | +--rw test-peer-aliveness!
| | +--rw max-wait? uint16
| | +--rw max-attempts? uint8
| +--rw proxy-connect! {proxy-connect}?
Jethanandani & Watsen Expires 1 January 2027 [Page 16]
Internet-Draft HTTPS Notification Transport June 2026
| | +--rw protocol enumeration
| | +--rw host inet:host
| | +--rw port uint16
| +--ro supported-versions {version-discovery}?
| +--ro supported-version*
| httpv:http-protocol-version
+--rw relay-notification-endpoint
| +--rw uri
| | +--rw scheme string
| | +--rw authority!
| | | +--rw userinfo? string
| | | +--rw host inet:host
| | | +--rw port? inet:port-number
| | +--rw path? string
| | +--rw query? string
| | +--rw fragment? string
| +--rw protocol-versions!
| | +--rw protocol-version* httpv:http-protocol-version
| +--rw tls-client-parameters!
| | +--rw client-identity!
| | | +--rw (auth-type)
| | | +--:(certificate) {client-ident-x509-cert}?
| | | | ...
| | | +--:(raw-public-key)
| | | | {client-ident-raw-public-key}?
| | | | ...
| | | +--:(tls12-psk) {client-ident-tls12-psk}?
| | | | ...
| | | +--:(tls13-epsk) {client-ident-tls13-epsk}?
| | | ...
| | +--rw server-authentication
| | | +--rw ca-certs! {server-auth-x509-cert}?
| | | | +--rw (inline-or-truststore)
| | | | ...
| | | +--rw ee-certs! {server-auth-x509-cert}?
| | | | +--rw (inline-or-truststore)
| | | | ...
| | | +--rw raw-public-keys!
| | | | {server-auth-raw-public-key}?
| | | | +--rw (inline-or-truststore)
| | | | ...
| | | +--rw tls12-psks? empty
| | | | {server-auth-tls12-psk}?
| | | +--rw tls13-epsks? empty
| | | {server-auth-tls13-epsk}?
| | +--rw hello-params {tlscmn:hello-params}?
| | | +--rw tls-versions
| | | | +--rw min? identityref
Jethanandani & Watsen Expires 1 January 2027 [Page 17]
Internet-Draft HTTPS Notification Transport June 2026
| | | | +--rw max? identityref
| | | +--rw cipher-suites
| | | +--rw cipher-suite*
| | | tlscsa:tls-cipher-suite-algorithm
| | +--rw keepalives {tls-client-keepalives}?
| | +--rw peer-allowed-to-send? empty
| | +--rw test-peer-aliveness!
| | +--rw max-wait? uint16
| | +--rw max-attempts? uint8
| +--rw proxy-connect! {proxy-connect}?
| | +--rw protocol enumeration
| | +--rw host inet:host
| | +--rw port uint16
| +--ro supported-versions {version-discovery}?
| +--ro supported-version*
| httpv:http-protocol-version
+--rw receiver-identity {receiver-identity}?
+--rw cert-maps
+--rw cert-to-name* [id]
+--rw id uint32
+--rw fingerprint x509c2n:tls-fingerprint
+--rw map-type identityref
+--rw name string
7.2. YANG module
The YANG module imports Common YANG Data Types [RFC9911], A YANG Data
Model for SNMP Configuration [RFC7407], Subscription to YANG
Notifications [RFC8639], YANG Data Structure Extensions [RFC8791],
and YANG Groupings for HTTP Clients and HTTP Servers
[I-D.ietf-netconf-http-client-server]. It also defines the
"receiver-capabilities" structure used as the response body of the
capabilities GET request.
The YANG module is shown below.
file "ietf-https-notif-transport@2026-06-30.yang"
module ietf-https-notif-transport {
yang-version 1.1;
namespace "urn:ietf:params:xml:ns:yang:ietf-https-notif-transport";
prefix "hnt";
import ietf-inet-types {
prefix inet;
reference
"RFC 9911: Common YANG Data Types.";
}
Jethanandani & Watsen Expires 1 January 2027 [Page 18]
Internet-Draft HTTPS Notification Transport June 2026
import ietf-x509-cert-to-name {
prefix x509c2n;
reference
"RFC 7407: YANG Data Model for SNMP Configuration.";
}
import ietf-subscribed-notifications {
prefix sn;
reference
"RFC 8639: Subscription to YANG Notifications";
}
import ietf-subscribed-notif-receivers {
prefix snr;
reference
"RFC XXXX: An HTTPS-based Transport for YANG Notifications.";
}
import ietf-yang-structure-ext {
prefix sx;
reference
"RFC 8791: YANG Data Structure Extensions.";
}
import ietf-http-client {
prefix httpc;
reference
"RFC YYYY: YANG Groupings for HTTP Clients and HTTP Servers.";
}
organization
"IETF NETCONF Working Group";
contact
"WG Web:
WG List:
Authors: Mahesh Jethanandani (mjethanandani at gmail dot com)
Kent Watsen (kent plus ietf at watsen dot net)";
description
"This YANG module is implemented by Publishers that implement
the 'ietf-subscribed-notifications' module defined in RFC 8639.
This module augments a 'case' statement called 'https' into
the 'choice' statement called 'transport-type' defined
by the 'ietf-https-notif-transport' module defined in RFC XXXX.
Jethanandani & Watsen Expires 1 January 2027 [Page 19]
Internet-Draft HTTPS Notification Transport June 2026
Copyright (c) 2024 IETF Trust and the persons identified as
authors of the code. All rights reserved.
Redistribution and use in source and binary forms, with or
without modification, is permitted pursuant to, and subject
to the license terms contained in, the Revised BSD
License set forth in Section 4.c of the IETF Trust's Legal
Provisions Relating to IETF Documents
(http://trustee.ietf.org/license-info).
This version of this YANG module is part of RFC XXXX; see
the RFC itself for full legal notices.
The key words 'MUST', 'MUST NOT', 'REQUIRED', 'SHALL', 'SHALL
NOT', 'SHOULD', 'SHOULD NOT', 'RECOMMENDED', 'NOT RECOMMENDED',
'MAY', and 'OPTIONAL' in this document are to be interpreted as
described in BCP 14 (RFC 2119) (RFC 8174) when, and only when,
they appear in all capitals, as shown here.";
revision "2026-06-30" {
description
"Initial Version.";
reference
"RFC XXXX: An HTTPS-based Transport for YANG Notifications.";
}
feature receiver-identity {
description
"Indicates that the server supports filtering notifications
based on the receiver's identity derived from its TLS
certificate.";
}
identity https {
base sn:transport;
base sn:configurable-encoding;
description
"HTTPS transport for notifications.";
}
grouping https-receiver-grouping {
description
"A grouping that may be used by other modules wishing to
configure HTTPS-based notifications without using RFC 8639.";
container capabilities-endpoint {
uses httpc:http-client-grouping;
description
"Defines 'capabilities' resource endpoint.";
}
Jethanandani & Watsen Expires 1 January 2027 [Page 20]
Internet-Draft HTTPS Notification Transport June 2026
container relay-notification-endpoint {
uses httpc:http-client-grouping;
description
"Defines 'relay-notification' resource endpoint.";
}
container receiver-identity {
if-feature receiver-identity;
description
"Maps the receiver's TLS certificate to a local identity
enabling access control to be applied to filter out
notifications that the receiver may not be authorized
to view.";
container cert-maps {
uses x509c2n:cert-to-name;
description
"The cert-maps container is used by a TLS-based HTTP
server to map the HTTPS client's presented X.509
certificate to a 'local' username. Specifically, the
'name' field within the module is used along with
'specified' identity to perform the match. If no
matching and valid cert-to-name list entry is found,
the publisher MUST close the connection, and MUST
NOT send any notifications over it.";
reference
"RFC 7407: A YANG Data Model for SNMP Configuration.";
}
}
}
augment "/sn:subscriptions/snr:receiver-instances/" +
"snr:receiver-instance/snr:transport-type" {
case https {
container https-receiver {
description
"The HTTPS receiver to send notifications to.";
uses https-receiver-grouping;
}
}
description
"Augment the transport-type choice to include the 'https'
transport.";
}
sx:structure receiver-capabilities {
description
"A structure defining the response body for the GET request
to the 'capabilities' resource. Using standard YANG
Jethanandani & Watsen Expires 1 January 2027 [Page 21]
Internet-Draft HTTPS Notification Transport June 2026
encoding rules, when encoded as 'application/yang-data+xml'
the root element is 'receiver-capabilities' in the namespace
of this module, and when encoded as
'application/yang-data+json' the top-level key is
'ietf-https-notif-transport:receiver-capabilities'.";
leaf-list receiver-capability {
type inet:uri;
description
"A capability supported by the receiver. A partial list
of capabilities is defined in the 'Capabilities for HTTPS
Notification Receivers' registry (RFC XXXX). Additional
custom capabilities MAY be defined.";
}
}
}
8. Security Considerations
The YANG modules specified in this document define a schema for data
that is designed to be accessed via network management protocols such
as NETCONF [RFC6241] or RESTCONF [RFC8040]. The lowest NETCONF layer
is the secure transport layer, and the mandatory-to-implement secure
transport is Secure Shell (SSH) [RFC6242]. The lowest RESTCONF layer
is HTTPS, and the mandatory-to-implement secure transport is TLS
[RFC8446]. The NETCONF Access Control Model (NACM) [RFC8341]
provides the means to restrict access for particular NETCONF or
RESTCONF users to a preconfigured subset of all available NETCONF or
RESTCONF protocol operations and content.
The YANG modules in this document make use of groupings that are
defined in YANG Groupings for HTTP Clients and HTTP Servers
[I-D.ietf-netconf-http-client-server], YANG Groupings for TLS Clients
and TLS Servers [RFC9645], and A YANG Data Model for SNMP
Configuration [RFC7407]. Please see the Security Considerations
section of those documents for considerations related to sensitivity
and vulnerability of the data nodes defined in them. Additionally,
the parameters defined in the tls-client-grouping in the ietf-tls-
client module should follow the recommendations specified in
Recommendations for Secure Use of Transport Layer Security (TLS) and
Datagram Transport Layer Security (DTLS). [RFC9325]
Jethanandani & Watsen Expires 1 January 2027 [Page 22]
Internet-Draft HTTPS Notification Transport June 2026
There are a number of data nodes defined in the YANG modules that are
writable/creatable/deletable (i.e., config true, which is the
default). These data nodes may be considered sensitive or vulnerable
in some network environments. Write operations (e.g., edit-config)
to these data nodes without proper protection can have a negative
effect on network operations. These are the subtrees and data nodes
and their sensitivity/vulnerability:
* The "path" node in "ietf-subscribed-notif-receivers" module can be
modified by a malicious user to point to an invalid URI. Worse
still, it could point the URI of their choosing, exploit the
vulnerable client, and if redirects are followed to the same URI,
track its usage.
The container "receiver-identity" contains nodes like "cert-maps"
that are used by the HTTP server to map to the HTTPS client's
certificate to a 'local' username. An unintended modification of
these nodes will result in new connection requests be denied.
Some of the readable data nodes in the YANG modules may be considered
sensitive or vulnerable in some network environments. It is thus
important to control read access (e.g., via get, get-config, or
notification) to these data nodes. The model does not define any
readable subtrees and data nodes that are particularly sensitive or
vulnerable.
Some of the RPC operations in the YANG modules may be considered
sensitive or vulnerable in some network environments. It is thus
important to control access to these operations. The model does not
define any RPC operations.
9. IANA Considerations
9.1. The "IETF XML" Registry
This document registers two URIs in the "ns" subregistry of the "IETF
XML" registry [RFC3688]. Following the format in [RFC3688], the
following registrations are requested:
URI: urn:ietf:params:xml:ns:yang:ietf-subscribed-notif-receivers
Registrant Contact: The IESG
XML: N/A, the requested URI is an XML namespace.
URI: urn:ietf:params:xml:ns:yang:ietf-https-notif-transport
Registrant Contact: The IESG
XML: N/A, the requested URI is an XML namespace.
Jethanandani & Watsen Expires 1 January 2027 [Page 23]
Internet-Draft HTTPS Notification Transport June 2026
9.2. The "YANG Module Names" Registry
This document registers two YANG modules in the "YANG Module Names"
registry [RFC6020]. Following the format in [RFC6020], the following
registrations are requested:
name: ietf-subscribed-notif-receivers
namespace: urn:ietf:params:xml:ns:yang:ietf-subscribed-notif-receivers
prefix: snr
reference: RFC XXXX
name: ietf-https-notif-transport
namespace: urn:ietf:params:xml:ns:yang:ietf-https-notif-transport
prefix: hnt
reference: RFC XXXX
9.3. Registration of 'yang-notif' URN Sub-namespace
This document requests that IANA register a new URN Sub-namespace
within the "IETF URN Sub-namespace for Registered Protocol Parameter
Identifiers" registry defined in [RFC3553].
Registry Name: yang-notif
Specification: RFC XXXX
Repository: "YANG Notifications" registry
9.4. Registration of 'https' URN Sub-namespace
This document requests that IANA register a new URN Sub-namespace
within the "YANG Notifications" registry group defined in [RFC3553].
Registry Name: https-capability
Specification: RFC XXXX
Repository: "Capabilities for HTTPS Notification Receivers" registry
The following note shall be at the top of the registry:
This registry defines capabilities that can be
supported by HTTPS-based notification receivers.
The fields for each registry are:
* URN
- The name of the URN (required).
- The URN must conform to the syntax described by [RFC8141].
Jethanandani & Watsen Expires 1 January 2027 [Page 24]
Internet-Draft HTTPS Notification Transport June 2026
- The URN must begin with the string "urn:ietf:params:yang-
notif:https-capability".
* Reference
- The RFC that defined the URN.
- The RFC must be in the form "RFC : .
* Description
- An arbitrary description of the capability.
- The description should be no more than a few sentences.
- The description is to be in English, but may contain UTF-8
characters as may be needed in some cases.
The update policy is "RFC Required".
Following is the initial assignment for this registry:
Record:
URN: urn:ietf:params:yang-notif:https-capability:encoding:json
Reference: RFC XXXX:An HTTPS-based Transport for YANG Notifications
Description: Identifies support for JSON-encoded notifications.
Record:
URN: urn:ietf:params:yang-notif:https-capability:encoding:xml
Reference: RFC XXXX:An HTTPS-based Transport for YANG Notifications
Description: Identifies support for XML-encoded notifications.
Record:
URN: urn:ietf:params:yang-notif:https-capability:sub-notif
Reference: RFC XXXX:An HTTPS-based Transport for YANG Notifications
Description: Identifies support for state machine described in
RFC 8639, enabling the publisher to send, e.g., the
"subscription-started" notification.
Record:
URN: urn:ietf:params:yang-notif:https-capability:rfc5277-notif
Reference: RFC XXXX:An HTTPS-based Transport for YANG Notifications
Description: Identifies support for receiving legacy RFC 5277
XML notifications, transmitted using "application/xml"
as the Content-Type header value.
10. References
10.1. Normative references
Jethanandani & Watsen Expires 1 January 2027 [Page 25]
Internet-Draft HTTPS Notification Transport June 2026
[RFC2119] Bradner, S., "Key words for use in RFCs to Indicate
Requirement Levels", BCP 14, RFC 2119,
DOI 10.17487/RFC2119, March 1997,
.
[RFC3553] Mealling, M., Masinter, L., Hardie, T., and G. Klyne, "An
IETF URN Sub-namespace for Registered Protocol
Parameters", BCP 73, RFC 3553, DOI 10.17487/RFC3553, June
2003, .
[RFC3688] Mealling, M., "The IETF XML Registry", BCP 81, RFC 3688,
DOI 10.17487/RFC3688, January 2004,
.
[RFC3986] Berners-Lee, T., Fielding, R., and L. Masinter, "Uniform
Resource Identifier (URI): Generic Syntax", STD 66,
RFC 3986, DOI 10.17487/RFC3986, January 2005,
.
[RFC5277] Chisholm, S. and H. Trevino, "NETCONF Event
Notifications", RFC 5277, DOI 10.17487/RFC5277, July 2008,
.
[RFC6020] Bjorklund, M., Ed., "YANG - A Data Modeling Language for
the Network Configuration Protocol (NETCONF)", RFC 6020,
DOI 10.17487/RFC6020, October 2010,
.
[RFC6241] Enns, R., Ed., Bjorklund, M., Ed., Schoenwaelder, J., Ed.,
and A. Bierman, Ed., "Network Configuration Protocol
(NETCONF)", RFC 6241, DOI 10.17487/RFC6241, June 2011,
.
[RFC6242] Wasserman, M., "Using the NETCONF Protocol over Secure
Shell (SSH)", RFC 6242, DOI 10.17487/RFC6242, June 2011,
.
[RFC7407] Bjorklund, M. and J. Schoenwaelder, "A YANG Data Model for
SNMP Configuration", RFC 7407, DOI 10.17487/RFC7407,
December 2014, .
[RFC7950] Bjorklund, M., Ed., "The YANG 1.1 Data Modeling Language",
RFC 7950, DOI 10.17487/RFC7950, August 2016,
.
[RFC8040] Bierman, A., Bjorklund, M., and K. Watsen, "RESTCONF
Protocol", RFC 8040, DOI 10.17487/RFC8040, January 2017,
.
Jethanandani & Watsen Expires 1 January 2027 [Page 26]
Internet-Draft HTTPS Notification Transport June 2026
[RFC8174] Leiba, B., "Ambiguity of Uppercase vs Lowercase in RFC
2119 Key Words", BCP 14, RFC 8174, DOI 10.17487/RFC8174,
May 2017, .
[RFC8340] Bjorklund, M. and L. Berger, Ed., "YANG Tree Diagrams",
BCP 215, RFC 8340, DOI 10.17487/RFC8340, March 2018,
.
[RFC8341] Bierman, A. and M. Bjorklund, "Network Configuration
Access Control Model", STD 91, RFC 8341,
DOI 10.17487/RFC8341, March 2018,
.
[RFC8446] Rescorla, E., "The Transport Layer Security (TLS) Protocol
Version 1.3", RFC 8446, DOI 10.17487/RFC8446, August 2018,
.
[RFC8639] Voit, E., Clemm, A., Gonzalez Prieto, A., Nilsen-Nygaard,
E., and A. Tripathy, "Subscription to YANG Notifications",
RFC 8639, DOI 10.17487/RFC8639, September 2019,
.
[RFC8791] Bierman, A., Björklund, M., and K. Watsen, "YANG Data
Structure Extensions", RFC 8791, DOI 10.17487/RFC8791,
June 2020, .
[RFC9110] Fielding, R., Ed., Nottingham, M., Ed., and J. Reschke,
Ed., "HTTP Semantics", STD 97, RFC 9110,
DOI 10.17487/RFC9110, June 2022,
.
[RFC9112] Fielding, R., Ed., Nottingham, M., Ed., and J. Reschke,
Ed., "HTTP/1.1", STD 99, RFC 9112, DOI 10.17487/RFC9112,
June 2022, .
[RFC9113] Thomson, M., Ed. and C. Benfield, Ed., "HTTP/2", RFC 9113,
DOI 10.17487/RFC9113, June 2022,
.
[RFC9114] Bishop, M., Ed., "HTTP/3", RFC 9114, DOI 10.17487/RFC9114,
June 2022, .
[RFC9325] Sheffer, Y., Saint-Andre, P., and T. Fossati,
"Recommendations for Secure Use of Transport Layer
Security (TLS) and Datagram Transport Layer Security
(DTLS)", BCP 195, RFC 9325, DOI 10.17487/RFC9325, November
2022, .
Jethanandani & Watsen Expires 1 January 2027 [Page 27]
Internet-Draft HTTPS Notification Transport June 2026
[RFC9645] Watsen, K., "YANG Groupings for TLS Clients and TLS
Servers", RFC 9645, DOI 10.17487/RFC9645, October 2024,
.
[RFC9911] Schönwälder, J., Ed., "Common YANG Data Types", RFC 9911,
DOI 10.17487/RFC9911, December 2025,
.
[I-D.ietf-netconf-http-client-server]
Watsen, K., "YANG Groupings for HTTP Clients and HTTP
Servers", Work in Progress, Internet-Draft, draft-ietf-
netconf-http-client-server-33, 4 February 2026,
.
10.2. Informative references
[RFC8141] Saint-Andre, P. and J. Klensin, "Uniform Resource Names
(URNs)", RFC 8141, DOI 10.17487/RFC8141, April 2017,
.
Appendix A. Configuration Examples
This non-normative section shows two examples for how the "ietf-
https-notif-transport" module can be used to configure a publisher to
send notifications to a receiver.
In both examples, the publisher, being an HTTPS client, is configured
to send notifications to a receiver.
A.1. Using Subscribed Notifications (RFC 8639)
This example shows how an RFC 8639 [RFC8639] based publisher can be
configured to send notifications to a receiver.
=============== NOTE: '\' line wrapping per RFC 8792 ================
global-receiver-def
https
receiver.example.com
443
some-path
Server Cert Issuer #1
base64encodedvalue==
https
receiver.example.com
443
some-path
Server Cert Issuer #1
base64encodedvalue==
Jethanandani & Watsen Expires 1 January 2027 [Page 29]
Internet-Draft HTTPS Notification Transport June 2026
1
11:0A:05:11:00
x509c2n:san-any
6666
ph:https
some-stream
subscription-specific-receiver-def
global-receiver-def
explicitly-trusted-server-ca-certs
Trust anchors (i.e. CA certs) that are used to
authenticate connections to receivers. Receivers
are authenticated if their certificate has a chain
of trust to one of these CA certificates.
certificates.
ca.example.com
base64encodedvalue==
Fred Flintstone
base64encodedvalue==
Jethanandani & Watsen Expires 1 January 2027 [Page 30]
Internet-Draft HTTPS Notification Transport June 2026
A.2. Not Using Subscribed Notifications
In the case that it is desired to use HTTPS-based notifications
outside of Subscribed Notifications, an application-specific module
would need to define the configuration for sending the notification.
Following is an example module. Note that the module "uses" the
"https-receiver-grouping" grouping from the "ietf-https-notif-
transport" module.
module example-custom-module {
yang-version 1.1;
namespace "http://example.com/example-custom-module";
prefix "custom";
import ietf-https-notif-transport {
prefix "hnt";
reference
"RFC XXXX: An HTTPS-based Transport for YANG Notifications.";
}
organization
"Example, Inc.";
contact
"Support at example.com";
description
"Example of module not using Subscribed Notifications module.";
revision "2026-06-30" {
description
"Initial Version.";
reference
"RFC XXXX: An HTTPS-based Transport for YANG Notifications.";
}
container example-module {
description
"Example of using HTTPS notif without having to
implement Subscribed Notifications.";
container https-receivers {
description
Jethanandani & Watsen Expires 1 January 2027 [Page 31]
Internet-Draft HTTPS Notification Transport June 2026
"A container of all HTTPS notif receivers.";
list https-receiver {
key "name";
description
"A list of HTTPS notif receivers.";
leaf name {
type string;
description
"A unique name for the https-notif receiver.";
}
uses hnt:https-receiver-grouping;
}
}
}
}
Following is what the corresponding configuration looks like:
foo
https
receiver.example.com
443
some-path
Server Cert Issuer #1
base64encodedvalue==
https
Jethanandani & Watsen Expires 1 January 2027 [Page 32]
Internet-Draft HTTPS Notification Transport June 2026
receiver.example.com
443
some-path
Server Cert Issuer #1
base64encodedvalue==
Acknowledgements
The authors would like to thank for following for lively discussions
on list and in the halls (ordered by first name): Eric Voit, Henning
Rogge, Martin Bjorklund, Reshad Rahman, and Rob Wilton.
In addition, the authors would also like to thank Quifang Ma for
providing thoughtful comments as part of shepherd writeup.
Authors' Addresses
Mahesh Jethanandani
Kloud Services
Email: mjethanandani@gmail.com
Kent Watsen
Watsen Networks
Email: kent+ietf@watsen.net
Jethanandani & Watsen Expires 1 January 2027 [Page 33]