The updateHumioRepoAction() GraphQL mutation may be used to update a repository action in LogScale.

For more information on actions, see the Actions documentation page. You may also want to look at the Repositories & Views page for related information.

Syntax

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

updateHumioRepoAction(input: UpdateHumioRepoAction!): LogScaleRepoAction!

Given Datatypes

For the given datatype, updateHumioRepoAction(), there are several parameters that may be given. Below is a list of them along with their datatypes and a description of each:

Table: UpdateHumioRepoAction

ParameterTypeRequired[a]DefaultDescription
viewNamestringyes The name of the view of the action.
idstringyes The unique identifier of the action.
namestringyes The name of the action.
ingestTokenstringyes LogScale ingest token for the dataspace that the action should ingest into.

[a] Some arguments may be required, as indicated in this column. For some fields, this column indicates that a result will always be returned for it.


Returned Datatypes

The returned datatype HumioRepoAction has its own parameters. Below is a list of them along with their datatypes and a description of each:

Table: HumioRepoAction

ParameterTypeRequired[a]DefaultDescription
ingestTokenstringyes The LogScale ingest token for the dataspace into which the action should ingest.
namestringyes The name of the action.
displayNamestringyes The display name of the action.
idstringyes The unqieu identifier of the action.
yamlTemplateYAMLyes A template that can be used to recreate the action.
packagePackageInstallation  The package, if any, of which the action is part (see PackageInstallation Table).

[a] Some arguments may be required, as indicated in this column. For some fields, this column indicates that a result will always be returned for it.