Open
Description
I was trying to do a test here, but I saw that in the structure there is no call to part of the API other than activecalls.
https://host:5001/api/activecalls.
Would it be possible to get something from this url in 3cx_exporter?
Basically this is the structure.
package main
import "time"
type Call struct {
ID int json:"Id"
Caller string json:"Caller"
Callee string json:"Callee"
Status string json:"Status"
LastChangeStatus string json:"LastChangeStatus"
EstablishedAt string json:"EstablishedAt"
}
type ActiveCallsResponse struct {
Now string json:"Now"
List []Call json:"list"
}
Metadata
Metadata
Assignees
Labels
No labels