---
title: "Describes the Resource Provider"
method: GET
path: "/providers/Microsoft.NetApp/operations"
tags: ["Operations"]
---

# Describes the Resource Provider

`GET /providers/Microsoft.NetApp/operations`

Lists all of the available Microsoft.NetApp Rest API operations

## Query parameters

- `api-version` string, required

## Response `200`

OK

- OperationListResult — Result of the request to list Cloud Volume operations. It contains a list of operations and a URL link to get the next set of results.
  - `value` Operation[] — List of Storage operations supported by the Storage resource provider.
    - `name` string — Operation name: {provider}/{resource}/{operation}
    - `display` object — Display metadata associated with the operation.
      - `provider` string — Service provider: Microsoft NetApp.
      - `resource` string — Resource on which the operation is performed etc.
      - `operation` string — Type of operation: get, read, delete, etc.
      - `description` string — Operation description.
    - `origin` string — The origin of operations.
    - `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.
          - `fillGapWithZero` boolean — The property to decide fill gap with zero or not.
          - `category` string — The category this metric specification belong to, could be Capacity.
          - `resourceIdDimensionNameOverride` string — Account Resource Id.

## Other responses

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

---

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