Network Flow Timeseries
AuthorizationBearer <token>
In: header
Request Body
application/json
network?Network|Network
CIDR
start?Start|Start
Start time
end?End|End
End time
limit?Limit|Limit
Limit the number of results
Default
30Response Body
application/json
curl -X POST "https://api.misaka.io/v3/lighthouse/network/flow/timeseries" \ -H "Content-Type: application/json" \ -d '{}'{
"chart": {
"config": {
"property1": {
"key": "string",
"label": "string",
"color": "string"
},
"property2": {
"key": "string",
"label": "string",
"color": "string"
}
},
"data": [
{}
]
}
}How is this guide?
Last updated on