Skip to content

Commit

Permalink
Update query fields and update sdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
ewilson-r7 committed Aug 19, 2024
1 parent 024fa2b commit 7c41b5e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion plugins/servicenow/.CHECKSUM
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"spec": "555158aefe9c8370012d317cde054eae",
"spec": "57bcc9fee5feddb42f470e0013f01121",
"manifest": "9a5dd37917d235d9bfd40117f7e252dd",
"setup": "3cbd58d6404d01885426d768a8feea72",
"schemas": [
Expand Down
2 changes: 1 addition & 1 deletion plugins/servicenow/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=linux/amd64 rapid7/insightconnect-python-3-slim-plugin:6.0.0
FROM --platform=linux/amd64 rapid7/insightconnect-python-3-slim-plugin:6.1.0

LABEL organization=rapid7
LABEL sdk=python
Expand Down
2 changes: 1 addition & 1 deletion plugins/servicenow/help.md
Original file line number Diff line number Diff line change
Expand Up @@ -1471,7 +1471,7 @@ This trigger is used to reports changes of the given fields in the given Inciden
| :--- | :--- | :--- | :--- | :--- | :--- | :--- | :--- | :--- |
|interval|integer|5|False|How often to detect changes to the given Incident (in minutes)|None|5|None|None|
|monitored_fields|string|None|True|Comma-separated list of fields to be monitored (e.g. resolved,resolved_by)|None|resolved,resolved_by|None|None|
|query|string|None|None|Non-encoded query string (e.g. number=INC0000055^ORshort_description=New bug)|None|number=INC0000055^ORshort_description=New bug|None|None|
|query|string|None|False|Non-encoded query string (e.g. number=INC0000055^ORshort_description=New bug)|None|number=INC0000055^ORshort_description=New bug|None|None|
|system_ids|[]string|None|False|List of system IDs of the incident records to monitor|None|["9de5069c5afe602b2ea0a04b66beb2c0"]|None|None|

Example input:
Expand Down
3 changes: 2 additions & 1 deletion plugins/servicenow/plugin.spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ hub_tags:
features: []
sdk:
type: slim
version: 6.0.0
version: 6.1.0
user: nobody
key_features:
- "Search, Read, Create, Delete, and Update incidents to accelerate ticketing operations"
Expand Down Expand Up @@ -1494,6 +1494,7 @@ triggers:
title: Query
description: Non-encoded query string (e.g. number=INC0000055^ORshort_description=New bug)
type: string
required: false
example: number=INC0000055^ORshort_description=New bug
interval:
title: Interval
Expand Down

0 comments on commit 7c41b5e

Please sign in to comment.