• Query API reference

    Where is the reference for the groovy query API? For example, I have a rule variable working as expected with this value:

    def host = server.TopologyService.getObject(@event.get("topologyObjectID"));
    return host.get("monitoredHost/name");…

  • Add / update an alarm notes via code / API

    Hello,

    I need to add notes or update an existing one for alarm.

    I know I get can notes via API / code but I did not find any way to overwrite the data from code or API.

     For example this code will get alarms notes:

    alarmId = args['alarmId']
    alarmService…

  • Foglight Rest API - get alarm notes?

    Hi There,

    Is there a way to get Foglight Alarm notes via a REST API request?


    By looking at the official API reference it doesn't look like it, but hope dies last and maybe I missed something or there is a way to add it via a cartridge or a custom script…

  • REST API - alarm limited to 500 results

    It seems the 'alarms' endpoint in the API is limited to 500 results (current & historical). Is there anyway to page the results or add filtering?
    There does not seem to be anything documented, we are on FogLight Evolve 9.0.

    Thank you,
    Patri…

  • Current vs History API calls

    Can someone explain the difference between the result of the current and history alarm api calls?  Is the current alarm api call supposed to display all alarms that are currently displayed in foglight that haven't been acknowledged or cleared?  Is the…

  • Foglight API - 0 to 100 MPH in 2 demos

    The purpose of this post is to familiarize Foglight stake-holders and developers with the new Foglight API.  I will go from showing something very basic in the first 10 minute video, to a more advanced coding use case in the second video.  Before we start…