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

Table: UpdateIngestListenerV3Input

ParameterTypeRequiredDefaultStabilityDescription
Some arguments may be required, as indicated in the Required column. For return datatypes, this indicates that you must specify which fields you want returned in 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.