---
title: "GET /providers/Microsoft.TimeSeriesInsights/operations"
method: GET
path: "/providers/Microsoft.TimeSeriesInsights/operations"
tags: ["Operations"]
---

# GET /providers/Microsoft.TimeSeriesInsights/operations

`GET /providers/Microsoft.TimeSeriesInsights/operations`

Lists all of the available Time Series Insights related operations.

## Query parameters

- `api-version` string, required

## Response `200`

Successfully listed the available operations.

- OperationListResult — Result of the request to list Time Series Insights operations. It contains a list of operations and a URL link to get the next set of results.
  - `value` Operation[] — List of Time Series Insights operations supported by the Microsoft.TimeSeriesInsights resource provider.
    - `name` string — The name of the operation being performed on this particular object.
    - `display` object — Contains the localized display information for this particular operation / action.
      - `provider` string — The localized friendly form of the resource provider name.
      - `resource` string — The localized friendly form of the resource type related to this action/operation.
      - `operation` string — The localized friendly name for the operation.
      - `description` string — The localized friendly description for the operation.
    - `origin` string
    - `properties` OperationProperties — Properties of operation, include metric specifications.
      - `serviceSpecification` ServiceSpecification — One property of operation, include metric specifications.
        - `metricSpecifications` MetricSpecification[] — Metric specifications of operation.
          - `name` string — Name of metric specification.
          - `displayName` string — Display name of metric specification.
          - `displayDescription` string — Display description of metric specification.
          - `unit` string — Unit could be Bytes or Count.
          - `dimensions` Dimension[] — Dimensions of blobs, including blob type and access tier.
            - `name` string — Display name of dimension.
            - `displayName` string — Display name of dimension.
          - `aggregationType` string — Aggregation type could be Average.
          - `availabilities` MetricAvailability[] — Retention policies of a resource metric.
            - `timeGrain` string
            - `blobDuration` string
          - `category` string — The category this metric specification belong to, could be Capacity.
          - `resourceIdDimensionNameOverride` string — Account Resource Id.
        - `logSpecifications` LogSpecification[] — A list of Azure Monitoring log definitions.
          - `name` string — Log name.
          - `displayName` string — Log display name.
  - `nextLink` string — URL to get the next set of operation list results if there are any.

## Other responses

- `default` — HTTP 404 (Not Found): The list of operations could not be found.

---

[API](https://skmtc.net/azure/apis/timeseriesinsights-microsoft-timeseriesinsights.md) · [All operations](https://skmtc.net/azure/apis/timeseriesinsights-microsoft-timeseriesinsights/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/timeseriesinsights-microsoft-timeseriesinsights/revisions/92f1ef79365f/schema)
