Prismatic · Schema
Prismatic Alert Monitor
An alert monitor defines conditions for monitoring instance executions and triggering notifications when those conditions are met.
Embedded iPaaSIntegrationWorkflowsConnectorsAI AgentsMCPCode-NativeLow-Code
Properties
| Name | Type | Description |
|---|---|---|
| id | string | Unique identifier for the alert monitor |
| name | string | Name of the alert monitor |
| triggered | boolean | Whether the alert is currently in a triggered state |
| triggerType | string | Type of trigger condition for the alert |
| instance | object | The instance this alert monitor is attached to |
| groups | array | Alert groups that receive notifications from this monitor |
| durationSecondsCondition | integer | Duration threshold in seconds for duration-based triggers |
| logSeverityLevelCondition | integer | Log severity level threshold for severity-based triggers |
| executionOverdueMinutes | integer | Minutes past expected schedule before triggering overdue alert |
| createdAt | string | Timestamp when the alert monitor was created |
| updatedAt | string | Timestamp when the alert monitor was last updated |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/prismatic/refs/heads/main/json-schema/alert-monitor.json",
"title": "Prismatic Alert Monitor",
"description": "An alert monitor defines conditions for monitoring instance executions and triggering notifications when those conditions are met.",
"type": "object",
"required": ["id", "name"],
"properties": {
"id": {
"type": "string",
"description": "Unique identifier for the alert monitor"
},
"name": {
"type": "string",
"description": "Name of the alert monitor"
},
"triggered": {
"type": "boolean",
"description": "Whether the alert is currently in a triggered state"
},
"triggerType": {
"type": "string",
"enum": ["execution_failed", "execution_overdue", "execution_duration_matched", "log_severity_matched", "connection_error"],
"description": "Type of trigger condition for the alert"
},
"instance": {
"$ref": "instance.json",
"description": "The instance this alert monitor is attached to"
},
"groups": {
"type": "array",
"description": "Alert groups that receive notifications from this monitor",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
}
}
}
},
"durationSecondsCondition": {
"type": "integer",
"description": "Duration threshold in seconds for duration-based triggers"
},
"logSeverityLevelCondition": {
"type": "integer",
"description": "Log severity level threshold for severity-based triggers"
},
"executionOverdueMinutes": {
"type": "integer",
"description": "Minutes past expected schedule before triggering overdue alert"
},
"createdAt": {
"type": "string",
"format": "date-time",
"description": "Timestamp when the alert monitor was created"
},
"updatedAt": {
"type": "string",
"format": "date-time",
"description": "Timestamp when the alert monitor was last updated"
}
}
}
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/alert-monitor"
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.