lake
Create a Lake Dataset (Cribl.Cloud only)
Create a new Lake Dataset in the specified Lake (Cribl.Cloud only).
post/products/lake/lakes/{lakeId}/datasets
Path parameters
lakeIdstring required
The <code>id</code> of the Lake to create the Lake Dataset in.
Request body
Example request
{
"searchConfig": {
"metadata": {
"earliest": "-30d"
}
}
}Response
The created CriblLakeDataset object in a single-item list.
Example response
{
"items": [
{
"searchConfig": {
"metadata": {
"earliest": "-30d"
}
}
}
]
}