EventData class
This data object contains basic information about a specific audit or resource event.
Namespace: Lenovo.XClarityOrchestrator.PowerShell.Data.Alerts
Assembly: Lenovo.XClarityOrchestrator.PowerShell.Data
Properties
- public string Message { get; set; }
- Message string for the event.
- public string ID { get; set; }
- Event ID that was generated by XClarity Orchestrator.
- public DateTime? Timestamp { get; set; }
- Timestamp when the log entry was added to the XClarity Orchestrator log.
- public string ResourceName { get; set; }
- Name of the resource on which the event occurred.
- public string ResourceType { get; set; }
- Type of resource on which the event occurred. This can be one of the following values.
- Chassis
- XClarity Administrator
- XClarity Management Hub 2.0
- XClarity Orchestrator
- Server
- Storage
- Switch
- public string Service { get; set; }
- Service that generated the event.
- public string Severity { get; set; }
- Severity. This can be one of the following values.
- Informational. Information only. No action is necessary.
- Warning. User can decide if action is needed.
- Critical. Action is needed immediately, and the scope is broad (perhaps an imminent outage to a critical resource will result).
- public string SourceType { get; set; }
- Alert source; this can be one of the following values.
- Analytics
- Device
- Management
- System
- public string EventCode { get; set; }
- Event ID that is generated by Lenovo XClarity Administrator.
- public ManagerGroup[] Groups { get; set; }
- Information about group of which this resource is a member.
Methods
- public virtual bool Equals (object obj);
- Determines whether the specified object is equal to the current object.
(Inherited from System.Object)
- public virtual int GetHashCode ();
- Serves as the default hash function
(Inherited from System.Object)
- public Type GetType ();
- Gets the System.Type of the current instance
(Inherited from System.Object)
- public virtual string ToString ();
- Returns a string that represents the current object.
(Inherited from System.Object)
Give documentation feedback