📚 API Documentation & Navigation
📋 Module Metadata
Namespace: http://tail-f.com/ns/tailf-netconf-query
Prefix: netconf-qu
Related Modules:
CISCO-AAL5-MIB
CISCO-ATM-EXT-MIB
Cisco-IOS-XE-aaa
Cisco-IOS-XE-acl
Cisco-IOS-XE-adsl
💡 Example Usage
# GET module data curl -X GET \ -H "Accept: application/yang-data+json" \ -u admin:password \ --insecure \ https://device-ip/restconf/data/tailf-netconf-query
📚 External Documentation
module: tailf-netconf-query
rpcs:
+---x start-query
| +---w input
| | +---w foreach yang:xpath1.0
| | +---w select* []
| | | +---w label? string
| | | +---w expression yang:xpath1.0
| | | +---w result-type* enumeration
| | +---w sort-by* yang:xpath1.0
| | +---w limit? uint32
| | +---w offset? uint32
| | +---w timeout? uint32
| +--ro output
| +--ro query-handle? uint32
+---x fetch-query-result
| +---w input
| | +---w query-handle? uint32
| +--ro output
| +--ro query-result
| +--ro result* []
| +--ro select* []
| +--ro label? string
| +--ro (select-result)?
| +--:(path-value)
| | +--ro path? instance-identifier
| | +--ro value? string
| +--:(inline)
| +--ro data?
+---x immediate-query
| +---w input
| | +---w foreach yang:xpath1.0
| | +---w select* []
| | | +---w label? string
| | | +---w expression yang:xpath1.0
| | | +---w result-type* enumeration
| | +---w sort-by* yang:xpath1.0
| | +---w limit? uint32
| | +---w offset? uint32
| | +---w timeout? uint32
| +--ro output
| +--ro query-result
| +--ro result* []
| +--ro select* []
| +--ro label? string
| +--ro (select-result)?
| +--:(path-value)
| | +--ro path? instance-identifier
| | +--ro value? string
| +--:(inline)
| +--ro data?
+---x reset-query
| +---w input
| +---w query-handle? uint32
| +---w offset? uint32
| +---w timeout? uint32
+---x stop-query
+---w input
+---w query-handle? uint32