You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/openapi/monitoring-api.json
+26-5Lines changed: 26 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -25631,24 +25631,24 @@
25631
25631
},
25632
25632
"triggeringCheckId": {
25633
25633
"type": "string",
25634
-
"description": "Scheduler-minted check execution ID whose result confirmed this incident; joins to check_results, rule_evaluations, and incident_state_transitions",
25634
+
"description": "Scheduler-minted check execution ID whose result confirmed this incident; joins to check_results, rule_evaluations, and incident_state_transitions. Omitted from JSON (undefined to SDKs) when null, treat missing as null.",
25635
25635
"format": "uuid",
25636
25636
"nullable": true
25637
25637
},
25638
25638
"triggeredByRuleSnapshotHashHex": {
25639
25639
"type": "string",
25640
-
"description": "Hex SHA-256 of the canonical policy snapshot that fired; combined with triggeredByRuleIndex points to the exact TriggerRule",
25640
+
"description": "Hex SHA-256 of the canonical policy snapshot that fired; combined with triggeredByRuleIndex points to the exact TriggerRule. Omitted from JSON when null, treat missing as null.",
25641
25641
"nullable": true
25642
25642
},
25643
25643
"triggeredByRuleIndex": {
25644
25644
"type": "integer",
25645
-
"description": "Index of the fired rule inside the policy's trigger_rules array",
25645
+
"description": "Index of the fired rule inside the policy's trigger_rules array. Omitted from JSON when null, treat missing as null.",
25646
25646
"format": "int32",
25647
25647
"nullable": true
25648
25648
},
25649
25649
"engineVersion": {
25650
25650
"type": "string",
25651
-
"description": "Detection engine semver that evaluated the rule",
25651
+
"description": "Detection engine semver that evaluated the rule. Omitted from JSON when null, treat missing as null.",
* @description Scheduler-minted check execution ID whose result confirmed this incident; joins to check_results, rule_evaluations, and incident_state_transitions
4248
+
* @description Scheduler-minted check execution ID whose result confirmed this incident; joins to check_results, rule_evaluations, and incident_state_transitions. Omitted from JSON (undefined to SDKs) when null, treat missing as null.
4249
4249
*/
4250
4250
triggeringCheckId?: string | null;
4251
-
/** @description Hex SHA-256 of the canonical policy snapshot that fired; combined with triggeredByRuleIndex points to the exact TriggerRule */
4251
+
/** @description Hex SHA-256 of the canonical policy snapshot that fired; combined with triggeredByRuleIndex points to the exact TriggerRule. Omitted from JSON when null, treat missing as null. */
4252
4252
triggeredByRuleSnapshotHashHex?: string | null;
4253
4253
/**
4254
4254
* Format: int32
4255
-
* @description Index of the fired rule inside the policy's trigger_rules array
4255
+
* @description Index of the fired rule inside the policy's trigger_rules array. Omitted from JSON when null, treat missing as null.
4256
4256
*/
4257
4257
triggeredByRuleIndex?: number | null;
4258
-
/** @description Detection engine semver that evaluated the rule */
4258
+
/** @description Detection engine semver that evaluated the rule. Omitted from JSON when null, treat missing as null. */
0 commit comments