Log Streams

Create a log stream

Create a new log stream under a managed log source. Triggers async provisioning; poll the log stream to track it. Connectionless log sources are single-stream — create another log source instead.

post/log-streams

Request body

logSourceIdstring uuid required

Log source ID to create the log stream under.

configobject

Platform-specific log stream configuration.

Response

OK

streamIdstring uuid required

ID of the created log stream.

Changes

No recorded changes to this endpoint across all 4 revisions of this API.