Parseable

Create a dataset


Create a dataset in Parseable using the dataset name in the path. This endpoint is used for stream creation before writing JSON events directly to /api/v1/logstream/{stream_name}.

PUT
/api/v1/logstream/{stream_name}
X-API-Key<token>

In: header

Path Parameters

stream_name*string

Response Body

application/json

curl -X PUT "http://localhost:8000/api/v1/logstream/string"
Empty

Was this page helpful?