Skip to content

Commit 840f588

Browse files
committed
remove backupjobs timeframe
1 parent 2b2c392 commit 840f588

2 files changed

Lines changed: 2 additions & 18 deletions

File tree

plugins/NinjaOne/v1/dataStreams/backupJobs.json

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,7 @@
2525
"expandInnerObjects": false,
2626
"endpointPath": "/v2/backup/jobs",
2727
"postRequestScript": "backupJobs.js",
28-
"getArgs": [
29-
{
30-
"key": "stf",
31-
"value": "{{timeframe.unixStart}}"
32-
}
33-
],
28+
"getArgs": [],
3429
"headers": []
3530
},
3631
"metadata": [
@@ -176,17 +171,6 @@
176171
}
177172
],
178173
"timeframes": [
179-
"last1hour",
180-
"last12hours",
181-
"last24hours",
182-
"last7days",
183-
"last30days",
184-
"thisMonth",
185-
"thisQuarter",
186-
"thisYear",
187-
"lastMonth",
188-
"lastQuarter",
189-
"lastYear",
190174
"none"
191175
]
192176
}

plugins/NinjaOne/v1/metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ninja-one",
33
"displayName": "NinjaOne",
4-
"version": "1.1.4",
4+
"version": "1.1.5",
55
"author": {
66
"name": "SquaredUp Labs",
77
"type": "labs"

0 commit comments

Comments
 (0)