Microsoft Azure Monitor Workspaces Control Plane API

The Microsoft Azure Monitor Workspaces Control Plane API is a tool that provides control and management capabilities for monitoring workspaces deployed within the Azure cloud environment. This API allows users to create, manage, and delete monitoring workspaces, as well as configure and customize monitoring settings.

OpenAPI Specification

azure-monitor-workspaces-control-plane-api-openapi-original.yml Raw ↑
swagger: '2.0'
info:
  title: Microsoft Azure Azure Monitor Workspaces Control Plane API
  description: Provides operations for working with Azure Monitor Workspaces
  version: '2023-04-03'
  x-ms-code-generation-settings:
    name: MonitorManagementClient
  contact:
    email: [email protected]
host: management.azure.com
schemes:
  - https
consumes:
  - application/json
produces:
  - application/json
security:
  - azure_auth:
      - user_impersonation
securityDefinitions:
  azure_auth:
    type: oauth2
    flow: implicit
    authorizationUrl: https://login.microsoftonline.com/common/oauth2/authorize
    scopes:
      user_impersonation: impersonate your user account
    description: Azure Active Directory OAuth2 Flow
tags:
  - name: Operations
    description: List available operations API
paths:
  /providers/Microsoft.Monitor/operations:
    get:
      tags:
        - Operations
      description: Lists available Operations for this Resource Provider
      operationId: microsoftAzureMonitoroperationsList
      produces:
        - application/json
      parameters:
        - $ref: >-
            ../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter
      responses:
        '200':
          description: Success
          schema:
            $ref: >-
              ../../../../../common-types/resource-management/v3/types.json#/definitions/OperationListResult
        default:
          description: Error
          schema:
            $ref: >-
              ../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse
      x-ms-pageable:
        nextLinkName: nextLink
      x-ms-examples:
        Get operations list:
          $ref: ./examples/OperationsGet.json
      summary: Microsoft Azure Get Providers Microsoft Monitor Operations