- HTTP request
- Path parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
- Try it!
Full name: projects.locations.instances.report
Generate a report summarizing this chronicle instance.
HTTP request
GET https://chronicle.googleapis.com/v1alpha/{name}:report
Path parameters
Parameters | |
---|---|
name |
Required. The name of the chronicle instance to retrieve a report for. Format: projects/{project_id}/locations/{region}/instances/{instance} |
Request body
The request body must be empty.
Response body
Response with a generated report for Instance.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{ "logs_count": string, "bytes_count": string, "available_data_interval": { object ( |
Fields | |
---|---|
logs_ |
Total number of log lines ingested |
bytes_ |
Total bytes ingested |
available_ |
Interval representing the oldest and newest available data. |
raw_ |
Timestamp indicating earliest start date for raw log search. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted.Examples: |
available_ |
The valid time range for a UDM search. |
max_ |
The latest time at which a rule might have discovered a detection or alert. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted.Examples: |
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 name
resource:
chronicle.instances.report
For more information, see the IAM documentation.