v2

latestSwagger 2.0Apache 2.02026-07-1351223.8 KB

Get a list of all available REST API operations.

get/providers/Microsoft.WorkloadMonitor/operations

Query parameters

api-version'2020-01-13-preview' required

The API version to use for the operation.

Response

The list of available REST API operations.

nextLinkstring

Link to next page if the list is too long.

Example response

{
  "value": [
    {
      "name": "Microsoft.WorkloadMonitor/monitors/read",
      "display": {
        "provider": "Microsoft.WorkloadMonitor",
        "resource": "Monitors",
        "operation": "Get monitors",
        "description": "Gets monitors and their current health state"
      },
      "origin": "user, system"
    }
  ]
}
All 5 operations