timeSeriesParameter resource type

Namespace: microsoft.graph

Important: Microsoft Graph APIs under the /beta version are subject to change; production use is not supported.

Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.

Parameter passed to GetHealthMetricTimeSeries when requesting snapshot time series.

Properties

Property Type Description
metricName String The name of the metric for which a time series is requested.
startDateTime DateTimeOffset Start time of the series being requested.
endDateTime DateTimeOffset End time of the series being requested. Optional; if not specified, current time is used.

Relationships

None

JSON Representation

Here is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.timeSeriesParameter",
  "metricName": "String",
  "startDateTime": "String (timestamp)",
  "endDateTime": "String (timestamp)"
}