- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
- DashboardScheduledReportView
- Try it!
Full name: projects.locations.instances.dashboardScheduledReports.list
List Dashboard Scheduled Reports.
HTTP request
GET https://chronicle.africa-south1.rep.googleapis.com/v1alpha/{parent}/dashboardScheduledReports Path parameters
| Parameters | |
|---|---|
parent |
Required. The instance to list DashboardScheduledReports for. Format: projects/{project}/locations/{location}/instances/{instance} |
Query parameters
| Parameters | |
|---|---|
pageSize |
Optional. The maximum number of reports to return. |
pageToken |
Optional. A token, which can be sent as |
filter |
Optional. Filter to apply to the list of reports. Filtering is applied on the displayName and description field of the content proto using substring match (case insensitive). |
view |
Optional. The view to apply to the list of reports. If unspecified, the default view will be SCHEDULE_REPORT_VIEW_BASIC. |
Request body
The request body must be empty.
Response body
Response message for dashboardScheduledReports.list.
If successful, the response body contains data with the following structure:
| JSON representation |
|---|
{
"dashboardScheduledReports": [
{
object ( |
| Fields | |
|---|---|
dashboardScheduledReports[] |
The list of DashboardScheduledReports. |
nextPageToken |
A token, which can be sent as |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
IAM Permissions
Requires the following IAM permission on the parent resource:
chronicle.dashboardScheduledReports.list
For more information, see the IAM documentation.
DashboardScheduledReportView
Views to apply to the dashboard scheduled report.
| Enums | |
|---|---|
DASHBOARD_SCHEDULED_REPORT_VIEW_UNSPECIFIED |
Unspecified dashboard scheduled report view. |
DASHBOARD_SCHEDULED_REPORT_VIEW_BASIC |
Basic dashboard scheduled report view. |
DASHBOARD_SCHEDULED_REPORT_VIEW_FULL |
Full dashboard scheduled report view. |