Security

 View Only
  • 1.  ClearPass Policy Manager Endpoint Import

    Posted Feb 16, 2026 11:31 AM
    I have a list of wired mac addresses for our workstations.  I want to import them into ClearPass Policy Manager as Endpoints.  Ideally I'd like to  have some attributes in the same original file to get imported as well.

    I found this https://github.com/aruba/clearpass-csv2api which seems like it does exactly what I want except that it's using the api to import from a csv file into ClearPass Guest rather than Policy Manager.  Is there any code out there already built that does a similar function to this but making Endpoints in Policy Manager rather than devices in Guest? Or code that takes a csv file and converts it into XML that policy manager can import?


  • 2.  RE: ClearPass Policy Manager Endpoint Import

    Posted Feb 16, 2026 03:00 PM

    HI,

    I found this https://github.com/BrettVerney/cppmEndpointConverter/  which helps in converting CSV file into XML. We don't have a separate code in Clearpass to convert CSV to XML.



    ------------------------------
    Pavan Arshewar
    Technical Lead Aruba ERT


    If my post addresses your query, give kudos!
    Note: Please note that the views, opinions, and statements expressed are solely my own and are provided in my personal capacity. They do not represent, reflect, or bind the Aruba HPE Networking in any manner.
    ------------------------------



  • 3.  RE: ClearPass Policy Manager Endpoint Import

    Posted Feb 16, 2026 06:02 PM

    I will take a look at that and give it a try.  Thanks.

    -------------------------------------------