Data Center Security

 View Only
  • 1.  DCS - API questions

    Posted Jul 06, 2020 04:32 PM
    Hello, I've been investigating the API for the last couple of days and i have some questions.

    1. Does the UMC_IP and localhost are the same ip address?
    In order to get the token i need to make a post request to
    https://UMC_IP:8443/umcservices/rest/v1.0/auth/token
    while the API is from
    https://localhost:4443/sis-ui/api/v1/API_Function


    2. In the DOCS it only shows you the request you need to make but not the result given.
    Is there any way to see how the result looks like?
    The format of the result? Fields of each result?

    3. Is it possible to do a pagination?
    Use limit and/or offset so my request wont receive too much data back?

    Used this API DOCS - (both are the same)

    1. https://techdocs.broadcom.com/content/broadcom/techdocs/us/en/symantec-security-software/endpoint-security-and-management/data-center-security-(dcs)/6-8MP2/rest-apis-v127998007-d3608e248183.html

    2. https://apidocs.symantec.com/home/DCS#_working_with_rest_apis

    Thanks!