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:

graphql
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

ParameterTypeRequiredDefaultDescription
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
idstringyes The unique identifier of the action.
ingestTokenstringyes LogScale ingest token for the dataspace into which the action should ingest.
namestringyes The name of the action.
viewNamestringyes The name of the view of the action.

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

ParameterTypeRequiredDefaultDescription
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 25, 2024
allowedActions[AssetAction]yes The allowed asset actions. This is a preview and may change. See AssetAction.
displayNamestringyes The display name of the action.
idstringyes The unique identifier of the action.
ingestTokenstringyes The LogScale ingest token for the dataspace into which the action should ingest.
isAllowedToRunbooleanyes Whether this type of action is allowed.
namestringyes The name of the action.
packagePackageInstallation  The package, if any, of which the action is part (see PackageInstallation Table).
packageIdVersionedPackageSpecifier  The unique identifier of the package used. VersionedPackageSpecifier is a scalar.
requiresOrganizationOwnedQueriesPermissionToEditbooleanyes Whether this action is used by triggers, where the query is run by the organization. The OrganizationOwnedQueries permission is required to edit the action.
yamlTemplateyamlyes A template that can be used to recreate the action.