API Stability Long-Term

The triggerPollIngestFeed() GraphQL mutation will attempt to trigger a poll on an ingest feed.

Syntax

Below is the syntax for the triggerPollIngestFeed() mutation field:

graphql
triggerPollIngestFeed(
     input: TriggerPollIngestFeed!
   ): boolean!

Below is an example of how this mutation field might be used:

Show:
graphql
mutation {
  triggerPollIngestFeed(input: 
    { repositoryName: "humio",
      id: "123abc"
    } )
}
Example Responses
Show:
json
{
  "data": {
    "triggerPollIngestFeed": true
  }
}

Given Datatypes

For triggerPollIngestFeed, there are a couple of parameters that may be given. Below is a list of them along with a description of each:

Table: TriggerPollIngestFeed

ParameterTypeRequiredDefaultStabilityDescription
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 20, 2024
idstringyes Long-TermThe unique identifier for the ingest feed.
repositoryNameRepoOrViewNameyes Long-TermThe name of the repository of the ingest feed. RepoOrViewName is a scalar.