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.
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"
}
]
}