Does MSP Trial support API calls to retrieve flows for a given device
i am using this command
curl --request GET --url "https://mydomain/v2/flows?query=device.id:mymac&limited=10" --header "Authorization: Token mytoken"
But it doesn't return anything.
I suspect it is because I am using trial MSP. Is this the reason?
-
MSP Trial is just as regular MSP. There's no limitation on the API.
Please check your query by following Flows:-
limitis the maximum number of records that will be returned. -
startandendare timestamps which must be in epoch format. -
Keycan be device, source, group, destination, network, direction, status, blocked by, or country. -
Valuescan be any number of delimited things that match the Key.
You can view the full API doc here: https://docs.firewalla.net/api-reference/flow/
-
Please sign in to leave a comment.
Comments
1 comment