
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2022 09:35 PM
hi,
i am looking for a python script for rest api to know the VPC policy group configurations. by using this "api/mo/uni/infra/funcprof/vpc-xxxx.json" all it return its own properties but not list about the child policies like cdp, lldp.
Solved! Go to Solution.
- Labels:
-
Cisco ACI
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2022 08:02 AM
You could try "/api/node/mo/uni/infra/funcprof/accbundle-xxxx.json?rsp-subtree-include=relations" where xxxx is the name of the Interface policy group. I'm not sure if this is what you're looking for. But it contains CDP and LLDP policies.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2022 08:02 AM
You could try "/api/node/mo/uni/infra/funcprof/accbundle-xxxx.json?rsp-subtree-include=relations" where xxxx is the name of the Interface policy group. I'm not sure if this is what you're looking for. But it contains CDP and LLDP policies.
