Name | Type | Description | Notes |
---|---|---|---|
Level | Int32 | Priority level number as described in journalctl (1) | [optional] |
Message | String | Log message | [optional] |
Time | String | Precise date/time string including fractional seconds | [optional] |
Runtime | Decimal | Time since last reboot | [optional] |
- Prepare the resource
$Data1 = Initialize-GrommunioAdminData1 -Level null `
-Message null `
-Time null `
-Runtime null
- Convert the resource to JSON
$Data1 | ConvertTo-JSON