netconf-wg / restconf Public
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
netconf-state monitoring support #2
Comments
|
Need to track authentication as a new issue. |
|
Do we need to have a 6022-bis document or can RESTCONF just update the text |
|
Still need to add identities to RESTCONF for the session list |
|
Resolution from IETF #90 in Toronto: A new data structure to monitor streams can be added Update after RESTCONF Virtual Interims for draft-02:There is a desire to identify all admin sessions, however a The streams data structure is moved from the ietf-restconf Session monitoring for RESTCONF will not be added to the netconf-state RESTCONF session monitoring will not be added to ietf-restconf-monitoring |
|
Andy Bierman notifications@github.com wrote:
Did you mean "NETCONF session monitoring will not be added"? If not, Will we also have RESTCONF specific counters in this module? /martin |
|
The proposal is to just have "capabilities" and "streams" in the monitoring |
|
Given that mutual certificate-based auth (just like netconf-tls) is going to be required, HTTP persistent connections are critical for performance. Thus, I propose:
Note: apache default is 5 seconds, which is OK for heavily loaded servers, but that's not RESTCONF usage is not high (max num simultaneous northbound connections is small). If this is done, then we can reliably count RESTCONF sessions |
|
Update VI meeting 2014-10-21: There was no consensus in the meeting to require HTTP 1.1 persistent connections. There is agreement that the ietf-netconf-monitoring 'session' list should A protocol identity called "restconf-tls" will be defined to represent RESTCONF |
|
After WG mailing list review, solution S-0 is adopted. |
|
considered resolved in -04 |
o Should long-term RESTCONF operations (i.e. SSE long-poll) be
considered sessions with regards to NETCONF monitoring "session"
list? If so, what text is needed in RESTCONF draft to standardize
the RESTCONF session entries?
Proposal at Toronto IETF accepted for evaluation
● RFC 6022 not clear if non NETCONF protocol sessions are still sessions “managed by the NETCONF server” or not
Proposal to be implemented:
– Re-interpret 6022 restrictions to include all NM sessions that are managed by the server, such as RESTCONF
The text was updated successfully, but these errors were encountered: