Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

GET /api/1/rest/public/log/<orgname>?

...

  • ruuid: (required) string - the pipeline runtime ID
  • log_level: (optional) string - the level of log
    • Default: info
    • Level options:   (case insensitive) listed by priority
      • error: returns only error level logs.
      • warn: returns both warn and error level logs.
      • info: returns all info, warn,
      error 
      • and error level logs. 
  • limit: sets a limit on the number of logs returned in the response.
    • Default: 100
    • Minimum: 0 
    • Maximum: 10,000

...

ScenarioQuery
Return the log information for the given runtime IDGET https://elastic.snaplogic.com/api/1/rest/public/log/orgname?ruuid= <runtimeid>
Return only 100 logs for the given runtime IDGET https://elastic.snaplogic.com/api/1/rest/public/log/orgname?ruuid= <runtimeid>&limit=100