Skip to main content

Create an MDR usage report

POST 

/reporting/mdr_usage_reports

Check the status and retrieve a MDR Usage Report with a call to GET /reporting/mdr_usage_reports/{id}. MDR Usage Reports are available for 30 days.

Request

Body

required

Mdr Usage Report to add

    start_time stringrequired

    UTC (2024-04-08T00:00:00+00:00)

    end_time string

    UTC (2024-04-08T10:05:37+00:00). Must be less than 24 hours from now

    aggregation_type integer

    Default value: 0

    Aggregate: All = 0, By Profile = 1

    profiles string[]

    Array of profile IDs

Responses

200: MdrUsageReport response

400: Bad request

401: Unauthorized

Loading...