Symantec Developer Group

 View Only
  • 1.  User right for Enpoint Protection API

    Posted Feb 03, 2018 08:24 AM

    Hello,


    I'm tryng to make a query for list all computers on my SEP server.

    I have used API powershell example from Symantec website. I obtain a token in the authentication step but my GET /api/v1/computers request fail with a 401.

    What type of account should I use ? (I did not find this information in the API resources)

    Is it possible to make this request with a read-only account ?


    Thank you.



  • 2.  RE: User right for Enpoint Protection API

    Posted Feb 04, 2018 04:39 AM

    Hi Remi 

    You need to provide authentication token in url. 

    refer article for Python which can be replicated to any programming language:  https://www.symantec.com/connect/articles/get-information-computers-using-sepm-api-python?cid=11970881#comment-11970881

     

     

    Ashish Kushwaha