Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -189930,7 +189930,7 @@ paths:
data:
attributes:
enabled: true
name: Rule 1
name: Rule <UUID>
selectors:
query: (source:production_service OR env:prod)
rule_types:
Expand Down Expand Up @@ -190111,7 +190111,7 @@ paths:
data:
attributes:
enabled: true
name: Rule 1
name: Rule <UUID>
selectors:
query: (source:production_service OR env:prod)
rule_types:
Expand Down Expand Up @@ -190753,7 +190753,7 @@ paths:
data:
attributes:
enabled: true
name: Rule 1
name: Rule <UUID>
selectors:
query: (source:production_service OR env:prod)
rule_types:
Expand Down Expand Up @@ -190936,7 +190936,7 @@ paths:
data:
attributes:
enabled: true
name: Rule 1
name: Rule <UUID>
selectors:
query: (source:production_service OR env:prod)
rule_types:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public static void main(String[] args) {
.attributes(
new CreateNotificationRuleParametersDataAttributes()
.enabled(true)
.name("Rule 1")
.name("Rule 9b1deb4d-3b7d-4bad-9bdd-2b0d7b3dcb6d")
.selectors(
new Selectors()
.query("(source:production_service OR env:prod)")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public static void main(String[] args) {
.attributes(
new CreateNotificationRuleParametersDataAttributes()
.enabled(true)
.name("Rule 1")
.name("Rule 9b1deb4d-3b7d-4bad-9bdd-2b0d7b3dcb6d")
.selectors(
new Selectors()
.query("(source:production_service OR env:prod)")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public static void main(String[] args) {
.attributes(
new PatchNotificationRuleParametersDataAttributes()
.enabled(true)
.name("Rule 1")
.name("Rule 9b1deb4d-3b7d-4bad-9bdd-2b0d7b3dcb6d")
.selectors(
new Selectors()
.query("(source:production_service OR env:prod)")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public static void main(String[] args) {
.attributes(
new PatchNotificationRuleParametersDataAttributes()
.enabled(true)
.name("Rule 1")
.name("Rule 9b1deb4d-3b7d-4bad-9bdd-2b0d7b3dcb6d")
.selectors(
new Selectors()
.query("(source:production_service OR env:prod)")
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2025-02-05T13:45:37.454Z
2026-08-18T08:25:48.962Z
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"httpRequest": {
"body": {
"type": "JSON",
"json": "{\"data\":{\"attributes\":{\"enabled\":true,\"name\":\"Rule 1\",\"selectors\":{\"query\":\"(source:production_service OR env:prod)\",\"rule_types\":[\"misconfiguration\",\"attack_path\"],\"severities\":[\"critical\"],\"trigger_source\":\"security_findings\"},\"targets\":[\"@john.doe@email.com\"],\"time_aggregation\":86400},\"type\":\"notification_rules\"}}"
"json": "{\"data\":{\"attributes\":{\"enabled\":true,\"name\":\"Rule 17870415-0000-0000-0000-178704154800\",\"selectors\":{\"query\":\"(source:production_service OR env:prod)\",\"rule_types\":[\"misconfiguration\",\"attack_path\"],\"severities\":[\"critical\"],\"trigger_source\":\"security_findings\"},\"targets\":[\"@john.doe@email.com\"],\"time_aggregation\":86400},\"type\":\"notification_rules\"}}"
},
"headers": {},
"method": "POST",
Expand All @@ -12,7 +12,7 @@
"secure": true
},
"httpResponse": {
"body": "{\"data\":{\"id\":\"hvb-for-lpm\",\"type\":\"notification_rules\",\"attributes\":{\"created_at\":1738763137979,\"created_by\":{\"name\":\"\",\"handle\":\"\"},\"enabled\":true,\"modified_at\":1738763137979,\"modified_by\":{\"name\":\"\",\"handle\":\"\"},\"name\":\"Rule 1\",\"selectors\":{\"severities\":[\"critical\"],\"rule_types\":[\"misconfiguration\",\"attack_path\"],\"query\":\"(source:production_service OR env:prod)\",\"trigger_source\":\"security_findings\"},\"targets\":[\"@john.doe@email.com\"],\"time_aggregation\":86400,\"version\":1}}}",
"body": "{\"data\":{\"id\":\"lro-dlc-wg9\",\"type\":\"notification_rules\",\"attributes\":{\"created_at\":1787041551054,\"created_by\":{\"name\":\"CI Account\",\"handle\":\"9919ec9b-ebc7-49ee-8dc8-03626e717cca\"},\"enabled\":true,\"modified_at\":1787041551054,\"modified_by\":{\"name\":\"CI Account\",\"handle\":\"9919ec9b-ebc7-49ee-8dc8-03626e717cca\"},\"name\":\"Rule 17870415-0000-0000-0000-178704154800\",\"selectors\":{\"severities\":[\"critical\"],\"rule_types\":[\"misconfiguration\",\"attack_path\"],\"query\":\"(source:production_service OR env:prod)\",\"trigger_source\":\"security_findings\"},\"targets\":[\"@john.doe@email.com\"],\"time_aggregation\":86400,\"version\":1}}}",
"headers": {
"Content-Type": [
"application/vnd.api+json"
Expand All @@ -27,13 +27,13 @@
"timeToLive": {
"unlimited": true
},
"id": "5bf44d5d-e1c1-c14f-2dba-99bb7cf73c43"
"id": "0a47d343-c7fd-adea-3ee6-4a620d216454"
},
{
"httpRequest": {
"headers": {},
"method": "DELETE",
"path": "/api/v2/security/signals/notification_rules/hvb-for-lpm",
"path": "/api/v2/security/signals/notification_rules/lro-dlc-wg9",
"keepAlive": false,
"secure": true
},
Expand All @@ -48,6 +48,6 @@
"timeToLive": {
"unlimited": true
},
"id": "66bbdb1d-091e-adf0-b395-b128182abfcb"
"id": "1fc7df30-2b63-92d1-4b20-4c17b7b78533"
}
]
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2025-02-05T13:45:38.493Z
2026-08-18T08:25:51.223Z
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"httpRequest": {
"body": {
"type": "JSON",
"json": "{\"data\":{\"attributes\":{\"enabled\":true,\"name\":\"Rule 1\",\"selectors\":{\"query\":\"(source:production_service OR env:prod)\",\"rule_types\":[\"misconfiguration\",\"attack_path\"],\"severities\":[\"critical\"],\"trigger_source\":\"security_findings\"},\"targets\":[\"@john.doe@email.com\"],\"time_aggregation\":86400},\"type\":\"notification_rules\"}}"
"json": "{\"data\":{\"attributes\":{\"enabled\":true,\"name\":\"Rule 17870415-0000-0000-0000-178704155100\",\"selectors\":{\"query\":\"(source:production_service OR env:prod)\",\"rule_types\":[\"misconfiguration\",\"attack_path\"],\"severities\":[\"critical\"],\"trigger_source\":\"security_findings\"},\"targets\":[\"@john.doe@email.com\"],\"time_aggregation\":86400},\"type\":\"notification_rules\"}}"
},
"headers": {},
"method": "POST",
Expand All @@ -12,7 +12,7 @@
"secure": true
},
"httpResponse": {
"body": "{\"data\":{\"id\":\"iwz-k3b-tpk\",\"type\":\"notification_rules\",\"attributes\":{\"created_at\":1738763138982,\"created_by\":{\"name\":\"\",\"handle\":\"\"},\"enabled\":true,\"modified_at\":1738763138982,\"modified_by\":{\"name\":\"\",\"handle\":\"\"},\"name\":\"Rule 1\",\"selectors\":{\"severities\":[\"critical\"],\"rule_types\":[\"misconfiguration\",\"attack_path\"],\"query\":\"(source:production_service OR env:prod)\",\"trigger_source\":\"security_findings\"},\"targets\":[\"@john.doe@email.com\"],\"time_aggregation\":86400,\"version\":1}}}",
"body": "{\"data\":{\"id\":\"ieg-wc2-qal\",\"type\":\"notification_rules\",\"attributes\":{\"created_at\":1787041551334,\"created_by\":{\"name\":\"CI Account\",\"handle\":\"9919ec9b-ebc7-49ee-8dc8-03626e717cca\"},\"enabled\":true,\"modified_at\":1787041551334,\"modified_by\":{\"name\":\"CI Account\",\"handle\":\"9919ec9b-ebc7-49ee-8dc8-03626e717cca\"},\"name\":\"Rule 17870415-0000-0000-0000-178704155100\",\"selectors\":{\"severities\":[\"critical\"],\"rule_types\":[\"misconfiguration\",\"attack_path\"],\"query\":\"(source:production_service OR env:prod)\",\"trigger_source\":\"security_findings\"},\"targets\":[\"@john.doe@email.com\"],\"time_aggregation\":86400,\"version\":1}}}",
"headers": {
"Content-Type": [
"application/vnd.api+json"
Expand All @@ -27,13 +27,13 @@
"timeToLive": {
"unlimited": true
},
"id": "a79fd497-19e9-0c50-3012-6159be5aefbb"
"id": "9419197d-5f10-2282-2d04-7c0d20d58a45"
},
{
"httpRequest": {
"headers": {},
"method": "DELETE",
"path": "/api/v2/security/vulnerabilities/notification_rules/iwz-k3b-tpk",
"path": "/api/v2/security/vulnerabilities/notification_rules/ieg-wc2-qal",
"keepAlive": false,
"secure": true
},
Expand All @@ -48,6 +48,6 @@
"timeToLive": {
"unlimited": true
},
"id": "4524692d-f5aa-aca4-3cd6-cb72f1ac31e9"
"id": "0309ae46-2412-7f11-25b5-ac15d1c56b8b"
}
]
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2025-02-05T13:45:44.348Z
2026-08-18T08:25:51.547Z
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"httpRequest": {
"body": {
"type": "JSON",
"json": "{\"data\":{\"attributes\":{\"enabled\":true,\"name\":\"Test-Delete_a_signal_based_notification_rule_returns_Rule_successfully_deleted_response-1738763144\",\"selectors\":{\"query\":\"env:test\",\"rule_types\":[\"signal_correlation\"],\"severities\":[\"critical\"],\"trigger_source\":\"security_signals\"},\"targets\":[\"@email@email.com\"]},\"type\":\"notification_rules\"}}"
"json": "{\"data\":{\"attributes\":{\"enabled\":true,\"name\":\"Rule 17870415-0000-0000-0000-178704155100\",\"selectors\":{\"query\":\"env:test\",\"rule_types\":[\"signal_correlation\"],\"severities\":[\"critical\"],\"trigger_source\":\"security_signals\"},\"targets\":[\"@email@email.com\"]},\"type\":\"notification_rules\"}}"
},
"headers": {},
"method": "POST",
Expand All @@ -12,7 +12,7 @@
"secure": true
},
"httpResponse": {
"body": "{\"data\":{\"id\":\"x4n-qps-p3w\",\"type\":\"notification_rules\",\"attributes\":{\"created_at\":1738763144838,\"created_by\":{\"name\":\"\",\"handle\":\"\"},\"enabled\":true,\"modified_at\":1738763144838,\"modified_by\":{\"name\":\"\",\"handle\":\"\"},\"name\":\"Test-Delete_a_signal_based_notification_rule_returns_Rule_successfully_deleted_response-1738763144\",\"selectors\":{\"severities\":[\"critical\"],\"rule_types\":[\"signal_correlation\"],\"query\":\"env:test\",\"trigger_source\":\"security_signals\"},\"targets\":[\"@email@email.com\"],\"time_aggregation\":0,\"version\":1}}}",
"body": "{\"data\":{\"id\":\"faz-jrz-vdw\",\"type\":\"notification_rules\",\"attributes\":{\"created_at\":1787041551643,\"created_by\":{\"name\":\"CI Account\",\"handle\":\"9919ec9b-ebc7-49ee-8dc8-03626e717cca\"},\"enabled\":true,\"modified_at\":1787041551643,\"modified_by\":{\"name\":\"CI Account\",\"handle\":\"9919ec9b-ebc7-49ee-8dc8-03626e717cca\"},\"name\":\"Rule 17870415-0000-0000-0000-178704155100\",\"selectors\":{\"severities\":[\"critical\"],\"rule_types\":[\"signal_correlation\"],\"query\":\"env:test\",\"trigger_source\":\"security_signals\"},\"targets\":[\"@email@email.com\"],\"time_aggregation\":0,\"version\":1}}}",
"headers": {
"Content-Type": [
"application/vnd.api+json"
Expand All @@ -27,13 +27,13 @@
"timeToLive": {
"unlimited": true
},
"id": "963f16c8-c856-c118-c75b-9f00fbeaefdf"
"id": "283d7de1-ea56-dd7e-ed03-38436e0f4dd4"
},
{
"httpRequest": {
"headers": {},
"method": "DELETE",
"path": "/api/v2/security/signals/notification_rules/x4n-qps-p3w",
"path": "/api/v2/security/signals/notification_rules/faz-jrz-vdw",
"keepAlive": false,
"secure": true
},
Expand All @@ -48,18 +48,18 @@
"timeToLive": {
"unlimited": true
},
"id": "a1fe9a5e-0529-8805-31b3-7c7a2a597365"
"id": "5d761178-9472-f6fd-92f6-97a8d638c332"
},
{
"httpRequest": {
"headers": {},
"method": "DELETE",
"path": "/api/v2/security/signals/notification_rules/x4n-qps-p3w",
"path": "/api/v2/security/signals/notification_rules/faz-jrz-vdw",
"keepAlive": false,
"secure": true
},
"httpResponse": {
"body": "{\"errors\":[\"not_found(Notification rule with id 'x4n-qps-p3w' not found)\"]}",
"body": "{\"errors\":[\"not_found(Notification rule with id 'faz-jrz-vdw' not found)\"]}",
"headers": {
"Content-Type": [
"application/json"
Expand All @@ -74,6 +74,6 @@
"timeToLive": {
"unlimited": true
},
"id": "a1fe9a5e-0529-8805-31b3-7c7a2a597366"
"id": "5d761178-9472-f6fd-92f6-97a8d638c333"
}
]
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2025-02-05T13:45:47.393Z
2026-08-18T08:25:51.881Z
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"httpRequest": {
"body": {
"type": "JSON",
"json": "{\"data\":{\"attributes\":{\"enabled\":true,\"name\":\"Test-Delete_a_vulnerability_based_notification_rule_returns_Rule_successfully_deleted_response-1738763147\",\"selectors\":{\"query\":\"env:test\",\"rule_types\":[\"misconfiguration\",\"attack_path\"],\"severities\":[\"critical\"],\"trigger_source\":\"security_findings\"},\"targets\":[\"@email@email.com\"],\"time_aggregation\":86400},\"type\":\"notification_rules\"}}"
"json": "{\"data\":{\"attributes\":{\"enabled\":true,\"name\":\"Rule 17870415-0000-0000-0000-178704155100\",\"selectors\":{\"query\":\"env:test\",\"rule_types\":[\"misconfiguration\",\"attack_path\"],\"severities\":[\"critical\"],\"trigger_source\":\"security_findings\"},\"targets\":[\"@email@email.com\"],\"time_aggregation\":86400},\"type\":\"notification_rules\"}}"
},
"headers": {},
"method": "POST",
Expand All @@ -12,7 +12,7 @@
"secure": true
},
"httpResponse": {
"body": "{\"data\":{\"id\":\"p3z-nij-ygf\",\"type\":\"notification_rules\",\"attributes\":{\"created_at\":1738763147765,\"created_by\":{\"name\":\"\",\"handle\":\"\"},\"enabled\":true,\"modified_at\":1738763147765,\"modified_by\":{\"name\":\"\",\"handle\":\"\"},\"name\":\"Test-Delete_a_vulnerability_based_notification_rule_returns_Rule_successfully_deleted_response-1738763147\",\"selectors\":{\"severities\":[\"critical\"],\"rule_types\":[\"misconfiguration\",\"attack_path\"],\"query\":\"env:test\",\"trigger_source\":\"security_findings\"},\"targets\":[\"@email@email.com\"],\"time_aggregation\":86400,\"version\":1}}}",
"body": "{\"data\":{\"id\":\"bpb-oos-ppt\",\"type\":\"notification_rules\",\"attributes\":{\"created_at\":1787041551965,\"created_by\":{\"name\":\"CI Account\",\"handle\":\"9919ec9b-ebc7-49ee-8dc8-03626e717cca\"},\"enabled\":true,\"modified_at\":1787041551965,\"modified_by\":{\"name\":\"CI Account\",\"handle\":\"9919ec9b-ebc7-49ee-8dc8-03626e717cca\"},\"name\":\"Rule 17870415-0000-0000-0000-178704155100\",\"selectors\":{\"severities\":[\"critical\"],\"rule_types\":[\"misconfiguration\",\"attack_path\"],\"query\":\"env:test\",\"trigger_source\":\"security_findings\"},\"targets\":[\"@email@email.com\"],\"time_aggregation\":86400,\"version\":1}}}",
"headers": {
"Content-Type": [
"application/vnd.api+json"
Expand All @@ -27,13 +27,13 @@
"timeToLive": {
"unlimited": true
},
"id": "129b8c39-3aa9-048e-c386-32bb203b76c2"
"id": "11d65a89-b564-29c5-7785-e6edc5f62108"
},
{
"httpRequest": {
"headers": {},
"method": "DELETE",
"path": "/api/v2/security/vulnerabilities/notification_rules/p3z-nij-ygf",
"path": "/api/v2/security/vulnerabilities/notification_rules/bpb-oos-ppt",
"keepAlive": false,
"secure": true
},
Expand All @@ -48,18 +48,18 @@
"timeToLive": {
"unlimited": true
},
"id": "26b0c93b-96d5-fa63-87fd-ed9fc446bca0"
"id": "2fe1f38b-2fed-8c28-0760-a9e109621673"
},
{
"httpRequest": {
"headers": {},
"method": "DELETE",
"path": "/api/v2/security/vulnerabilities/notification_rules/p3z-nij-ygf",
"path": "/api/v2/security/vulnerabilities/notification_rules/bpb-oos-ppt",
"keepAlive": false,
"secure": true
},
"httpResponse": {
"body": "{\"errors\":[\"not_found(Notification rule with id 'p3z-nij-ygf' not found)\"]}",
"body": "{\"errors\":[\"not_found(Notification rule with id 'bpb-oos-ppt' not found)\"]}",
"headers": {
"Content-Type": [
"application/json"
Expand All @@ -74,6 +74,6 @@
"timeToLive": {
"unlimited": true
},
"id": "26b0c93b-96d5-fa63-87fd-ed9fc446bca1"
"id": "2fe1f38b-2fed-8c28-0760-a9e109621674"
}
]
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2025-02-05T13:46:01.602Z
2026-08-18T08:25:52.299Z
Loading
Loading