Skip to content

Commit

Permalink
updating list investigation description
Browse files Browse the repository at this point in the history
  • Loading branch information
rmurray-r7 committed Dec 9, 2024
1 parent bb33fcf commit 7f26785
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions plugins/rapid7_insightidr/.CHECKSUM
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"spec": "3e9a2d96e42f24fc4cac601888c6a7ec",
"spec": "2600ee8def3b18618c46e2869bbf0a86",
"manifest": "a9dc8b0c15952a931013e92670cdf86b",
"setup": "8b4da6c79f36dd56dfc82e26d0009a8b",
"schemas": [
Expand Down Expand Up @@ -109,7 +109,7 @@
},
{
"identifier": "list_investigations/schema.py",
"hash": "9b2cd9c5194b580b8de5221588c5bb49"
"hash": "f982391c22d7e69d082c25ea0406e470"
},
{
"identifier": "query/schema.py",
Expand Down
4 changes: 3 additions & 1 deletion plugins/rapid7_insightidr/help.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion plugins/rapid7_insightidr/plugin.spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7f26785

Please sign in to comment.