Azure Monitor · Schema

DataCollectionEndpoint

Application InsightsCloudLogsMetricsMonitoringObservability

Properties

Name Type Description
description string Description of the data collection endpoint.
immutableId string The immutable ID of this data collection endpoint resource.
configurationAccess object The endpoint used for accessing configuration.
logsIngestion object The endpoint used for ingesting logs.
metricsIngestion object The endpoint used for ingesting metrics.
networkAcls object Network access control rules for the endpoints.
provisioningState string The resource provisioning state.
privateLinkScopedResources array List of Azure Monitor Private Link Scope resources.
failoverConfiguration object Failover configuration on this endpoint.
metadata object Metadata for the resource.
View JSON Schema on GitHub

JSON Schema

microsoft-azure-monitor-datacollectionendpoint-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DataCollectionEndpoint",
  "title": "DataCollectionEndpoint",
  "type": "object",
  "properties": {
    "description": {
      "type": "string",
      "description": "Description of the data collection endpoint."
    },
    "immutableId": {
      "type": "string",
      "readOnly": true,
      "description": "The immutable ID of this data collection endpoint resource."
    },
    "configurationAccess": {
      "type": "object",
      "properties": {
        "endpoint": {
          "type": "string",
          "readOnly": true,
          "description": "The endpoint URL for configuration access."
        }
      },
      "description": "The endpoint used for accessing configuration."
    },
    "logsIngestion": {
      "type": "object",
      "properties": {
        "endpoint": {
          "type": "string",
          "readOnly": true,
          "description": "The endpoint URL for logs ingestion."
        }
      },
      "description": "The endpoint used for ingesting logs."
    },
    "metricsIngestion": {
      "type": "object",
      "properties": {
        "endpoint": {
          "type": "string",
          "readOnly": true,
          "description": "The endpoint URL for metrics ingestion."
        }
      },
      "description": "The endpoint used for ingesting metrics."
    },
    "networkAcls": {
      "type": "object",
      "properties": {
        "publicNetworkAccess": {
          "type": "string",
          "enum": [
            "Enabled",
            "Disabled",
            "SecuredByPerimeter"
          ],
          "description": "The configuration to set whether network access from public internet is allowed."
        }
      },
      "description": "Network access control rules for the endpoints."
    },
    "provisioningState": {
      "type": "string",
      "readOnly": true,
      "enum": [
        "Creating",
        "Updating",
        "Deleting",
        "Succeeded",
        "Canceled",
        "Failed"
      ],
      "description": "The resource provisioning state."
    },
    "privateLinkScopedResources": {
      "type": "array",
      "readOnly": true,
      "items": {
        "type": "object",
        "properties": {
          "resourceId": {
            "type": "string"
          },
          "scopeId": {
            "type": "string"
          }
        }
      },
      "description": "List of Azure Monitor Private Link Scope resources."
    },
    "failoverConfiguration": {
      "type": "object",
      "readOnly": true,
      "properties": {
        "activeLocation": {
          "type": "string"
        },
        "locations": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "location": {
                "type": "string"
              },
              "provisioningStatus": {
                "type": "string"
              }
            }
          }
        }
      },
      "description": "Failover configuration on this endpoint."
    },
    "metadata": {
      "type": "object",
      "readOnly": true,
      "properties": {
        "provisionedBy": {
          "type": "string",
          "readOnly": true,
          "description": "Azure offering managing this resource on-behalf-of customer."
        },
        "provisionedByResourceId": {
          "type": "string",
          "readOnly": true
        }
      },
      "description": "Metadata for the resource."
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/microsoft-azure-monitor-datacollectionendpoint"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.