I am trying to export rrd data using Nagios xi API for the last 1 month with 15 min step interval. It's exporting successful but the time intervel is different. But when I fetch 1-day
The below is my command used
curl -XGET "http://192.168.0.119/nagiosxi/api/v1/ob ... =localhost"
Below is the result metadata it shows different step interval.
++++++++++++++++++
"meta": {
"start": "1565596800",
"step": "7200",
"end": "1565596800",
"rows": "374",
"columns": "4",
"legend": {
"entry": [
"rta",
"pl",
"rtmax",
"rtmin"
++++++++++++++++++
Kindly check and help me to fix this issue