HealthEvent
Import this model from the entry point of its package:
import { HealthEvent } from '@sailpoint/angular-sdk/managed_clients';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| detailedMessage | (optional) string | Description of the issue | [default to undefined] |
| uuid | (optional) string | Unique identifier for the health event | [default to undefined] |
| url | (optional) string | Optional URL associated with the issue | [default to undefined] |
| timestamp | (optional) string | Time when the event occurred | [default to undefined] |
| lastNotifiedTimeStamp | (optional) string | Last time notification was sent for this issue | [default to undefined] |
| cpuUtilizationPercentage | (optional) number | CPU usage percentage | [default to undefined] |
| freeSpacePercentage | (optional) number | Free memory percentage | [default to undefined] |