Get hourly usage for sensitive data scanner
GET {{baseUrl}}/api/v1/usage/sds?start_hr=2007-08-06T13:18:56.043Z&end_hr=2007-08-06T13:18:56.043Z
Get hourly usage for sensitive data scanner. 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":[{"apm_scanned_bytes":-40653661,"events_scanned_bytes":-1137658,"hour":"1983-07-22T01:58:27.765Z","logs_scanned_bytes":-31673496,"org_name":"nostrud ullamco ex Excepteur ut","public_id":"ut quis","rum_scanned_bytes":5718006,"total_scanned_bytes":-47301948},{"apm_scanned_bytes":-11442560,"events_scanned_bytes":58404025,"hour":"1993-01-19T09:30:48.580Z","logs_scanned_bytes":51627452,"org_name":"Excepteur dolor cupidatat","public_id":"Ut sunt sed elit","rum_scanned_bytes":-9456637,"total_scanned_bytes":64791014}]}