DashboardTemplate is a datatype for use with a dashboard template.

This datatype is used by the datatype, Package2. In addition to being used by a few main datatypes (e.g., Repository), which are used by several main mutation and query fields, Package2 is primarily used by three directly related datatypes: PackageInstallation which is used by the installedPackage() query and other datatypes; PackageUpdateResult which is used by the updatePackageFromRegistryV2() mutation; and InstallPackageFromRegistryResult, which is used by the installPackageFromRegistryV2() mutation.

Table: DashboardTemplate

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: Sep 24, 2024
displayNamestringyes Long-TermThe display name for the dashboard template.
labels[string]yes Long-TermA list of labels associated with the dashboard template.
namestringyes Long-TermThe name of the dashboard template.
yamlTemplatestringyes Long-TermThe name of the yaml template.