Security

last person joined: yesterday 

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

Use API to fetch Fingerprint Dictionary

This thread has been viewed 0 times
  • 1.  Use API to fetch Fingerprint Dictionary

    Posted Jan 29, 2018 11:32 AM

    Does the CPPM API have the capability to fetch a list of the entire fingerprint dictionary? I can export it manually as an XML file, but that is laborious and a manual process. I'm looking for a method to fetch that data via a script. Thanks!



  • 2.  RE: Use API to fetch Fingerprint Dictionary

    EMPLOYEE
    Posted Jan 29, 2018 11:37 AM

    GET /fingerprint



  • 3.  RE: Use API to fetch Fingerprint Dictionary

    Posted Jan 29, 2018 11:47 AM

    Thanks for the quick reply - can you elaborate a bit? I tried a GET against https://<cppm>/fingerprint and I'm redirected to the Guest manager?



  • 4.  RE: Use API to fetch Fingerprint Dictionary

    EMPLOYEE
    Posted Jan 29, 2018 11:57 AM

    It's part of the standard REST API.

     

    https://fqdn/api/fingerprint



  • 5.  RE: Use API to fetch Fingerprint Dictionary

    Posted Jan 29, 2018 12:04 PM

    I'm getting a 403 forbidden error. When I attempt to browse to https://<fqdn>/api, I'm getting an error: An error occurred during execution; please try again later.



  • 6.  RE: Use API to fetch Fingerprint Dictionary

    EMPLOYEE
    Posted Jan 29, 2018 12:27 PM

    Did you pass your access token with the request?



  • 7.  RE: Use API to fetch Fingerprint Dictionary

    Posted Jan 29, 2018 12:31 PM

    Right after I sent my last reply, yes...working as expected now. Sorry for the confusion and thanks!