Security

last person joined: 7 hours ago 

Forum to discuss Enterprise security using HPE Aruba Networking NAC solutions (ClearPass), Introspect, VIA, 360 Security Exchange, Extensions, and Policy Enforcement Firewall (PEF).
Expand all | Collapse all

How to change attribute with async_netd API?

This thread has been viewed 1 times
  • 1.  How to change attribute with async_netd API?

    Posted Dec 23, 2018 03:56 PM

    Hi there,

     

    Is it possible to change an endpoint attribute (in my case, the "username") using the async_netd API?

    If so, how?

     

    Thanks



  • 2.  RE: How to change attribute with async_netd API?

    EMPLOYEE
    Posted Dec 23, 2018 04:08 PM
    You should use the REST API.


  • 3.  RE: How to change attribute with async_netd API?

    Posted Dec 23, 2018 07:13 PM

    Ok.

     

    Any idea how to get to the "Endpoint" just with the IP address?

    Similiar to "/async_netd/deviceprofiler/endpoints/ip".

     

    Thanks.



  • 4.  RE: How to change attribute with async_netd API?

    EMPLOYEE
    Posted Dec 23, 2018 08:58 PM
    You'd need to locate the session by IP and then make a call to the endpoint. IP addresses are not stored with an endpoint as they are temporal identifiers.


  • 5.  RE: How to change attribute with async_netd API?

    Posted Jan 20, 2019 11:09 AM

    I'm aware of the session API, but it is ultra slow compared to the async_netd API call.

    While async_netd takes milliseconds, the Sessions API takes 1-2 seconds. And this is on a fairly low count endpoint ( < 250 ) running on a C2000V, far exceeding the storage speed requirements that show when I installed it.



  • 6.  RE: How to change attribute with async_netd API?

    EMPLOYEE
    Posted Jan 20, 2019 12:18 PM
    You can use whichever method you want, but the legacy API is deprecated and no longer updated.