Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions Commands/monitor/health-models/_create.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _monitor health-models create_

Create a HealthModel

## Versions

### [2026-05-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jbG91ZGhlYWx0aC9oZWFsdGhtb2RlbHMve30=/2026-05-01-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.cloudhealth/healthmodels/{} 2026-05-01-preview -->

#### examples

- HealthModels_Create
```bash
monitor health-models create --resource-group rgopenapi --health-model-name model1 --type SystemAssigned, UserAssigned --user-assigned-identities "{/subscriptions/4980D7D5-4E07-47AD-AD34-E76C6BC9F061/resourceGroups/rgopenapi/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ua1:{}}" --tags "{key2961:hbljozzkqrpcthsjtfkyozpwyx}" --location eastus2
```
16 changes: 16 additions & 0 deletions Commands/monitor/health-models/_delete.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _monitor health-models delete_

Delete a HealthModel

## Versions

### [2026-05-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jbG91ZGhlYWx0aC9oZWFsdGhtb2RlbHMve30=/2026-05-01-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.cloudhealth/healthmodels/{} 2026-05-01-preview -->

#### examples

- HealthModels_Delete
```bash
monitor health-models delete --resource-group rgopenapi --health-model-name model1
```
22 changes: 22 additions & 0 deletions Commands/monitor/health-models/_list.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# [Command] _monitor health-models list_

List HealthModel resources by subscription ID

## Versions

### [2026-05-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jbG91ZGhlYWx0aC9oZWFsdGhtb2RlbHM=/2026-05-01-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/providers/microsoft.cloudhealth/healthmodels 2026-05-01-preview -->
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.cloudhealth/healthmodels 2026-05-01-preview -->

#### examples

- HealthModels_ListBySubscription
```bash
monitor health-models list
```

- HealthModels_ListByResourceGroup
```bash
monitor health-models list --resource-group rgopenapi
```
16 changes: 16 additions & 0 deletions Commands/monitor/health-models/_show.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _monitor health-models show_

Get a HealthModel

## Versions

### [2026-05-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jbG91ZGhlYWx0aC9oZWFsdGhtb2RlbHMve30=/2026-05-01-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.cloudhealth/healthmodels/{} 2026-05-01-preview -->

#### examples

- HealthModels_Get
```bash
monitor health-models show --resource-group rgopenapi --health-model-name myHealthModel
```
16 changes: 16 additions & 0 deletions Commands/monitor/health-models/_update.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _monitor health-models update_

Update a HealthModel

## Versions

### [2026-05-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jbG91ZGhlYWx0aC9oZWFsdGhtb2RlbHMve30=/2026-05-01-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.cloudhealth/healthmodels/{} 2026-05-01-preview -->

#### examples

- HealthModels_Create
```bash
monitor health-models update --resource-group rgopenapi --health-model-name model1
```
16 changes: 16 additions & 0 deletions Commands/monitor/health-models/authentication-setting/_create.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _monitor health-models authentication-setting create_

Create a AuthenticationSetting

## Versions

### [2026-05-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jbG91ZGhlYWx0aC9oZWFsdGhtb2RlbHMve30vYXV0aGVudGljYXRpb25zZXR0aW5ncy97fQ==/2026-05-01-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.cloudhealth/healthmodels/{}/authenticationsettings/{} 2026-05-01-preview -->

#### examples

- AuthenticationSettings_CreateOrUpdate
```bash
monitor health-models authentication-setting create --resource-group myResourceGroup --health-model-name myHealthModel --authentication-setting-name myAuthSetting --display-name myDisplayName
```
16 changes: 16 additions & 0 deletions Commands/monitor/health-models/authentication-setting/_delete.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _monitor health-models authentication-setting delete_

Delete a AuthenticationSetting

## Versions

### [2026-05-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jbG91ZGhlYWx0aC9oZWFsdGhtb2RlbHMve30vYXV0aGVudGljYXRpb25zZXR0aW5ncy97fQ==/2026-05-01-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.cloudhealth/healthmodels/{}/authenticationsettings/{} 2026-05-01-preview -->

#### examples

- AuthenticationSettings_Delete
```bash
monitor health-models authentication-setting delete --resource-group my-resource-group --health-model-name my-health-model --authentication-setting-name my-auth-setting
```
16 changes: 16 additions & 0 deletions Commands/monitor/health-models/authentication-setting/_list.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _monitor health-models authentication-setting list_

List AuthenticationSetting resources by HealthModel

## Versions

