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

# GET /providers/Microsoft.AnalysisServices/operations

`GET /providers/Microsoft.AnalysisServices/operations`

Lists all of the available consumption REST API operations.

## Query parameters

- `api-version` string, required

## Response `200`

OK. The request has succeeded.

- OperationListResult — Result of listing consumption operations. It contains a list of operations and a URL link to get the next set of results.
  - `value` Operation[] — List of analysis services operations supported by the Microsoft.AnalysisServices resource provider.
    - `name` string — Operation name: {provider}/{resource}/{operation}.
    - `display` object — The object that represents the operation.
      - `provider` string — Service provider: Microsoft.Consumption.
      - `resource` string — Resource on which the operation is performed: UsageDetail, etc.
      - `operation` string — Operation type: Read, write, delete, etc.
      - `description` string — Description of the operation object.
    - `origin` string — The origin
    - `properties` object — Additional properties to expose performance metrics to shoebox.
      - `serviceSpecification` object — Performance metrics to shoebox.
        - `metricSpecifications` MetricSpecifications[] — The metric specifications.
          - `name` string — The name of metric.
          - `displayName` string — The displayed name of metric.
          - `displayDescription` string — The displayed description of metric.
          - `unit` string — The unit of the metric.
          - `aggregationType` string — The aggregation type of metric.
          - `dimensions` MetricDimensions[] — The dimensions of metric.
            - `name` string — Dimension name.
            - `displayName` string — Dimension display name.
        - `logSpecifications` LogSpecifications[] — The log specifications.
          - `name` string — The name of metric.
          - `displayName` string — The displayed name of log.
          - `blobDuration` string — The blob duration for the log.
  - `nextLink` string — URL to get the next set of operation list results if there are any.

## Other responses

- `default` — Error response describing why the operation failed.

---

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