Bandwidth
Return services monitored in bandwidth data
This function returns a list of the server's enabled protocols.
get/Bandwidth/get_enabled_protocols
Response
HTTP Request was successful.
Example response
{
"apiversion": 3,
"func": "get_enabled_protocols",
"module": "Bandwidth",
"result": {
"data": [
"imap"
],
"status": 1
}
}