May be anybody knows how to send one line command for all interfaces on many different Cisco devices (switches and routers )with Netconfig service from RME? LMS 3.0.1RME 4.1.1
Interesting - there is some difference with your test:curl -X GET -s -k -H "Accept: application/xml" -H "Authorization: Bearer <TOKEN>" 'https://api.cisco.com/security/advisories/iosxe?version=3.8.4s'<?xml version="1.0" encoding="UTF-8" standalone="y...
Hi OmarThank you for sharing your experience.Indeed, dropping of the leading "0" gave the result for this check version "3.16.7S".Unfortunately in this way we got the same failure for version "3.08.04.E"
Hi OmarAll queries of our registration work forhttps://api.cisco.com/security/advisories/ios?version=<<IOS version>> Unfortunately it does not work for iosxe:curl -X GET -s -k -H "Accept: application/xml" -H "Authorization: Bearer <token>" 'https://a...
Thank you Omar !We followed your instruction to register Cisco PSIRT openVuln API for us.After that we got a token and succeeded to run curl -X GET -s -k -H "Accept: application/xml" -H "Authorization: Bearer <Token>" 'https://api.cisco.com/security/...
Hello OmarI am trying to run this curl command:curl -v -1 -u a.user-id:password 'https://api.cisco.com/security/advisories/ios?version=15.1(2)SY9'as a result I am getting<h1>Not Authorized</h1>I am using the user-id and password of the CISCO communi...