FleetInstallationToken is a datatype for a Fleet installation token.

This datatype is used by three mutation fields: createFleetInstallToken(); updateFleetInstallTokenConfigId(); and updateFleetInstallTokenName(). It's also used by three query fields: defaultFleetInstallationToken(); fleetInstallationToken(); and fleetInstallationTokens(). Plus, it's used by the SearchFleetInstallationTokenResultSet datatype, which is used by the query, searchFleetInstallationTokens().

Table: FleetInstallationToken

ParameterTypeRequiredDefaultStabilityDescription
Some input parameters may be required, as indicated in the Required column. For return values, this indicates that you are assured a value if the field is requested for the results.
Table last updated: Jul 24, 2025
assignedConfigurationLogCollectorConfiguration  Short-TermThe assigned configuration. See LogCollectorConfiguration.
installationCommandsLogCollectorInstallCommandyes Short-TermThe installation commands. See LogCollectorInstallCommand.
jwtTokenstringyes Short-TermThe JSON web token used.
namestringyes Short-TermThe name of the Fleet installation token.
tokenstringyes Short-TermThe Fleet installation token used.