UpdateIngestListenerV3Input is an input datatype for updating an ingest listener. It's used by the updateIngestListenerV3() mutation field.

Table: UpdateIngestListenerV3Input

ParameterTypeRequiredDefaultStabilityDescription
Some input parameters may be required, as indicated in the Required column. For return values, this indicates that you are assured a value if the field is requested for the results.
Table last updated: Sep 23, 2024
bindInterfacestringyes Long-TermThe IP address on which the ingest listener will bind.
charsetstringyes Long-TermThe character set used to decode the event stream.
idstringyes Long-TermThe unique identifier of the ingest listener.
parserstringyes Long-TermThe unique identifier or name of the parser to assign to the ingest listener. Parsers in packages can be referred to as packagescope/packagename:parsername.
portintegeryes Long-TermThe port on which the ingest listener will listen.
protocolIngestListenerProtocolyes Long-TermThe kind of listener. See IngestListenerProtocol.
namestringyes Long-TermThe name of the ingest listener.
repositoryNamestringyes Long-TermThe name of the repository.
vHostinteger  Long-TermThe vHost name for the ingest listener.