Juniper Networks · Schema

AuditEvent

AIAutomationCloudEnterpriseNetworkingSDNSecurityFortune 1000

Properties

Name Type Description
eventId integer
userName string
taskName string
state string
timestamp string
details string
View JSON Schema on GitHub

JSON Schema

juniper-auditevent-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AuditEvent",
  "title": "AuditEvent",
  "type": "object",
  "properties": {
    "eventId": {
      "type": "integer"
    },
    "userName": {
      "type": "string"
    },
    "taskName": {
      "type": "string"
    },
    "state": {
      "type": "string"
    },
    "timestamp": {
      "type": "string",
      "format": "date-time"
    },
    "details": {
      "type": "string"
    }
  }
}