Operations - List

List all available API operations provided by Microsoft.Dashboard.

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

URI Parameters

Name In Required Type Description
api-version
query True

string

The API version to use for this operation.

Responses

Name Type Description
200 OK

OperationListResult

OK. Return all available API operations provided by Microsoft.Dashboard.

Other Status Codes

ErrorResponse

Common error response for all Azure Resource Manager APIs to return error details for failed operations.

Examples

Operations_List

Sample request

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

Sample response

{
  "value": [
    {
      "name": "Microsoft.Dashboard/grafana/write",
      "display": {
        "provider": "Microsoft.Dashboard",
        "resource": "grafana",
        "operation": "write",
        "description": "Write grafana workspace resource"
      },
      "origin": "user",
      "actionType": "Internal"
    }
  ],
  "nextLink": null
}

Definitions

Name Description
ActionType

Enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs.

Display

Localized display information for this particular operation.

ErrorAdditionalInfo

The resource management error additional info.

ErrorDetail

The error detail.

ErrorResponse

Error response

Operation

REST API Operation

OperationListResult

A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results.

Origin

The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system"

ActionType

Enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs.

Name Type Description
Internal

string

Display

Localized display information for this particular operation.

Name Type Description
description

string

The short, localized friendly description of the operation; suitable for tool tips and detailed views.

operation

string

The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine".

provider

string

The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute".

resource

string

The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections".

ErrorAdditionalInfo

The resource management error additional info.

Name Type Description
info

object

The additional info.

type

string

The additional info type.

ErrorDetail

The error detail.

Name Type Description
additionalInfo

ErrorAdditionalInfo[]

The error additional info.

code

string

The error code.

details

ErrorDetail[]

The error details.

message

string

The error message.

target

string

The error target.

ErrorResponse

Error response

Name Type Description
error

ErrorDetail

The error object.

Operation

REST API Operation

Name Type Description
actionType

ActionType

Enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs.

display

Display

Localized display information for this particular operation.

isDataAction

boolean

Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for ARM/control-plane operations.

name

string

The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action"

origin

Origin

The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system"

OperationListResult

A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results.

Name Type Description
nextLink

string

URL to get the next set of operation list results (if there are any).

value

Operation[]

List of operations supported by the resource provider

Origin

The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system"

Name Type Description
system

string

user

string

user,system

string