This module augments ietf-netconf-monitoring with extra monitoring data. Copyright 2019 Cisco Systems, Inc. All rights reserved...
Version: 2019-03-28
module tailf-netconf-monitoring { yang-version 1; namespace "http://tail-f.com/yang/netconf-monitoring"; prefix tncm; import ietf-yang-types { prefix yang; } import ietf-netconf-monitoring { prefix ncm; } import tailf-common { prefix tailf; } organization "Tail-f Systems"; description "This module augments ietf-netconf-monitoring with extra monitoring data. Copyright 2019 Cisco Systems, Inc. All rights reserved. Permission is hereby granted to redistribute this file without modification."; revision "2019-03-28" { description "Released as part of ConfD-6.5.10. Added /netconf-state/sessions/session/transaction."; } revision "2016-11-24" { description "Released as part of ConfD-6.3. Added /netconf-state/datastores/datastore/transaction-lock."; } revision "2014-11-13" { description "Released as part of ConfD-5.3. Added the identity cli-tcp."; } revision "2014-08-29" { description "Released as part of ConfD-5.2.1. Added /netconf-state/streams."; } revision "2012-06-14" { description "Released as part of ConfD-4.0. Fixed a syntax error in a 'when' expression."; } revision "2012-03-08" { description "Released as part of ConfD-3.9. Added the identities rest-http and rest-https."; } revision "2011-09-22" { description "Released as part of ConfD-3.7. Added 'transaction-id' leaf."; } revision "2010-11-04" { description "Initial revision. Released as part of ConfD-3.4."; } tailf:annotate "/ncm:netconf-state/tncm:files" { tailf:annotate "*" { tailf:cli-suppress-show-path; } } identity cli-console { base ncm:transport; description "CLI on the console."; } identity cli-ssh { base ncm:transport; description "CLI over SSH."; } identity cli-tcp { base ncm:transport; description "CLI over TCP."; } identity webui-http { base ncm:transport; description "WebUI over HTTP."; } identity webui-https { base ncm:transport; description "WebUI over HTTPS."; } identity netconf-tcp { base ncm:transport; description "NETCONF over TCP."; } identity snmp-udp { base ncm:transport; description "SNMP over UDP."; } identity rest-http { base ncm:transport; description "REST over HTTP."; } identity rest-https { base ncm:transport; description "REST over HTTPS."; } } // module tailf-netconf-monitoring
© 2023 YumaWorks, Inc. All rights reserved.