cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1953
Views
25
Helpful
6
Replies

ISE 3.0 ERS API, sorting endpoints bug

nicklas
Level 1
Level 1

{apiurl}/endpoint?sortasc=name

 

The sortasc and sortdsc parameters does not seem to work in ISE 3.0 (Version 3.0.0.458 , patch 4)

 

No difference in the returned results. a unsorted list of endpoints

 

Anyone  else with the same problem, are there any workarounds, patches?

 

w. regards

Nicklas Petersson

6 Replies 6

Hi @nicklas ,

 in other words, you tried the ISE Sorting configuration using the default sort column 'name', for ex.: &sortdsc=name.

 Is that correct?

 

Regards

Yes, that is correct.

nicklas
Level 1
Level 1

Still not working, have also tried ISE 3.1 (same bug)

 

The funny thing is that if i for example writes a not allowed sorting name, for example

 

.../ers/config/endpoint?sortasc=mac&size=100

 

Then i get a validation error (as i Should)

Sort field 'mac' is not supported. Only 'name,description' fields are supported.

 

 

So the validation seems allright, but the result is never sorted.

 

.../ers/config/endpoint?sortasc=name&size=100

 

 

Please help

 

You are likely hitting this bug - https://bst.cloudapps.cisco.com/bugsearch/bug/CSCwa56934

It should be resolved in ISE 3.1 Patch 3 as per the Release Notes.

Bug reappering in ISE 3.3 (Patch 4 tested and bug exists)

Is the Software development flawed at Cisco?

nicklas
Level 1
Level 1

Bug still exists in 3.1.0.518 (Patch 3,4)

Have I missed something?