Datasets
List account or zone datasets
Get an account or zone dataset
Create an account or zone dataset
Update an account or zone dataset
Delete an account or zone dataset
ModelsExpand Collapse
CreateRequest object { dataset, fields, filter }
fields: optional array of object { enabled, name } Controls which fields the API ingests. Defaults to all available
fields when absent.
Controls which fields the API ingests. Defaults to all available fields when absent.
Optional Logpush filter predicate to restrict which events are ingested. If provided, replaces the dataset’s default filter entirely. See Logpush filters for syntax and examples.
Dataset object { created_at, dataset, dataset_id, 7 more } A Log Explorer dataset summary. List endpoints return this type and omit
field configuration; use the single-dataset endpoint to retrieve it.
A Log Explorer dataset summary. List endpoints return this type and omit field configuration; use the single-dataset endpoint to retrieve it.
UpdateRequest object { enabled, deletion_protection, fields, filter }
fields: optional array of object { enabled, name } Controls which fields the API ingests after the update. Defaults
to all available fields when absent.
Controls which fields the API ingests after the update. Defaults to all available fields when absent.
Optional Logpush filter predicate to restrict which events are
ingested. If omitted, the existing filter is left unchanged. Set
to an empty string ("") to clear the filter. Otherwise,
replaces the dataset’s filter entirely.
See Logpush filters
for syntax and examples.
DatasetsAvailable
List available account or zone datasets
ModelsExpand Collapse
AvailableDataset object { dataset, object_type, schema, timestamp_field } A dataset type that the account or zone can create.
A dataset type that the account or zone can create.