| title | serviceActivityValueMetric resource type |
|---|---|
| description | Describes the aggregated value of a service activity metric over a given interval from the start time. |
| author | Zacharypeng |
| ms.localizationpriority | medium |
| ms.subservice | entra-monitoring-health |
| doc_type | resourcePageType |
| ms.date | 03/12/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Describes the aggregated value of a service activity metric over a given interval from the start time.
| Property | Type | Description |
|---|---|---|
| intervalStartDateTime | DateTimeOffset | The starting date and time (UTC) of the interval. |
| value | Int64 | The aggregated value over the given aggregation interval starting from the intervalStartDateTime. The value is caculated at the minute level. The value at the starting minute of the intervalStartDateTime is included. The value at the last minute of the given interval is excluded. For example, if intervalStartDateTime is 2023-09-20T18:00:00Z and aggregation interval is 5 minutes, then the value is aggregated from 2023-09-20T18:00:00Z(inclusive) to 2023-09-20T18:05:00Z(exclusive). |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.serviceActivityValueMetric",
"intervalStartDateTime": "String (timestamp)",
"value": "Integer"
}