### [2026-05-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jbG91ZGhlYWx0aC9oZWFsdGhtb2RlbHMve30vYXV0aGVudGljYXRpb25zZXR0aW5ncw==/2026-05-01-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.cloudhealth/healthmodels/{}/authenticationsettings 2026-05-01-preview -->

#### examples

- AuthenticationSettings_ListByHealthModel
```bash
monitor health-models authentication-setting list --resource-group my-resource-group --health-model-name my-health-model
```
16 changes: 16 additions & 0 deletions Commands/monitor/health-models/authentication-setting/_show.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _monitor health-models authentication-setting show_

Get a AuthenticationSetting

## Versions

### [2026-05-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jbG91ZGhlYWx0aC9oZWFsdGhtb2RlbHMve30vYXV0aGVudGljYXRpb25zZXR0aW5ncy97fQ==/2026-05-01-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.cloudhealth/healthmodels/{}/authenticationsettings/{} 2026-05-01-preview -->

#### examples

- AuthenticationSettings_Get
```bash
monitor health-models authentication-setting show --resource-group my-resource-group --health-model-name my-health-model --authentication-setting-name my-auth-setting
```
16 changes: 16 additions & 0 deletions Commands/monitor/health-models/authentication-setting/_update.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _monitor health-models authentication-setting update_

Update a AuthenticationSetting

## Versions

### [2026-05-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jbG91ZGhlYWx0aC9oZWFsdGhtb2RlbHMve30vYXV0aGVudGljYXRpb25zZXR0aW5ncy97fQ==/2026-05-01-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.cloudhealth/healthmodels/{}/authenticationsettings/{} 2026-05-01-preview -->

#### examples

- AuthenticationSettings_CreateOrUpdate
```bash
monitor health-models authentication-setting update --resource-group myResourceGroup --health-model-name myHealthModel --authentication-setting-name myAuthSetting
```
20 changes: 20 additions & 0 deletions Commands/monitor/health-models/authentication-setting/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# [Group] _monitor health-models authentication-setting_

Manage Authenticationsetting

## Commands

- [create](/Commands/monitor/health-models/authentication-setting/_create.md)
: Create a AuthenticationSetting

- [delete](/Commands/monitor/health-models/authentication-setting/_delete.md)
: Delete a AuthenticationSetting

- [list](/Commands/monitor/health-models/authentication-setting/_list.md)
: List AuthenticationSetting resources by HealthModel

- [show](/Commands/monitor/health-models/authentication-setting/_show.md)
: Get a AuthenticationSetting

- [update](/Commands/monitor/health-models/authentication-setting/_update.md)
: Update a AuthenticationSetting
16 changes: 16 additions & 0 deletions Commands/monitor/health-models/discovery-rule/_create.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _monitor health-models discovery-rule create_

Create a DiscoveryRule

## Versions

### [2026-05-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jbG91ZGhlYWx0aC9oZWFsdGhtb2RlbHMve30vZGlzY292ZXJ5cnVsZXMve30=/2026-05-01-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.cloudhealth/healthmodels/{}/discoveryrules/{} 2026-05-01-preview -->

#### examples

- DiscoveryRules_CreateOrUpdate
```bash
monitor health-models discovery-rule create --resource-group myResourceGroup --health-model-name myHealthModel --discovery-rule-name myDiscoveryRule --authentication-setting authSetting1 --display-name myDisplayName --discover-relationships Enabled --add-recommended-signals Enabled --specification "{resourceGraphQuery:'resources | where subscriptionId == '/7ddfffd7-9b32-40df-1234-828cbd55d6f4'/ | where resourceGroup == '/my-rg'/',resource-graph-query:{resource-graph-query:'resources | where subscriptionId == '/7ddfffd7-9b32-40df-1234-828cbd55d6f4'/ | where resourceGroup == '/my-rg'/'}}" --add-resource-health-signal Enabled
```
16 changes: 16 additions & 0 deletions Commands/monitor/health-models/discovery-rule/_delete.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _monitor health-models discovery-rule delete_

Delete a DiscoveryRule

## Versions

### [2026-05-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jbG91ZGhlYWx0aC9oZWFsdGhtb2RlbHMve30vZGlzY292ZXJ5cnVsZXMve30=/2026-05-01-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.cloudhealth/healthmodels/{}/discoveryrules/{} 2026-05-01-preview -->

#### examples

- DiscoveryRules_Delete
```bash
monitor health-models discovery-rule delete --resource-group my-resource-group --health-model-name my-health-model --discovery-rule-name my-discovery-rule
```
16 changes: 16 additions & 0 deletions Commands/monitor/health-models/discovery-rule/_list.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _monitor health-models discovery-rule list_

