UpdateIngestListenerV3Input
is used to input data to update an ingest listener.
Table: UpdateIngestListenerV3Input
Parameter | Type | Required | Default | Stability | Description |
---|---|---|---|---|---|
Some arguments may be required, as indicated in the Required column. For some fields, this column indicates that a result will always be returned for this column. | |||||
Table last updated: Sep 23, 2024 | |||||
bindInterface | string | yes | Long-Term | The IP address on which the ingest listener will bind. | |
charset | string | yes | Long-Term | The character set used to decode the event stream. | |
id | string | yes | Long-Term | The unique identifier of the ingest listener. | |
Parser | string | yes | Long-Term | The unique identifier or name of the parser to assign to the ingest listener. Parsers in packages can be referred to as packagescope/packagename:parsername. | |
port | integer | yes | Long-Term | The port on which the ingest listener will listen. | |
protocol | IngestListenerProtocol | yes | Long-Term | The kind of listener. See IngestListenerProtocol . | |
name | string | yes | Long-Term | The name of the ingest listener. | |
repositoryName | string | yes | Long-Term | The name of the repository. | |
vHost | integer | Long-Term | The vHost name for the ingest listener. |