get hourly usage for network flows
GET {{baseUrl}}/api/v1/usage/network_flows?start_hr=2007-08-06T13:18:56.043Z&end_hr=2007-08-06T13:18:56.043Z
Get hourly usage for network flows. Note: hourly usage data for all products is now available in the Get hourly usage by product family API. Refer to Migrating from the V1 Hourly Usage APIs to V2 for the associated migration guide.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
start_hr | string | (Required) Datetime in ISO-8601 format, UTC, precise to hour: [YYYY-MM-DDThh] for usage beginning at this hour. | |
end_hr | string | Datetime in ISO-8601 format, UTC, precise to hour: [YYYY-MM-DDThh] for usage ending | |
before this hour. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"usage":[{"hour":"1974-10-18T10:59:14.033Z","indexed_events_count":-57542130,"org_name":"mollit","public_id":"aliqua sunt nulla veniam"},{"hour":"1973-08-26T14:18:38.040Z","indexed_events_count":74831819,"org_name":"id ut ipsum ex","public_id":"fugiat"}]}