Skip to main content

Managedclienthealthindicators

Properties

NameTypeDescriptionNotes
BodyManagedclienthealthindicatorsBody[required]
StatusEnum [ "NORMAL", "UNDEFINED", "WARNING", "ERROR", "FAILED" ]Top-level status of the Managed Client[required]
TypeEnum [ "VA", "CCG" ]Type of the Managed Client[required]
TimestampSystem.DateTimeTimestamp when this report was generated[required]

Examples

  • Prepare the resource
$Managedclienthealthindicators = Initialize-Managedclienthealthindicators  -Body null `
-Status NORMAL `
-Type VA `
-Timestamp 2025-08-06T07:35:28.722300Z
  • Convert the resource to JSON
$Managedclienthealthindicators | ConvertTo-JSON

[Back to top]