cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2073
Views
0
Helpful
2
Replies

Prime API and clientDetails API

LanDownUnda
Spotlight
Spotlight

I'm having some issues trying to make a successful call to the below URL. I'm wanting to include the ipAddress parameter but each time I seem to get it wrong :S

 

I'm using Cisco Prime Infrastructure with v4 API and the API documentation isn't super clear with how I'm meant to add this parameter?

 

/webacs/api/v4/data/ClientDetails

 

Any help would be appreciated!

*** Rate All Helpful Responses ***
1 Accepted Solution

Accepted Solutions

Alexander Onnikov
Cisco Employee
Cisco Employee

Hello,

 

As I suppose you are trying to filter response by IP address? If so then you can add ipAddress query parameter like this:

 

/webacs/api/v4/data/ClientDetails?ipAddress="192.168.1.1"

 

You can also check filtering documentation:

 

/webacs/api/v1/?id=filtering-doc 

View solution in original post

2 Replies 2

Alexander Onnikov
Cisco Employee
Cisco Employee

Hello,

 

As I suppose you are trying to filter response by IP address? If so then you can add ipAddress query parameter like this:

 

/webacs/api/v4/data/ClientDetails?ipAddress="192.168.1.1"

 

You can also check filtering documentation:

 

/webacs/api/v1/?id=filtering-doc 

Appreciate that!

*** Rate All Helpful Responses ***