Azure Log Analytics · Schema
Workspace
The top level Log Analytics Workspace resource container.
AnalyticsAzureCloudLoggingMonitoring
Properties
| Name | Type | Description |
|---|---|---|
| id | string | Fully qualified resource ID. |
| name | string | The name of the resource. |
| type | string | The type of the resource. |
| location | string | The geo-location where the resource lives. |
| tags | object | Resource tags. |
| etag | string | The etag of the workspace. |
| properties | object | Workspace properties. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/azure-log-analytics/refs/heads/main/json-schema/management-api-workspace-schema.json",
"title": "Workspace",
"description": "The top level Log Analytics Workspace resource container.",
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Fully qualified resource ID.",
"readOnly": true,
"example": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/rg1/providers/microsoft.operationalinsights/workspaces/ws1"
},
"name": {
"type": "string",
"description": "The name of the resource.",
"readOnly": true,
"example": "ws1"
},
"type": {
"type": "string",
"description": "The type of the resource.",
"readOnly": true,
"example": "Microsoft.OperationalInsights/workspaces"
},
"location": {
"type": "string",
"description": "The geo-location where the resource lives.",
"example": "eastus"
},
"tags": {
"type": "object",
"description": "Resource tags.",
"additionalProperties": {
"type": "string"
}
},
"etag": {
"type": "string",
"description": "The etag of the workspace."
},
"properties": {
"type": "object",
"description": "Workspace properties.",
"properties": {
"customerId": {
"type": "string",
"description": "Read-only ID associated with the workspace.",
"readOnly": true
},
"provisioningState": {
"type": "string",
"description": "The provisioning state of the workspace.",
"enum": ["Creating", "Succeeded", "Failed", "Canceled", "Deleting", "ProvisioningAccount", "Updating"]
},
"sku": {
"type": "object",
"description": "The SKU of the workspace.",
"properties": {
"name": {
"type": "string",
"description": "The name of the SKU.",
"enum": ["Free", "Standard", "Premium", "PerNode", "PerGB2018", "Standalone", "CapacityReservation", "LACluster"]
},
"capacityReservationLevel": {
"type": "integer",
"format": "int32",
"description": "The capacity reservation level in GB."
}
}
},
"retentionInDays": {
"type": "integer",
"format": "int32",
"description": "The workspace data retention in days."
},
"publicNetworkAccessForIngestion": {
"type": "string",
"description": "Network access type for ingestion.",
"enum": ["Enabled", "Disabled"],
"default": "Enabled"
},
"publicNetworkAccessForQuery": {
"type": "string",
"description": "Network access type for query.",
"enum": ["Enabled", "Disabled"],
"default": "Enabled"
},
"workspaceCapping": {
"type": "object",
"description": "The daily volume cap for ingestion.",
"properties": {
"dailyQuotaGb": {
"type": "number",
"format": "double",
"description": "The workspace daily quota for ingestion in GB."
},
"dataIngestionStatus": {
"type": "string",
"description": "The status of data ingestion.",
"enum": ["RespectQuota", "ForceOn", "ForceOff", "OverQuota", "SubscriptionSuspended", "ApproachingQuota"]
}
}
}
}
}
}
}
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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/management-api-workspace"
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.