• Fog light REST API - Get Object IDs for multiple Objects/Agents

    Hi,

    I am trying to fetch some performance metric data using REST API. I could fetch performance data for one object by hardcoding the topology ID of said object as below:

    https://{{serverURL}}:{{serverPort}}/{{apiPath}}/topology/batchQuery
    {"includes…

  • Foglight REST API - Authentication error - "Method Not Allowed"

    Hi,

    I am trying to access Foglight using REST API but it is throwing error "Method Not Allowed". 

    Details:

    I have Administrator and API access on my user. I tried with http://<server>:<Port>/api/v1 and it is returning response (in…