Bandwidth Usage
Developing
POST
/organization/matrices/bandwidth
Provides Bandwidth Usage of a project
{
"distributions" : [ "50301d77-8a8c-4589-a2f0-058f2ec8f77c"],
"start_time": "2023-12-17T08:35:00Z",
"end_time": "2023-12-18T08:35:00Z"
}
/projects/:projId/metrics/storage
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.vidinfra.com/v1/organization/matrices/bandwidth' \
--header 'Content-Type: application/json' \
--data-raw '{
"start_time": "2024-01-01T08:35:00Z",
"end_time": "2024-07-01T08:35:00Z"
}'
Response Response Example
200 - OK - Success
{"message":"Success Bandwidth Usage Analytics","result":{"value":0,"timestamp":"","ts":0},"success":true}
Request
Body Params application/json
Responses
Modified at 2025-06-19 04:59:01