OBJECT

GuardrailsWorkerGroupLog

TODO need to enhance logs

link GraphQL Schema definition

  • type GuardrailsWorkerGroupLog implements Node {
  • # Timestamp at which log is created. Expressed in UTC ISO-8601 format
  • createdOn: DateTime!
  • # Finding for actions
  • finding: Finding
  • # Log id
  • id: ID!
  • # Log message
  • message: String
  • # Actions on resource
  • resource: String
  • # Remediate id
  • runId: String
  • # Timestamp at which log is updated. Expressed in UTC ISO-8601 format
  • timestamp: DateTime
  • }