Uploaded image for project: 'ACE'
  1. ACE
  2. ACE-507

Gogo LogCommands gets more functions

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • None
    • 2.1.0
    • None
    • None

    Description

      I have added a few functions to retrieve Log events from the ACE LogStore.

      They are;

      list - Get all Descriptors of TargetID and StoreID.
      scope: ace-log

      list - Get all Descriptors of a particular TargetID.
      scope: ace-log
      parameters:
      String targetId - Identifier of the Target.

      get - Get all the Log Events in the given TargetID and StoreID.
      scope: ace-log
      parameters:
      String targetId - Identifier of the Target.
      long storeId - Identity of the Store on the given Target.

      get - Get all the Log Events from the given TargetID
      scope: ace-log
      parameters:
      String targetId - Identifier of the Target.

      get - Get all the Log Events from the given TargetID and StoreID, after a given time.
      scope: ace-log
      parameters:
      String targetId - Identifier of the Target.
      long storeId - Identity of the Store on the given Target.
      long start - The starting time of the time range requested.(millis)

      get - Get all the Log Events from the given TargetID and StoreID, within a time range.
      scope: ace-log
      parameters:
      String targetId - Identifier of the Target.
      long storeId - Identity of the Store on the given Target.
      long start - The starting time of the time range requested.(millis)
      long end - The ending time of the time range requested. (millis)

      getAll - Get all the Log Events available. USE WITH EXTREME CARE!
      scope: ace-log

      Attachments

        1. LogCommands.patch
          5 kB
          Niclas Hedhman

        Activity

          People

            Unassigned Unassigned
            niclas Niclas Hedhman
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: