Check the status and retrieve a Usage Report with a call to: GET/reporting/usage_reports/{id}
Usage Report to add
UsageReport response
Bad request
Unauthorized
{- "start_time": "string",
- "end_time": "string",
- "aggregation_type": 0,
- "connections": [
- "string"
]
}
{- "id": "string",
- "start_time": "string",
- "end_time": "string",
- "connections": [
- "string"
], - "aggregation_type": 0,
- "status": 1,
- "report_url": "string",
- "result": { },
- "created_at": "string",
- "updated_at": "string"
}
Returns a list of your usage reports.
Usage Report response
Unauthorized
[- {
- "id": "string",
- "start_time": "string",
- "end_time": "string",
- "connections": [
- "string"
], - "aggregation_type": 0,
- "status": 1,
- "report_url": "string",
- "result": { },
- "created_at": "string",
- "updated_at": "string"
}
]
Retrieve the status of a usage report. Response includes a link to the report once it is generated.
usage_report
Unauthorized
Resource not found
{- "id": "string",
- "start_time": "string",
- "end_time": "string",
- "connections": [
- "string"
], - "aggregation_type": 0,
- "status": 1,
- "report_url": "string",
- "result": { },
- "created_at": "string",
- "updated_at": "string"
}