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

# GET /providers/Microsoft.Advisor/operations

`GET /providers/Microsoft.Advisor/operations`

Lists all the available Advisor REST API operations.

## Query parameters

- `api-version` string, required

## Response `200`

OK. Successfully retrieved operation list.

- OperationEntityListResult — The list of Advisor operations.
  - `nextLink` string — The link used to get the next page of operations.
  - `value` OperationEntity[] — The list of operations.
    - `name` string — Operation name: {provider}/{resource}/{operation}.
    - `display` OperationDisplayInfo — The operation supported by Advisor.
      - `description` string — The description of the operation.
      - `operation` string — The action that users can perform, based on their permission level.
      - `provider` string — Service provider: Microsoft Advisor.
      - `resource` string — Resource on which the operation is performed.

---

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