INPUT_OBJECT

LogFileProcessInput

The definition of a log processing event.

link GraphQL Schema definition

  • input LogFileProcessInput {
  • # The path to the log file.
  • logFilePath: String!
  • # The log file type.
  • logFileType: String!
  • # The company ID.
  • companyId: String
  • # The namespace ID.
  • namespaceId: String
  • # The encoder ID.
  • encoderId: String
  • # The broadcast ID.
  • broadcastId: String
  • }

link Require by