Skip to content

Latest commit

 

History

History
44 lines (36 loc) · 1.34 KB

intune-raimportcerts-timeseriesparameter.md

File metadata and controls

44 lines (36 loc) · 1.34 KB
title description author localization_priority ms.subservice doc_type
timeSeriesParameter resource type
Parameter passed to GetHealthMetricTimeSeries when requesting snapshot time series.
jaiprakashmb
Normal
intune
resourcePageType

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)"
}