updateFleetInstallTokenConfigId()

The updateFleetInstallTokenConfigId() GraphQL mutation may be used to change the unique identifier of a Fleet installation configuration token.

Syntax

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

graphql
updateFleetInstallTokenConfigId(
      token: string!,
      name: string
   ): FleetInstallationToken!

Returned Datatypes

As indicated by the syntax above, this mutation will return the token using the datatype, FleetInstallationToken. Below is a list of the parameters of that datatype:

Table: FleetInstallationToken

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
assignedConfigurationLogCollectorConfiguration  The assigned configuration. See LogCollectorConfiguration.
installationCommandsLogCollectorInstallCommandyes The installation commands. See LogCollectorInstallCommand.
namestringyes The name of the Fleet installation token.
tokenstringyes The Fleet installation token used.