cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1122
Views
5
Helpful
1
Replies

ISE ERSEndPoint API name vs. mac

jorgenbl
Level 1
Level 1

Hi,

 

When I create a new EndPoint with the ERS API, name is replaced with the mac address. Description is preserved. Is this default behaviour?

 

This is OK for me, but then my followup question is if this is always the case when endpoints are created? (with or without the api)

 

We want to get all endpoints with the "Get-All" request, and this does not return the mac address, but the name and id. If name=mac, we can omit the call "Get-By-Id" on each endpoint to retrieve the mac addresses.

 

Br,

Jørgen

1 Accepted Solution

Accepted Solutions

Greg Gibbs
Cisco Employee
Cisco Employee

Yes, this is the default and expected behaviour. In ISE, the MAC address is basically the primary key for the database entry that holds all of the information about an endpoint so everything boils down to the MAC address.

If you were to add a new Endpoint in the GUI (via Context Visibility), you would see that the MAC address is the only required attribute.

View solution in original post

1 Reply 1

Greg Gibbs
Cisco Employee
Cisco Employee

Yes, this is the default and expected behaviour. In ISE, the MAC address is basically the primary key for the database entry that holds all of the information about an endpoint so everything boils down to the MAC address.

If you were to add a new Endpoint in the GUI (via Context Visibility), you would see that the MAC address is the only required attribute.