addedInput schema / properties / body / properties / description
Added value: +{
+ "anyOf": [
+ {
+ "maxLength": 500,
+ "minLength": 0,
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "New note; null preserves current, empty string clears"
+}
changedInput schema / properties / body / properties / escalation / anyOf
Previous value: -[
- {
- "additionalProperties": false,
- "properties": {
- "onReopen": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "Action when a resolved incident reopens"
- },
- "onResolve": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "Action when the incident resolves"
- },
- "steps": {
- "description": "Ordered escalation steps, evaluated in sequence",
- "items": {
- "additionalProperties": false,
- "properties": {
- "channelIds": {
- "description": "Alert channel IDs to notify in this step",
- "items": {
- "format": "uuid",
- "type": "string"
- },
- "minItems": 1,
- "type": "array"
- },
- "delayMinutes": {
- "description": "Minutes to wait before executing this step (0 = immediate)",
- "minimum": 0,
- "type": "integer"
- },
- "repeatIntervalSeconds": {
- "anyOf": [
- {
- "minimum": 1,
- "type": "integer"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "Repeat notification interval in seconds until acknowledged"
- },
- "requireAck": {
- "anyOf": [
- {
- "type": "boolean"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "Whether an acknowledgment is required before escalating"
- }
- },
- "required": [
- "delayMinutes",
- "channelIds"
- ],
- "type": "object"
- },
- "minItems": 1,
- "type": "array"
- }
- },
- "required": [
- "steps"
- ],
- "type": "object"
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "properties": {
+ "onReopen": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Action when a resolved incident reopens"
+ },
+ "onResolve": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Action when the incident resolves"
+ },
+ "steps": {
+ "description": "Ordered escalation steps, evaluated in sequence",
+ "items": {
+ "properties": {
+ "channelIds": {
+ "description": "Alert channel IDs to notify in this step",
+ "items": {
+ "format": "uuid",
+ "type": "string"
+ },
+ "minItems": 1,
+ "type": "array"
+ },
+ "delayMinutes": {
+ "description": "Minutes to wait before executing this step (0 = immediate)",
+ "minimum": 0,
+ "type": "integer"
+ },
+ "repeatIntervalSeconds": {
+ "anyOf": [
+ {
+ "minimum": 1,
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Repeat notification interval in seconds until acknowledged"
+ },
+ "requireAck": {
+ "anyOf": [
+ {
+ "type": "boolean"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Whether an acknowledgment is required before escalating"
+ }
+ },
+ "required": [
+ "delayMinutes",
+ "channelIds"
+ ],
+ "type": "object"
+ },
+ "minItems": 1,
+ "type": "array"
+ }
+ },
+ "required": [
+ "steps"
+ ],
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+]
changedInput schema / properties / body / properties / matchRules / anyOf
Previous value: -[
- {
- "items": {
- "additionalProperties": false,
- "properties": {
- "monitorIds": {
- "anyOf": [
- {
- "items": {
- "format": "uuid",
- "type": "string"
- },
- "type": "array"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "Monitor UUIDs to match for monitor_id_in rules"
- },
- "regions": {
- "anyOf": [
- {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "Region codes to match for region_in rules"
- },
- "type": {
- "description": "Rule type used to evaluate incidents and status events",
- "enum": [
- "severity_gte",
- "monitor_id_in",
- "region_in",
- "incident_status",
- "monitor_type_in",
- "service_id_in",
- "resource_group_id_in",
- "component_name_in",
- "monitor_tag_in"
- ],
- "type": "string"
- },
- "value": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "Comparison value for single-value rules like severity_gte"
- },
- "values": {
- "anyOf": [
- {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "Values list for multi-value rules like monitor_type_in"
- }
- },
- "required": [
- "type"
- ],
- "type": "object"
- },
- "type": "array"
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "items": {
+ "properties": {
+ "monitorIds": {
+ "anyOf": [
+ {
+ "items": {
+ "format": "uuid",
+ "type": "string"
+ },
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Monitor UUIDs to match for monitor_id_in rules"
+ },
+ "regions": {
+ "anyOf": [
+ {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Region codes to match for region_in rules"
+ },
+ "type": {
+ "description": "Rule type used to evaluate incidents and status events",
+ "enum": [
+ "severity_gte",
+ "monitor_id_in",
+ "region_in",
+ "incident_status",
+ "monitor_type_in",
+ "service_id_in",
+ "resource_group_id_in",
+ "component_name_in",
+ "monitor_tag_in"
+ ],
+ "type": "string"
+ },
+ "value": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Comparison value for single-value rules like severity_gte"
+ },
+ "values": {
+ "anyOf": [
+ {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Values list for multi-value rules like monitor_type_in"
+ }
+ },
+ "required": [
+ "type"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+]