create_http_source
Creates an HTTP source on a hosted collector and returns the unique endpoint URL for POSTing data.
Instructions
Create an HTTP source on a Hosted collector.
Returns the source config including the unique HTTP endpoint URL where data can be sent via POST.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Source name (max 128 chars) | |
| category | No | Source category (_sourceCategory) | |
| description | No | Source description | |
| fields_json | No | JSON object of metadata fields, e.g. {"_convertHeadersToFields": "true"} | |
| collector_id | Yes | Collector ID to create source on | |
| message_per_request | No | Treat each HTTP request as one message |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |