Get the sample log generation subscriptions for the organization.
Sample log generation injects representative example logs for a given Cloud SIEM content pack into the Logs platform,
which can be used to test detection rules without onboarding the underlying integration first.
Availability: this endpoint is restricted to Cloud SIEM trial organizations on an eligible
pricing model. Other organizations receive a 403 Forbidden (non-trial orgs) or a 400 Bad Request
(feature disabled), and legacy pricing tiers receive a response with status: not_available.
This endpoint requires
any
of the following permissions:
security_monitoring_filters_read
logs_read_index_data
OAuth apps require the security_monitoring_filters_read, logs_read_index_data authorization scope to access this endpoint.
Arguments
Query Strings
Name
Type
Description
status
enum
Filter the subscriptions by status. Use active to return only currently active
subscriptions, or all to return every subscription including expired ones.
Ignored when start_timestamp is provided. Defaults to active. Allowed enum values: active, all
start_timestamp
string
The start of the time range, as an RFC3339 timestamp. When provided, the response includes
every subscription that was active at any point in [start_timestamp, end_timestamp],
and the status filter is ignored.
end_timestamp
string
The end of the time range, as an RFC3339 timestamp. Ignored unless start_timestamp is set.
Defaults to the current time when start_timestamp is provided.