Skip to content

Latest commit

 

History

History
executable file
·
27 lines (21 loc) · 813 Bytes

Data1.md

File metadata and controls

executable file
·
27 lines (21 loc) · 813 Bytes

Data1

Properties

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]

Examples

  • Prepare the resource
$Data1 = Initialize-GrommunioAdminData1  -Level null `
 -Message null `
 -Time null `
 -Runtime null
  • Convert the resource to JSON
$Data1 | ConvertTo-JSON

[Back to Model list] [Back to API list] [Back to README]