RFC Errata
RFC 8650, "Dynamic Subscription to YANG Events and Datastores over RESTCONF", November 2019
Source of RFC: netconf (ops)See Also: RFC 8650 w/ inline errata
Errata ID: 6367
Status: Verified
Type: Editorial
Publication Format(s) : TEXT, PDF, HTML
Reported By: Muly Ilan
Date Reported: 2020-12-24
Verifier Name: Mahesh Jethanandani
Date Verified: 2026-02-04
Section A.1.3 says:
A.1.3. Deleting Dynamic Subscriptions
The following demonstrates deleting a subscription. This
subscription may have been to either a stream or a datastore.
POST /restconf/operations
/ietf-subscribed-notifications:delete-subscription
{
"delete-subscription": {
"id": "22"
}
}
It should say:
A.1.3. Deleting Dynamic Subscriptions
The following demonstrates deleting a subscription. This
subscription may have been to either a stream or a datastore.
POST /restconf/operations
/ietf-subscribed-notifications:delete-subscription
{
"ietf-subscribed-notifications:input": {
"id": "22"
}
}
Notes:
Encoding of RPC input parameters should follow RFC 8040 section 3.6.1
Verifier Notes: See this thread for discussion on the errata - https://mailarchive.ietf.org/arch/msg/netconf/NWKO0OdQMCAnsYvdlxeJutX1sVo/
