- HTTP request
- Path parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
- Try it!
Full name: projects.locations.instances.legacy.legacySearchCustomerStats
LegacySearchCustomerStats gets data collection stats about a customer, e.g., the first time data was seen from a customer, the last time, etc.
HTTP request
POST https://chronicle.googleapis.com/v1alpha/{instance}/legacy:legacySearchCustomerStats
Path parameters
Parameters | |
---|---|
instance |
Required. Chronicle instance this request is sent to. Format: projects/{project}/locations/{location}/instances/{instance} |
Request body
The request body must be empty.
Response body
LegacySearchCustomerStatsResponse contains a given customer's data. NEXT TAG: 7
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"company_name": string,
"oldest_available_data": string,
"newest_available_data": string,
"advanced_search_start_timestamp": string,
"yara_l_2_available_time_range": {
object ( |
Fields | |
---|---|
company_ |
Company name to be inserted at the top of the home view. |
oldest_ |
Timestamp indicating date of oldest available data. 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: |
newest_ |
Timestamp indicating date of last collected data. 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: |
advanced_ |
Timestamp indicating earliest start date for advanced 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: |
yara_ |
The start time will be the cutoff date for the earliest data available in the semantic data layer. The end time will be the end time of the latest hour bucket that a customer has data for. |
max_ |
Timestamp indicating max normalization timestamp. 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 instance
resource:
chronicle.legacies.legacySearchCustomerStats
For more information, see the IAM documentation.