Properties
| Name | Type | Description |
|---|---|---|
| authorization | object | The sender authorization information. |
| claims | object | Key value pairs to identify ARM permissions. |
| caller | string | The email address of the user who performed the operation. |
| description | string | The description of the event. |
| id | string | The Id of this event. |
| eventDataId | string | The event data ID. |
| correlationId | string | The correlation ID, usually a GUID. |
| eventName | object | The event name. |
| category | object | The event category. |
| httpRequest | object | The HTTP request info. |
| level | string | The event level. |
| resourceGroupName | string | The resource group name. |
| resourceProviderName | object | The resource provider name. |
| resourceId | string | The resource URI that uniquely identifies the resource. |
| resourceType | object | The resource type. |
| operationId | string | The operation ID. |
| operationName | object | The operation name. |
| properties | object | The set of key-value pairs that includes details about the event. |
| status | object | The event status. |
| subStatus | object | The event sub status. |
| eventTimestamp | string | The timestamp of when the event was generated. |
| submissionTimestamp | string | The timestamp of when the event became available for querying. |
| subscriptionId | string | The Azure subscription ID. |
| tenantId | string | The Azure tenant ID. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/EventData",
"title": "EventData",
"type": "object",
"properties": {
"authorization": {
"type": "object",
"readOnly": true,
"properties": {
"action": {
"type": "string",
"description": "The permissible actions."
},
"role": {
"type": "string",
"description": "The role of the user."
},
"scope": {
"type": "string",
"description": "The scope."
}
},
"description": "The sender authorization information."
},
"claims": {
"type": "object",
"readOnly": true,
"additionalProperties": {
"type": "string"
},
"description": "Key value pairs to identify ARM permissions."
},
"caller": {
"type": "string",
"readOnly": true,
"description": "The email address of the user who performed the operation."
},
"description": {
"type": "string",
"readOnly": true,
"description": "The description of the event."
},
"id": {
"type": "string",
"readOnly": true,
"description": "The Id of this event."
},
"eventDataId": {
"type": "string",
"readOnly": true,
"description": "The event data ID."
},
"correlationId": {
"type": "string",
"readOnly": true,
"description": "The correlation ID, usually a GUID."
},
"eventName": {
"type": "object",
"readOnly": true,
"properties": {
"value": {
"type": "string"
},
"localizedValue": {
"type": "string"
}
},
"description": "The event name."
},
"category": {
"type": "object",
"readOnly": true,
"properties": {
"value": {
"type": "string"
},
"localizedValue": {
"type": "string"
}
},
"description": "The event category."
},
"httpRequest": {
"type": "object",
"readOnly": true,
"properties": {
"clientRequestId": {
"type": "string"
},
"clientIpAddress": {
"type": "string"
},
"method": {
"type": "string"
},
"uri": {
"type": "string"
}
},
"description": "The HTTP request info."
},
"level": {
"type": "string",
"readOnly": true,
"enum": [
"Critical",
"Error",
"Warning",
"Informational",
"Verbose"
],
"description": "The event level."
},
"resourceGroupName": {
"type": "string",
"readOnly": true,
"description": "The resource group name."
},
"resourceProviderName": {
"type": "object",
"readOnly": true,
"properties": {
"value": {
"type": "string"
},
"localizedValue": {
"type": "string"
}
},
"description": "The resource provider name."
},
"resourceId": {
"type": "string",
"readOnly": true,
"description": "The resource URI that uniquely identifies the resource."
},
"resourceType": {
"type": "object",
"readOnly": true,
"properties": {
"value": {
"type": "string"
},
"localizedValue": {
"type": "string"
}
},
"description": "The resource type."
},
"operationId": {
"type": "string",
"readOnly": true,
"description": "The operation ID."
},
"operationName": {
"type": "object",
"readOnly": true,
"properties": {
"value": {
"type": "string"
},
"localizedValue": {
"type": "string"
}
},
"description": "The operation name."
},
"properties": {
"type": "object",
"readOnly": true,
"additionalProperties": {
"type": "string"
},
"description": "The set of key-value pairs that includes details about the event."
},
"status": {
"type": "object",
"readOnly": true,
"properties": {
"value": {
"type": "string"
},
"localizedValue": {
"type": "string"
}
},
"description": "The event status."
},
"subStatus": {
"type": "object",
"readOnly": true,
"properties": {
"value": {
"type": "string"
},
"localizedValue": {
"type": "string"
}
},
"description": "The event sub status."
},
"eventTimestamp": {
"type": "string",
"format": "date-time",
"readOnly": true,
"description": "The timestamp of when the event was generated."
},
"submissionTimestamp": {
"type": "string",
"format": "date-time",
"readOnly": true,
"description": "The timestamp of when the event became available for querying."
},
"subscriptionId": {
"type": "string",
"readOnly": true,
"description": "The Azure subscription ID."
},
"tenantId": {
"type": "string",
"readOnly": true,
"description": "The Azure tenant ID."
}
}
}
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/microsoft-azure-monitor-eventdata"
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.