Microsoft Azure Common Types for Operational Insights

Microsoft Azure Common Types for Operational Insights is a suite of tools designed to help organizations monitor and analyze their IT environments in order to optimize performance, improve security, and troubleshoot issues. The common types include data sources, schemas, and queries that allow users to collect and analyze data from a variety of sources such as servers, applications, and networks.

OpenAPI Specification

common-types-for-microsoftoperationalinsights-openapi-original.yml Raw ↑
swagger: '2.0'
info:
  version: '1.0'
  title: Microsoft Azure Common types for Microsoft.OperationalInsights
paths: {}
definitions: {}
parameters:
  WorkspaceNameParameter:
    name: workspaceName
    in: path
    required: true
    type: string
    pattern: ^[A-Za-z0-9][A-Za-z0-9-]+[A-Za-z0-9]$
    minLength: 4
    maxLength: 63
    description: The name of the workspace.
    x-ms-parameter-location: method