userExperienceAnalyticsMetricHistory resource type
Namespace: microsoft.graph
Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.
The user experience analytics metric history.
Methods
Method | Return Type | Description |
---|---|---|
List userExperienceAnalyticsMetricHistories | userExperienceAnalyticsMetricHistory collection | List properties and relationships of the userExperienceAnalyticsMetricHistory objects. |
Get userExperienceAnalyticsMetricHistory | userExperienceAnalyticsMetricHistory | Read properties and relationships of the userExperienceAnalyticsMetricHistory object. |
Create userExperienceAnalyticsMetricHistory | userExperienceAnalyticsMetricHistory | Create a new userExperienceAnalyticsMetricHistory object. |
Delete userExperienceAnalyticsMetricHistory | None | Deletes a userExperienceAnalyticsMetricHistory. |
Update userExperienceAnalyticsMetricHistory | userExperienceAnalyticsMetricHistory | Update the properties of a userExperienceAnalyticsMetricHistory object. |
Properties
Property | Type | Description |
---|---|---|
id | String | The unique identifier of the user experience analytics metric history. |
deviceId | String | The Intune device id of the device. |
metricDateTime | DateTimeOffset | The metric date time. The value cannot be modified and is automatically populated when the metric is created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Returned by default. |
metricType | String | The user experience analytics metric type. |
Relationships
Relationship | Type | Description |
---|---|---|
userExperienceAnalyticsMetric | userExperienceAnalyticsMetric | User experience analytics metric. |
JSON Representation
Here is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.userExperienceAnalyticsMetricHistory",
"id": "String (identifier)",
"deviceId": "String",
"metricDateTime": "String (timestamp)",
"metricType": "String"
}