From 7f267859f849972711b6cdabf0f6d633bd58e1bb Mon Sep 17 00:00:00 2001 From: rjmurray Date: Mon, 9 Dec 2024 16:23:08 +0000 Subject: [PATCH] updating list investigation description --- plugins/rapid7_insightidr/.CHECKSUM | 4 ++-- plugins/rapid7_insightidr/help.md | 4 +++- .../actions/list_investigations/schema.py | 2 +- plugins/rapid7_insightidr/plugin.spec.yaml | 2 +- 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/plugins/rapid7_insightidr/.CHECKSUM b/plugins/rapid7_insightidr/.CHECKSUM index 3af31b0501..45dc646f53 100644 --- a/plugins/rapid7_insightidr/.CHECKSUM +++ b/plugins/rapid7_insightidr/.CHECKSUM @@ -1,5 +1,5 @@ { - "spec": "3e9a2d96e42f24fc4cac601888c6a7ec", + "spec": "2600ee8def3b18618c46e2869bbf0a86", "manifest": "a9dc8b0c15952a931013e92670cdf86b", "setup": "8b4da6c79f36dd56dfc82e26d0009a8b", "schemas": [ @@ -109,7 +109,7 @@ }, { "identifier": "list_investigations/schema.py", - "hash": "9b2cd9c5194b580b8de5221588c5bb49" + "hash": "f982391c22d7e69d082c25ea0406e470" }, { "identifier": "query/schema.py", diff --git a/plugins/rapid7_insightidr/help.md b/plugins/rapid7_insightidr/help.md index ec6c29d840..7be3cbea51 100644 --- a/plugins/rapid7_insightidr/help.md +++ b/plugins/rapid7_insightidr/help.md @@ -1851,7 +1851,9 @@ Example output: #### List Investigations -This action is used to retrieve a page of investigations matching the given request parameters +This action is used to retrieve a page of investigations matching the given request parameters. + +If there is no 'start_time' and 'end_time' provided, 'start_time' will default to 28 days prior, and 'end_time' will default to the current time.' ##### Input diff --git a/plugins/rapid7_insightidr/komand_rapid7_insightidr/actions/list_investigations/schema.py b/plugins/rapid7_insightidr/komand_rapid7_insightidr/actions/list_investigations/schema.py index 56ef4b39e0..9699797767 100755 --- a/plugins/rapid7_insightidr/komand_rapid7_insightidr/actions/list_investigations/schema.py +++ b/plugins/rapid7_insightidr/komand_rapid7_insightidr/actions/list_investigations/schema.py @@ -4,7 +4,7 @@ class Component: - DESCRIPTION = "Retrieve a page of investigations matching the given request parameters" + DESCRIPTION = "Retrieve a page of investigations matching the given request parameters. If there is no 'start_time' and 'end_time' provided, 'start_time' will default to 28 days prior, and 'end_time' will default to the current time.'" class Input: diff --git a/plugins/rapid7_insightidr/plugin.spec.yaml b/plugins/rapid7_insightidr/plugin.spec.yaml index 83299abec8..a72f5cf251 100644 --- a/plugins/rapid7_insightidr/plugin.spec.yaml +++ b/plugins/rapid7_insightidr/plugin.spec.yaml @@ -1379,7 +1379,7 @@ actions: example: {"name": "bad-virus","note": "test","published": False,"indicator_count": 2} list_investigations: title: List Investigations - description: Retrieve a page of investigations matching the given request parameters + description: Retrieve a page of investigations matching the given request parameters. If there is no 'start_time' and 'end_time' provided, 'start_time' will default to 28 days prior, and 'end_time' will default to the current time.' input: statuses: title: Statuses