module/endpoint for Criteria-list used in mDNS on 9800
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2022 07:04 AM
HI!
I am trying to make a postman template to create site-specific config.
So far I have successfully generated config for everything I need, except 2 things relating to mDNS-gateway-config:
- I cannot edit/add to the service-lists for the endpoint "restconf/data/Cisco-IOS-XE-native:native/Cisco-IOS-XE-mdns-gateway:mdns-sd/service-list"
- I cannot edit/add to the Criteria-list for the endpoint "restconf/data/Cisco-IOS-XE-native:native/policy/Cisco-IOS-XE-policy:policy-map"
I have used the tool: https://yangcatalog.org/yang-search to look for any/all classmaps/ACLs that might relate to these two lists of services/source-devices but can't find anything that seems like a hit.
Does anyone have any suggestions on how to find these corresponding endpoints?
to be clear, I am trying to make a restconf patch to generate config for the following GUI-pages:
/Mikael Lindgren
Tele2 Business AB
Umeå, Sweden
- Labels:
-
YANG Development Kit (YDK)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2023 07:44 AM
Perhaps you already thought of this, but YANG Explorer may yield something useful, as RESTCONF support is experimental there.
https://github.com/CiscoDevNet/yang-explorer
Then there is the YANG Suite
https://developer.cisco.com/docs/yangsuite/#!restconf-in-yang-suite
Hope this helps you or someone with a similar problem searching here.
