cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
236
Views
0
Helpful
1
Replies

ISE 1.2 Patch 7 ERS API problem updating some endpoints with a new group

jan.nielsen
Level 7
Level 7

Hi,

I have a php library that i have implemented most of the ers api functions with curl requests, and it works fine, i can get all endpoints, search for a specific endpoint, delete endpoints and to some degree i can modify endpoints, but not all endpoints it seems. For some reason when i use my function on some endpoints, the static endpoint group assigment does not get updated, and the response from the ers api is just empty, whereas when it goes good, i get a list of the attributes that were updated.

Is there some specific requirements for which information has to be sent using the update_endpoint function in the ers api ? The examples have all information in every request, however what is actually needed in the request?

Jan

 

 

1 Reply 1

jan.nielsen
Level 7
Level 7

Have now tested by sending all parameters, even though i only want to change group or description, and it works.