The createHumioRepoAction() GraphQL mutation may be used to create a LogScale repository action.

For more information on creating an action, see the Actions documentation page.

Syntax

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

graphql
createHumioRepoAction(
      input: CreateHumioRepoAction!
   ): LogScaleRepoAction!

Given Datatypes

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

Table: CreateHumioRepoAction

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 17, 2024
ingestTokenstringyes LogScale ingest token for the dataspace into which the action should ingest.
namestringyes Name of the action.
viewNamestringyes 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.