{ "opencollection": "1.0.0", "info": { "name": "Honeycomb Auth Events API", "version": "1.0.0" }, "items": [ { "info": { "name": "Events", "type": "folder" }, "items": [ { "info": { "name": "Create Events", "type": "http" }, "http": { "method": "POST", "url": "https://api.honeycomb.io/1/batch/:datasetSlug", "headers": [ { "name": "Content-Encoding", "value": "plaintext" } ], "params": [ { "name": "datasetSlug", "value": "", "type": "path", "description": "The dataset slug.\n" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Supports batch creation of events.\n\nDataset names are case insensitive. `POST` requests to \"MyDatasET\" will land in the same dataset as \"mydataset\". Names may contain URL-encoded spaces or other special characters, but not URL-encoded slashes. For example, \"My%20Dataset\" will show up in the UI as \"My Dataset\".\n\nThe first event received for a dataset determines the casing of the displayed name. All subsequent variations in casing will use the originally specified case.\n" }, { "info": { "name": "Create an Event", "type": "http" }, "http": { "method": "POST", "url": "https://api.honeycomb.io/1/events/:datasetSlug", "headers": [ { "name": "X-Honeycomb-Event-Time", "value": "" }, { "name": "X-Honeycomb-Samplerate", "value": "" } ], "params": [ { "name": "datasetSlug", "value": "", "type": "path", "description": "The dataset slug.\n" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Using this endpoint for anything more than testing is highly discouraged.\n\nSending events in batches will be much more efficient and should be preferred if at all possible.\n" } ] } ], "bundled": true }