Skip to content

Commit 0cfa57f

Browse files
committed
fix validate error
1 parent e369277 commit 0cfa57f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

plugins/NinjaOne/v1/dataStreams/health.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"pathToData": "results",
1616
"getArgs": [
1717
{
18-
"name": "df",
18+
"key": "df",
1919
"value": "deviceId = {{objects[0].deviceId}}"
2020
}
2121
],

plugins/NinjaOne/v1/dataStreams/locationDevices.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"pathToData": "results",
2929
"getArgs": [
3030
{
31-
"name": "df",
31+
"key": "df",
3232
"value": "locationId={{objects[0].locationId}}"
3333
}
3434
],

0 commit comments

Comments
 (0)