Hello Paessler Team, i want to integrate an Dell Powerstore into PRTG. The Powerstore is only monitorable via REST API.
I have a test tool ( Postman) and with this URL :
https://{{ip}}/api/rest/volume?select=id,size,logical_used
im getting alle the info i need.
[{"id":"0511dd20-069a-4ba7-8b7d-e917d6163de2","size":806380109824,"logical_used":764978954240}, {"id":"0691104d-8c00-4ecc-9ab0-6a46b8448004","size":214748364800,"logical_used":152692428800}, {"id":"2e394071-163b-40d5-a143-38f6223780b3","size":21474836480,"logical_used":0}, {"id":"2e922cbe-cfc3-4084-81d8-a6f4c6e09e24","size":85899345920,"logical_used":297553920},
but unfortunately .. i´m not able to get it into my prtg. i try to use the new custom Rest Sensor What should i put into String : /api/rest/volume?select=id,size,logical_used ?? What should i put into the channel config ?
I´m getting everytime the error : The received JSON data could not be parsed. Failed to parse json string: Source error
Add comment