List DiscoveryRule resources by HealthModel

## Versions

### [2026-05-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jbG91ZGhlYWx0aC9oZWFsdGhtb2RlbHMve30vZGlzY292ZXJ5cnVsZXM=/2026-05-01-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.cloudhealth/healthmodels/{}/discoveryrules 2026-05-01-preview -->

#### examples

- DiscoveryRules_ListByHealthModel
```bash
monitor health-models discovery-rule list --resource-group my-resource-group --health-model-name my-health-model
```
16 changes: 16 additions & 0 deletions Commands/monitor/health-models/discovery-rule/_show.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _monitor health-models discovery-rule show_

Get a DiscoveryRule

## Versions

### [2026-05-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jbG91ZGhlYWx0aC9oZWFsdGhtb2RlbHMve30vZGlzY292ZXJ5cnVsZXMve30=/2026-05-01-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.cloudhealth/healthmodels/{}/discoveryrules/{} 2026-05-01-preview -->

#### examples

- DiscoveryRules_Get
```bash
monitor health-models discovery-rule show --resource-group myResourceGroup --health-model-name myHealthModel --discovery-rule-name myDiscoveryRule
```
16 changes: 16 additions & 0 deletions Commands/monitor/health-models/discovery-rule/_update.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _monitor health-models discovery-rule update_

Update a DiscoveryRule

## Versions

### [2026-05-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jbG91ZGhlYWx0aC9oZWFsdGhtb2RlbHMve30vZGlzY292ZXJ5cnVsZXMve30=/2026-05-01-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.cloudhealth/healthmodels/{}/discoveryrules/{} 2026-05-01-preview -->

#### examples

- DiscoveryRules_CreateOrUpdate
```bash
monitor health-models discovery-rule update --resource-group myResourceGroup --health-model-name myHealthModel --discovery-rule-name myDiscoveryRule
```
20 changes: 20 additions & 0 deletions Commands/monitor/health-models/discovery-rule/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# [Group] _monitor health-models discovery-rule_

Manage Discoveryrule

## Commands

- [create](/Commands/monitor/health-models/discovery-rule/_create.md)
: Create a DiscoveryRule

- [delete](/Commands/monitor/health-models/discovery-rule/_delete.md)
: Delete a DiscoveryRule

- [list](/Commands/monitor/health-models/discovery-rule/_list.md)
: List DiscoveryRule resources by HealthModel

- [show](/Commands/monitor/health-models/discovery-rule/_show.md)
: Get a DiscoveryRule

- [update](/Commands/monitor/health-models/discovery-rule/_update.md)
: Update a DiscoveryRule
16 changes: 16 additions & 0 deletions Commands/monitor/health-models/entity/_add-data-annotation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _monitor health-models entity add-data-annotation_

Add a data annotation to an entity

## Versions

### [2026-05-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jbG91ZGhlYWx0aC9oZWFsdGhtb2RlbHMve30vZW50aXRpZXMve30vYWRkZGF0YWFubm90YXRpb24=/2026-05-01-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.cloudhealth/healthmodels/{}/entities/{}/adddataannotation 2026-05-01-preview -->

#### examples

- Entities_AddDataAnnotation
```bash
monitor health-models entity add-data-annotation --resource-group rgopenapi --health-model-name myHealthModel --entity-name entity1 --annotation-details "{environment:production,deploymentId:deploy-2026-04-10-001,changedBy:release-pipeline}" --description Production deployment of v2.4.1
```
16 changes: 16 additions & 0 deletions Commands/monitor/health-models/entity/_create.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _monitor health-models entity create_

Create a Entity

## Versions

### [2026-05-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jbG91ZGhlYWx0aC9oZWFsdGhtb2RlbHMve30vZW50aXRpZXMve30=/2026-05-01-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.cloudhealth/healthmodels/{}/entities/{} 2026-05-01-preview -->

#### examples

