Forum Discussion
AustinC
9 months agoNeophyte
Hey, something I recently ran into! Your data is not formatted correctly:
BatchScript Data Collection | LogicMonitor
Your error is complaining about the fact that your output does not conform to the following format:
{
data: {
instance1: {
values: {
"key1": value11,
"key2": value12
}
},
instance2: {
values: {
"key1": value21,
"key2": value22
}
}
}
}
At least, I’m about 90% certain that’s what it’s complaining about.