Configuring the Number of Maximum Simultaneous Client Sessions for Netconf
DME
YANG
Copy
POST http://<mgmt0_IP>/api/mo/sys.json
{ "topSystem": { "children": [ { "netconfInst": { "attributes": { "maxSessions": "sample_value" }}}]}}
Response
{ imdata:[] }
Copy
<System> <netconf-items> <maxSessions>sample_value</maxSessions> </netconf-items> </System>