Operations - List

Lists all the available Advisor REST API operations.

GET https://management.azure.com/providers/Microsoft.Advisor/operations?api-version=2023-01-01

URI Parameters

Name In Required Type Description
api-version
query True

string

The version of the API to be used with the client request.

Responses

Name Type Description
200 OK

OperationEntityListResult

OK. Successfully retrieved operation list.

Other Status Codes

ArmErrorResponse

Error response describing why the operation failed.

Security

azure_auth

Azure Active Directory OAuth2 Flow.

Type: oauth2
Flow: implicit
Authorization URL: https://login.microsoftonline.com/common/oauth2/authorize

Scopes

Name Description
user_impersonation impersonate your user account

Examples

OperationsList

Sample Request

GET https://management.azure.com/providers/Microsoft.Advisor/operations?api-version=2023-01-01

Sample Response

{
  "value": [
    {
      "name": "Microsoft.Advisor/prediction",
      "display": {
        "provider": "Microsoft Advisor",
        "resource": "Prediction",
        "description": "Predicts a recommendation."
      }
    }
  ]
}

Definitions

Name Description
ArmErrorResponse
ARMErrorResponseBody

ARM error response body.

OperationDisplayInfo

The operation supported by Advisor.

OperationEntity

The operation supported by Advisor.

OperationEntityListResult

The list of Advisor operations.

ArmErrorResponse

Name Type Description
error

ARMErrorResponseBody

ARM error response body.

ARMErrorResponseBody

ARM error response body.

Name Type Description
code

string

Gets or sets the string that can be used to programmatically identify the error.

message

string

Gets or sets the string that describes the error in detail and provides debugging information.

OperationDisplayInfo

The operation supported by Advisor.

Name Type Description
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.

OperationEntity

The operation supported by Advisor.

Name Type Description
display

OperationDisplayInfo

The operation supported by Advisor.

name

string

Operation name: {provider}/{resource}/{operation}.

OperationEntityListResult

The list of Advisor operations.

Name Type Description
nextLink

string

The link used to get the next page of operations.

value

OperationEntity[]

The list of operations.