Skip to main content

reports_timeseries

Creates, updates, deletes, gets or lists a reports_timeseries resource.

Overview

Namereports_timeseries
TypeResource
Idazure.front_door.reports_timeseries

Fields

NameDatatypeDescription
idtextResource ID.
nametextResource name.
aggregationIntervaltextfield from the properties object
aggregation_intervaltextfield from the properties object
countrytextfield from the properties object
endDateTimeUTCtextfield from the properties object
end_date_time_utctextfield from the properties object
endpointtextfield from the properties object
experimentNametextfield from the properties object
locationtextResource location.
profileNametextfield from the properties object
resourceGroupNametextfield from the properties object
startDateTimeUTCtextfield from the properties object
start_date_time_utctextfield from the properties object
subscriptionIdtextfield from the properties object
tagstextResource tags.
timeseriesTypetextfield from the properties object
timeseries_datatextfield from the properties object
timeseries_typetextfield from the properties object
typetextResource type.

Methods

NameAccessible byRequired ParamsDescription
getSELECTaggregationInterval, endDateTimeUTC, experimentName, profileName, resourceGroupName, startDateTimeUTC, subscriptionId, timeseriesType

SELECT examples

SELECT
id,
name,
aggregationInterval,
aggregation_interval,
country,
endDateTimeUTC,
end_date_time_utc,
endpoint,
experimentName,
location,
profileName,
resourceGroupName,
startDateTimeUTC,
start_date_time_utc,
subscriptionId,
tags,
timeseriesType,
timeseries_data,
timeseries_type,
type
FROM azure.front_door.vw_reports_timeseries
WHERE aggregationInterval = '{{ aggregationInterval }}'
AND endDateTimeUTC = '{{ endDateTimeUTC }}'
AND experimentName = '{{ experimentName }}'
AND profileName = '{{ profileName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND startDateTimeUTC = '{{ startDateTimeUTC }}'
AND subscriptionId = '{{ subscriptionId }}'
AND timeseriesType = '{{ timeseriesType }}';