Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi, I'm developing a gRPC stream collector for IOS-XE model driven telemetry. One of the metrics we're collecting is the FNF top talkers from the following YANG model: https://github.com/YangModels/yang/blob/master/vendor/cisco/xe/16111/Cisco-IOS-XE...
Hi, I’ve recently registered an application the different csapi’s. However, when querying for contract coverage status or adding an inventory, I’m getting following 403 error: "errorInfo": "Customer Id is not associated with Partner" Query to the fol...
Hi,
While querying the Software Suggestion API with Cisco Product PID's from our inventory, we're not getting any suggested version for some Cisco 800 models:
{
"productID": "CISCO892-K9",
"serialNumber": "FGL164723V5",
...
Hi,
I'm using Product Information API to find suggested software: https://api.cisco.com/software/suggestion/v2/suggestions/releases/productIds/ISR4321/K9
I've noticed it is possible to search by mdfId as well instead of Product ID. Is there any pla...
Hi @pigallo , Unfortunately, using the "application name" is not a supported field in the YANG data model. Only key fields listed here are supported : https://github.com/YangModels/yang/blob/1d293269b6514251446e9f7652e70ca38e3055af/vendor/cisco/xe/16...
Hi Keith,
Thanks for the update.
I found a reliable way of getting the info I required via 2-stages:
- Query sn2info API with our devices serial numbers to get the PID
- With correct PID from previous step, I'm able to get the suggeste...
Hi,
I've tested your code and I think main issue is in default_api.go here: https://github.com/CiscoPSIRT/openVulnAPI/blob/master/example_code/go_examples/default_api.go#L79
The method is closing the body at the end of the call which doesn't giv...
Hi Seb,
Thanks for your inputs.
I was thinking as well to group them by OS version but given our heterogeneous Cisco routers estate, I'm not 100% confident we'll not hit the API rate limit.
So I found two working solutions which I have tested t...