OBJECT

LogPatternResponse

Log pattern response

link GraphQL Schema definition

  • type LogPatternResponse {
  • # List of log patterns
  • logPatterns: [LogPattern]
  • # Information about the log task, including the executed query, query tracker ID,
  • # and log query execution statistics
  • taskInfo: LogTaskInfo
  • }