Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Panel
nameblue

Dashboards

The dashboard feature.

Attributes

NameDescriptionValue
idUnique Identifier.Any
nameA name that describes the dashboard.Any
descriptionA description that describes the dashboard.Any
dashboardfilenameThe name of the dashboard file as it exists in the system (along with the file’s extension).A filename

Example

Expand
titleDashboard
Code Block
themeEclipse
languagexml
titleDashboard
 <dashboards>
    <dashboard>
    <id>CUSTOM002</id>
        <name>Modify Account Name - REST Test</name>
        <description>Test ETL for REST API</description>
        <dashboardfilename>imports/accounts/CreateAccount.csv.ktr</dashboardfilename>
    </dashboard>
</dashboards>