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.
Mdr Usage Report to add
MdrUsageReport response
Bad request
Unauthorized
{- "start_time": "string",
- "end_time": "string",
- "aggregation_type": 0,
- "profiles": [
- "string"
]
}
{- "id": "string",
- "start_time": "string",
- "end_time": "string",
- "aggregation_type": 0,
- "status": 1,
- "report_url": "string",
- "result": { },
- "created_at": "string",
- "updated_at": "string",
- "profiles": [
- "string"
]
}
Returns a list of your MDR usage reports.
Mdr Usage Report response
Unauthorized
[- {
- "id": "string",
- "start_time": "string",
- "end_time": "string",
- "aggregation_type": 0,
- "status": 1,
- "report_url": "string",
- "result": { },
- "created_at": "string",
- "updated_at": "string",
- "profiles": [
- "string"
]
}
]
Retrieve the status of an MDR usage report. Response includes a link to the report once it is generated.
mdr_usage_report
Unauthorized
Resource not found
{- "id": "string",
- "start_time": "string",
- "end_time": "string",
- "aggregation_type": 0,
- "status": 1,
- "report_url": "string",
- "result": { },
- "created_at": "string",
- "updated_at": "string",
- "profiles": [
- "string"
]
}