Log Streams

Batch-create log streams

Create multiple log streams under a managed log source in one call. Every accepted stream gets a durable row immediately; provisioning happens asynchronously — poll each log stream to track it. API-created streams are always nameless, so there is no per-item rejection: every request item is either accepted (a row was created) or the whole call fails with a request-level error.

post/log-streams/batch

Request body

logSourceIdstring uuid required

Log source ID to create the log streams under.

Response

OK

Changes

Changed in 2 of the 4 revisions of this API.2