cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
858
Views
0
Helpful
3
Replies

issue while querying the API using https://api.cisco.com/security/advisories/product?product=1000 Series Integrated Services Routers

Using below API  gves me response {
"errorCode": "PRODCUT_NOT_FOUND",
"errorMessage": "Product not found"
}

 

https://api.cisco.com/security/advisories/product?product=1000 Series Integrated Services Routers

 

Please suggest

3 Replies 3

Seb Rupik
VIP Alumni
VIP Alumni

Hi there,

I think you need to make adjustments for the spaces in the string you are passing:

 

https://api.cisco.com/security/advisories/product?product=1000%20Series%20Integrated%20Services%20Routers

cheers,

Seb.

Thnks for the reply

 

I tried this as well getting the same result

 

{
"errorCode": "PRODCUT_NOT_FOUND",
"errorMessage": "Product not found"
}

and I  can see space not creating any issue  as I am getting data when I use below

 

https://api.cisco.com/security/advisories/product?product=ASR 1000 Series Aggregation Services Routers