From 7c41b5eab1ae996dc235b9007e72da5de18016e3 Mon Sep 17 00:00:00 2001 From: ewilson-r7 Date: Mon, 19 Aug 2024 10:15:35 -0500 Subject: [PATCH] Update query fields and update sdk version --- plugins/servicenow/.CHECKSUM | 2 +- plugins/servicenow/Dockerfile | 2 +- plugins/servicenow/help.md | 2 +- plugins/servicenow/plugin.spec.yaml | 3 ++- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/plugins/servicenow/.CHECKSUM b/plugins/servicenow/.CHECKSUM index 3b3b26f0e6..1182e3d359 100644 --- a/plugins/servicenow/.CHECKSUM +++ b/plugins/servicenow/.CHECKSUM @@ -1,5 +1,5 @@ { - "spec": "555158aefe9c8370012d317cde054eae", + "spec": "57bcc9fee5feddb42f470e0013f01121", "manifest": "9a5dd37917d235d9bfd40117f7e252dd", "setup": "3cbd58d6404d01885426d768a8feea72", "schemas": [ diff --git a/plugins/servicenow/Dockerfile b/plugins/servicenow/Dockerfile index fa7b46848c..4349c00f88 100644 --- a/plugins/servicenow/Dockerfile +++ b/plugins/servicenow/Dockerfile @@ -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 diff --git a/plugins/servicenow/help.md b/plugins/servicenow/help.md index 6265bc71ae..903a818695 100644 --- a/plugins/servicenow/help.md +++ b/plugins/servicenow/help.md @@ -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: diff --git a/plugins/servicenow/plugin.spec.yaml b/plugins/servicenow/plugin.spec.yaml index e4f8b957db..26f1e5b887 100644 --- a/plugins/servicenow/plugin.spec.yaml +++ b/plugins/servicenow/plugin.spec.yaml @@ -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" @@ -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