getSqlServerInstanceTelemetry

Retrieves SQL Server instance telemetry Uses Azure REST API version 2024-01-01. Other available API versions: 2024-05-01-preview, 2025-03-01-preview.

Return

A section of the telemetry response for the SQL Server instance.

Parameters

argument

null


suspend fun getSqlServerInstanceTelemetry(aggregationType: Either<String, AggregationType>? = null, databaseNames: List<String>? = null, datasetName: String, endTime: String? = null, interval: String? = null, resourceGroupName: String, sqlServerInstanceName: String, startTime: String? = null): GetSqlServerInstanceTelemetryResult

Return

A section of the telemetry response for the SQL Server instance.

Parameters

aggregationType

The aggregation type to use for the numerical columns in the dataset.

databaseNames

The list of database names to return telemetry for. If not specified, telemetry for all databases will be aggregated and returned.

datasetName

The name of the telemetry dataset to retrieve.

endTime

The end time for the time range to fetch telemetry for. If not specified, the current time is used.

interval

The time granularity to fetch telemetry for. This is an ISO8601 duration. Examples: PT15M, PT1H, P1D

resourceGroupName

The name of the Azure resource group

sqlServerInstanceName

Name of SQL Server Instance

startTime

The start time for the time range to fetch telemetry for. If not specified, the current time minus 1 hour is used.

See also


Return

A section of the telemetry response for the SQL Server instance.

Parameters

argument

Builder for com.pulumi.azurenative.azurearcdata.kotlin.inputs.GetSqlServerInstanceTelemetryPlainArgs.

See also