Bandwidth
Return bandwidth retention period
This function retrieves the retention periods for bandwidth data.
get/Bandwidth/get_retention_periods
Response
HTTP Request was successful.
Example response
{
"apiversion": 3,
"func": "get_retention_periods",
"module": "Bandwidth",
"result": {
"data": [
{
"interval": "5min",
"retention": 2678400
}
],
"metadata": {
"transformed": 1
},
"status": 1
}
}