- Entities_CreateOrUpdate
```bash
monitor health-models entity create --resource-group rgopenapi --health-model-name myHealthModel --entity-name uszrxbdkxesdrxhmagmzywebgbjj --display-name My entity --canvas-position "{x:14,y:13}" --icon "{icon-name:Custom,custom-data:rcitntvapruccrhtxmkqjphbxunkz}" --health-objective 62 --impact Standard --tags "{key1376:'sample tag'}" --signal-groups "{azure-resource:{authentication-setting:auth123,azure-resource-id:/subscriptions/12345678-1234-1234-1234-123456789012/resourceGroups/rg1/providers/Microsoft.Compute/virtualMachines/vm1,azure-resource-kind:functionapp,signals:[{signalKind:AzureResourceMetric,name:uniqueSignalName1,signal-definition-name:sigdef1,metric-namespace:microsoft.compute/virtualMachines,metric-name:cpuusage,aggregation-type:None,dimension-filter:'node eq '/node1'/',display-name:'CPU usage',refresh-interval:PT1M,time-grain:PT1M,data-unit:Count,evaluation-rules:{degradedRule:{operator:LowerThan,threshold:10},unhealthyRule:{operator:LowerThan,threshold:1}}}]},azure-log-analytics:{authentication-setting:auth123,log-analytics-workspace-resource-id:/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.OperationalInsights/workspaces/myworkspace,signals:[{signalKind:LogAnalyticsQuery,name:uniqueSignalName2,signal-definition-name:null,evaluation-rules:{degradedRule:{operator:GreaterThan,threshold:1},unhealthyRule:{operator:GreaterThan,threshold:5}},refresh-interval:PT1M,query-text:'print 1',time-grain:PT30M,value-column-name:result,display-name:'Test LA signal',data-unit:'my unit'}]},azure-monitor-workspace:{authentication-setting:auth123,azure-monitor-workspace-resource-id:/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.OperationalInsights/workspaces/myworkspace,signals:[{signalKind:PrometheusMetricsQuery,name:pod-cpu-usage,signal-definition-name:PodCpuUsageDefinition,display-name:'Pod CPU Usage',refresh-interval:PT1M,data-unit:Percent,query-text:\'rate(container_cpu_usage_seconds_total{pod=~"my-app-.*"}[5m]) * 100\',time-grain:PT5M,evaluation-rules:{degradedRule:{operator:GreaterThan,threshold:70},unhealthyRule:{operator:GreaterThan,threshold:90}}}]},dependencies:{aggregation-type:MinHealthy,unit:Percentage,degraded-threshold:80,unhealthy-threshold:50}}" --alerts "{unhealthy:{severity:Sev1,description:'Alert description',actionGroupIds:[/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Insights/actionGroups/myactiongroup]},degraded:{severity:Sev4,description:'Alert description',actionGroupIds:[/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.Insights/actionGroups/myactiongroup]}}"
```
16 changes: 16 additions & 0 deletions Commands/monitor/health-models/entity/_delete.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _monitor health-models entity delete_

Delete a Entity

## Versions

### [2026-05-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jbG91ZGhlYWx0aC9oZWFsdGhtb2RlbHMve30vZW50aXRpZXMve30=/2026-05-01-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.cloudhealth/healthmodels/{}/entities/{} 2026-05-01-preview -->

#### examples

- Entities_Delete
```bash
monitor health-models entity delete --resource-group rgopenapi --health-model-name model1 --entity-name U4VTRFlUkm9kR6H23-c-6U-XHq7n
```
16 changes: 16 additions & 0 deletions Commands/monitor/health-models/entity/_get-data-annotation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _monitor health-models entity get-data-annotation_

Retrieve data annotations for an entity

## Versions

### [2026-05-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jbG91ZGhlYWx0aC9oZWFsdGhtb2RlbHMve30vZW50aXRpZXMve30vZ2V0ZGF0YWFubm90YXRpb25z/2026-05-01-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.cloudhealth/healthmodels/{}/entities/{}/getdataannotations 2026-05-01-preview -->

#### examples

- Entities_GetDataAnnotations
```bash
monitor health-models entity get-data-annotation --resource-group rgopenapi --health-model-name myHealthModel --entity-name entity1 --start-at 2026-04-09T00:00:00Z --end-at 2026-04-10T23:59:59Z
```
16 changes: 16 additions & 0 deletions Commands/monitor/health-models/entity/_get-history.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _monitor health-models entity get-history_

Retrieve the health state transition history for an entity

## Versions

### [2026-05-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jbG91ZGhlYWx0aC9oZWFsdGhtb2RlbHMve30vZW50aXRpZXMve30vZ2V0aGlzdG9yeQ==/2026-05-01-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.cloudhealth/healthmodels/{}/entities/{}/gethistory 2026-05-01-preview -->

#### examples

- Entities_GetHistory
```bash
monitor health-models entity get-history --resource-group rgopenapi --health-model-name myHealthModel --entity-name entity1 --start-at 2025-12-11T10:00:00Z --end-at 2025-12-12T10:00:00Z --top 4
```
Loading
Loading