GenerateSyntheticLogsRequestSchema
from_dateinteger
Start of the date range for selecting source logs. Unix timestamp.
modelsstring[]
Filter source logs to only those associated with these model names.
tagsstring[]
Filter source logs to only those with these tags.
to_dateinteger
End of the date range for selecting source logs. Unix timestamp.
GenerateSyntheticLogsRequestSchema
{
"from_date": null,
"models": [
"string"
],
"tags": [
"string"
],
"to_date": null
}
Was this page helpful?