[Index]

Model: data/DashboardExport

Export Dashboard Data to destination

Model Details: data/DashboardExport

Title Description Details
Default Group Assigned by FDP
  • Field Name: Default
  • Type: Object
Name * Name of the Dashboard Export
  • Field Name: Default.name
  • Type: String
Dashboards List of dashboards to export
  • Field Name: dashboards.[n]
  • Type: Array
  • Cardinality: [1..n]
Owner Owner of the Dashboard Export - used for RBAC when export is scheduled.
  • Field Name: Default.owner
  • Type: String
  • Target: data/User
  • Format: uri
Export format * Format of the file that will contain exported data.
  • Field Name: Default.export_format
  • Type: String
  • Choices: ["Excel", "CSV"]
SFTP Destinations
  • Field Name: sftp_destinations.[n]
  • Type: Array
Name * Name for this SFTP file transfer destination.
  • Field Name: Default.sftp_destinations.[n].name
  • Type: String
Hostname * Hostname of the SFTP server.
  • Field Name: Default.sftp_destinations.[n].host
  • Type: String
  • MaxLength: 253
  • Format: host-name
Port Port number for the SFTP server.
  • Field Name: Default.sftp_destinations.[n].port
  • Type: Integer
  • Minimum: 1
  • Maximum: 65535
Username * User name for authenticating with SFTP server.
  • Field Name: Default.sftp_destinations.[n].username
  • Type: String
Password Password for authenticating to SFTP server.
  • Field Name: Default.sftp_destinations.[n].password
  • Type: String
  • Is Password: True
  • Store Encrypted: True
Destination directory Directory path on SFTP server.
  • Field Name: Default.sftp_destinations.[n].directory
  • Type: String
SMTP Destinations
  • Field Name: smtp_destinations.[n]
  • Type: Array
Name * Friendly name for this SMTP destination
  • Field Name: Default.smtp_destinations.[n].name
  • Type: String
SMTP Server * SMTP Server (instance of data/Email)
  • Field Name: Default.smtp_destinations.[n].server
  • Type: String
  • Target: data/Email
  • Format: uri
From address * From address
  • Field Name: Default.smtp_destinations.[n].from
  • Type: String
  • Format: email
To Recipient email addresses.
  • Field Name: to.[n]
  • Type: Array
  • Cardinality: [1..n]
  • Format: email
Copy to CC email addresses.
  • Field Name: cc.[n]
  • Type: Array
Blind copy BCC email addresses.
  • Field Name: bcc.[n]
  • Type: Array
Subject * Subject line for outgoing emails.
  • Field Name: Default.smtp_destinations.[n].subject
  • Type: String